Package | Description |
---|---|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Method and Description |
---|---|
static ReceiveHeadersCallback.Response |
ReceiveHeadersCallback.Response.override(java.util.List<HttpHeader> httpHeaders)
Notifies the engine that the URL request should be updated with the given HTTP headers.
|
static ReceiveHeadersCallback.Response |
ReceiveHeadersCallback.Response.proceed()
Notifies the engine that it should continue without modifying HTTP headers.
|