Package | Description |
---|---|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
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.
|
static InterceptUrlRequestCallback.Response |
InterceptUrlRequestCallback.Response.proceed()
Notifies the engine that the URL request must not be intercepted and processed normally.
|