Uses of Interface
com.teamdev.jxbrowser.net.UrlRequestJob.Options
Packages that use UrlRequestJob.Options
Package
Description
Contains classes and interfaces for working with network.
The network service callbacks.
-
Uses of UrlRequestJob.Options in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return UrlRequestJob.OptionsModifier and TypeMethodDescriptionUrlRequestJob.Options.Builder.build()
Returns a newUrlRequestJob.Options
instance built from the current state of this builder. -
Uses of UrlRequestJob.Options in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback with parameters of type UrlRequestJob.OptionsModifier and TypeMethodDescriptionInterceptUrlRequestCallback.Params.newUrlRequestJob
(UrlRequestJob.Options options) Creates and returns a newUrlRequestJob
instance with the givenoptions
.