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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe parameters of theInterceptUrlRequestCallback.static interfaceA response forInterceptUrlRequestCallback. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on