Uses of Interface
com.teamdev.jxbrowser.net.callback.InterceptUrlRequestCallback.Response
Packages that use InterceptUrlRequestCallback.Response
-
Uses of InterceptUrlRequestCallback.Response in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return InterceptUrlRequestCallback.ResponseModifier 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.