Package-level declarations

The network service callbacks.

The network service callbacks.

Types

Link copied to clipboard
The callback that is invoked when an HTTP request receives an authentication challenge and is unable to respond using cached credentials.
Link copied to clipboard
The callback that is invoked before the upload data is sent to the web server.
Link copied to clipboard
The callback that is invoked before the network transaction starts.
Link copied to clipboard
The callback is invoked when an HTTP request is about to occur.
Link copied to clipboard
The callback is invoked when the engine checks if the given file can be accessed or not.
Link copied to clipboard
The callback is invoked to check if the engine can access the given cookie or not.
Link copied to clipboard
The callback is invoked to check if the given cookie can be set or not.
Link copied to clipboard
The callback is invoked when a URL request is about to be sent out.
Link copied to clipboard
A common interface for all asynchronous network service callbacks must extend.
Link copied to clipboard
A common interface for all network service callbacks must extend.
Link copied to clipboard
A common interface for all synchronous network service callbacks must extend.
Link copied to clipboard
The callback is invoked when the response headers have been received for a URL request.
Link copied to clipboard
The callback is invoked when certificate verification is required.