public static interface InterceptUrlRequestCallback.Response
InterceptUrlRequestCallback
.Modifier and Type | Method and Description |
---|---|
static InterceptUrlRequestCallback.Response |
intercept(UrlRequestJob job)
Notifies the engine that the request should be intercepted and it will be handled by the
given URL request job.
|
static InterceptUrlRequestCallback.Response |
proceed()
Notifies the engine that the URL request must not be intercepted and processed normally.
|
static InterceptUrlRequestCallback.Response intercept(UrlRequestJob job)
static InterceptUrlRequestCallback.Response proceed()