public interface XWalkWebResourceRequest
XWalkResourceClient.shouldInterceptLoadRequest(org.xwalk.core.XWalkView, java.lang.String) method.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMethod()
Gets the method associated with the request, for example "GET".
|
java.util.Map<java.lang.String,java.lang.String> |
getRequestHeaders()
Gets the headers associated with the request.
|
android.net.Uri |
getUrl()
Gets the URL for which the resource request was made.
|
boolean |
hasGesture()
Gets whether a gesture (such as a click) was associated with the request.
|
boolean |
isForMainFrame()
Gets whether the request was made for the main frame.
|
android.net.Uri getUrl()
boolean isForMainFrame()
boolean hasGesture()
java.lang.String getMethod()
java.util.Map<java.lang.String,java.lang.String> getRequestHeaders()