Uses of Interface
com.teamdev.jxbrowser.net.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
Modifier 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
Modifier and TypeMethodDescriptionInterceptUrlRequestCallback.Params.newUrlRequestJob
(UrlRequestJob.Options options) Creates and returns a newUrlRequestJob
instance with the givenoptions
.