Interface BeforeUrlRequestCallback.Response
- Enclosing interface:
- BeforeUrlRequestCallback
public static interface BeforeUrlRequestCallback.Response
A response for
BeforeUrlRequestCallback
.-
Method Details
-
redirect
Notifies the engine that the URL request should be redirected to the given url.- Throws:
IllegalArgumentException
- whennewUrl
is empty or blank
-
cancel
Notifies the engine that the URL request should be canceled.- Since:
- 7.11
-
proceed
Notifies the engine that the URL request should continue without redirection.
-