Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

ProWebResourceRequest

Victor Campos edited this page Oct 15, 2017 · 1 revision

ProWebResourceRequest

Class information

public class ProWebResourceRequest

java.lang.Object

↪ vcm.github.webkit.proview.ProWebResourceRequest

Summary

Methods

Method
String getMethod() Gets the method associated with the request
Map<String, String> getRequestHeaders() Get the request headers
Uri getUrl() Gets the URL from the request
boolean hasGesture() Gets whether a gesture was associated with the request
boolean isForMainFrame Gets whether the request was made for the main frame
boolean isRedirect() Gets whether the request was a result of a server-side redirect

Public methods

Gets the method associated with the request

Returns
  • the method associated with the request.

Gets the headers associated with the request

Returns
  • the headers associated with the request.

Gets the URL for which the resource request was made.

Returns
  • the URL for which the resource request was made.

Gets whether a gesture was associated with the request

Returns
  • a gesture was associated with the request

Gets whether the request was made for the main frame.

Returns
  • the request was made for the main frame

Gets whether the request was a result of a server-side redirect.

Returns
  • request was a result of a server-side redirect.