public interface InterceptUrlRequestCallback extends SyncCallback<InterceptUrlRequestCallback.Params,InterceptUrlRequestCallback.Response>
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.
Modifier and Type | Interface and Description |
---|---|
static interface |
InterceptUrlRequestCallback.Params
The parameters of the
InterceptUrlRequestCallback . |
static interface |
InterceptUrlRequestCallback.Response
A response for
InterceptUrlRequestCallback . |
on