Uses of Interface
com.teamdev.jxbrowser.net.callback.BeforeUrlRequestCallback.Response
-
Uses of BeforeUrlRequestCallback.Response in com.teamdev.jxbrowser.net.callback
Modifier and TypeMethodDescriptionBeforeUrlRequestCallback.Response.cancel()
Notifies the engine that the URL request should be canceled.BeforeUrlRequestCallback.Response.proceed()
Notifies the engine that the URL request should continue without redirection.Notifies the engine that the URL request should be redirected to the given url.