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