Package | Description |
---|---|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticateCallback
The callback that is invoked when an HTTP request receives an authentication challenge and is
unable to respond using cached credentials.
|
interface |
BeforeSendUploadDataCallback
The callback that is invoked before the upload data is sent to the web server.
|
interface |
BeforeStartTransactionCallback
The callback that is invoked before the network transaction starts.
|
interface |
BeforeUrlRequestCallback
The callback is invoked when an HTTP request is about to occur.
|
interface |
CanAccessFileCallback
The callback is invoked when the engine checks if the given file can be accessed or not.
|
interface |
CanGetCookiesCallback
The callback is invoked to check if the engine can access the given cookie or not.
|
interface |
CanSetCookieCallback
The callback is invoked to check if the given cookie can be set or not.
|
interface |
NetworkAsyncCallback<P,R extends AsyncCallbackAction>
A common interface for all asynchronous network service callbacks must extend.
|
interface |
NetworkSyncCallback<P,R>
A common interface for all synchronous network service callbacks must extend.
|
interface |
ReceiveHeadersCallback
The callback is invoked when the response headers have been received for a URL request.
|
interface |
VerifyCertificateCallback
The callback is invoked when certificate verification is required.
|