Uses of Interface
com.teamdev.jxbrowser.net.UrlRequestJob
Packages that use UrlRequestJob
-
Uses of UrlRequestJob in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return UrlRequestJobModifier and TypeMethodDescriptionInterceptUrlRequestCallback.Params.newUrlRequestJob
(UrlRequestJob.Options options) Creates and returns a newUrlRequestJob
instance with the givenoptions
.Methods in com.teamdev.jxbrowser.net.callback with parameters of type UrlRequestJobModifier 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.