Uses of Interface
com.teamdev.jxbrowser.net.callback.InterceptUrlRequestCallback.Response
-
Uses of InterceptUrlRequestCallback.Response in com.teamdev.jxbrowser.net.callback
Modifier and TypeMethodDescriptionInterceptUrlRequestCallback.Response.intercept
(UrlRequestJob job) Notifies the engine that the request should be intercepted and it will be handled by the given URL request job.InterceptUrlRequestCallback.Response.proceed()
Notifies the engine that the URL request must not be intercepted and processed normally.