Interface InterceptUrlRequestCallback

All Superinterfaces:
Callback, SyncCallback<InterceptUrlRequestCallback.Params,InterceptUrlRequestCallback.Response>

public interface InterceptUrlRequestCallback extends SyncCallback<InterceptUrlRequestCallback.Params,InterceptUrlRequestCallback.Response>
The callback is invoked when a URL request is about to be sent out.

The callback can be used to intercept a URL request and send a URL response as it was sent from a web server or let the engine decide how to process the URL request.