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