Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Method and Description |
---|---|
UrlRequestJob |
Network.newUrlRequestJob(UrlRequestJob.Options options)
Creates and returns a new
UrlRequestJob instance with the given options . |
Modifier and Type | Method and Description |
---|---|
static InterceptRequestCallback.Response |
InterceptRequestCallback.Response.intercept(UrlRequestJob urlRequestJob)
Notifies the engine that the request should be intercepted and it will be handled by the
given URL request job.
|