@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
AuthenticateCallback |
The callback that is invoked when an HTTP request receives an authentication challenge and is
unable to respond using cached credentials.
|
AuthenticateCallback.Params |
The parameters of the
AuthenticateCallback . |
BeforeSendUploadDataCallback |
The callback that is invoked before the upload data is sent to the web server.
|
BeforeSendUploadDataCallback.Params |
The parameters of the
BeforeSendUploadDataCallback . |
BeforeSendUploadDataCallback.Response |
A response for
BeforeSendUploadDataCallback . |
BeforeStartTransactionCallback |
The callback that is invoked before the network transaction starts.
|
BeforeStartTransactionCallback.Params |
The parameters of the
BeforeStartTransactionCallback . |
BeforeStartTransactionCallback.Response |
A response for
BeforeStartTransactionCallback . |
BeforeUrlRequestCallback |
The callback is invoked when an HTTP request is about to occur.
|
BeforeUrlRequestCallback.Params |
The parameters of the
BeforeUrlRequestCallback . |
BeforeUrlRequestCallback.Response |
A response for
BeforeUrlRequestCallback . |
CanAccessFileCallback |
The callback is invoked when the engine checks if the given file can be accessed or not.
|
CanAccessFileCallback.Params |
The parameters of the
CanAccessFileCallback . |
CanAccessFileCallback.Response |
A response for
CanAccessFileCallback . |
CanGetCookiesCallback |
The callback is invoked to check if the engine can access the given cookie or not.
|
CanGetCookiesCallback.Params |
The parameters of the
CanGetCookiesCallback . |
CanGetCookiesCallback.Response |
A response for
CanGetCookiesCallback . |
CanSetCookieCallback |
The callback is invoked to check if the given cookie can be set or not.
|
CanSetCookieCallback.Params |
The parameters of the
CanSetCookieCallback . |
CanSetCookieCallback.Response |
A response for
CanSetCookieCallback . |
InterceptUrlRequestCallback |
The callback is invoked when a URL request is about to be sent out.
|
InterceptUrlRequestCallback.Params |
The parameters of the
InterceptUrlRequestCallback . |
InterceptUrlRequestCallback.Response |
A response for
InterceptUrlRequestCallback . |
NetworkAsyncCallback<P,R extends AsyncCallbackAction> |
A common interface for all asynchronous network service callbacks must extend.
|
NetworkCallback |
A common interface for all network service callbacks must extend.
|
NetworkSyncCallback<P,R> |
A common interface for all synchronous network service callbacks must extend.
|
ReceiveHeadersCallback |
The callback is invoked when the response headers have been received for a URL request.
|
ReceiveHeadersCallback.Params |
The parameters of the
ReceiveHeadersCallback . |
ReceiveHeadersCallback.Response |
A response for
ReceiveHeadersCallback . |
VerifyCertificateCallback |
The callback is invoked when certificate verification is required.
|
VerifyCertificateCallback.Params |
The parameters of the
VerifyCertificateCallback . |
VerifyCertificateCallback.Response |
A response for
VerifyCertificateCallback . |
Class | Description |
---|---|
AuthenticateCallback.Action |
An action providing a response to the
AuthenticateCallback . |