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