Interface InterceptUrlRequestCallback.Response
- Enclosing interface:
- InterceptUrlRequestCallback
public static interface InterceptUrlRequestCallback.Response
A response for
InterceptUrlRequestCallback
.-
Method Summary
Modifier and TypeMethodDescriptionintercept
(UrlRequestJob job) Notifies the engine that the request should be intercepted and it will be handled by the given URL request job.proceed()
Notifies the engine that the URL request must not be intercepted and processed normally.
-
Method Details
-
intercept
Notifies the engine that the request should be intercepted and it will be handled by the given URL request job. -
proceed
Notifies the engine that the URL request must not be intercepted and processed normally.
-