Package-level declarations

The network service callbacks.

The network service callbacks.

Types

Link copied to clipboard
public interface AuthenticateCallback implements NetworkAsyncCallback<P, R>
public interface AuthenticateCallback implements NetworkAsyncCallback<P, R>
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
public interface BeforeSendUploadDataCallback implements NetworkSyncCallback<P, R>
public interface BeforeSendUploadDataCallback implements NetworkSyncCallback<P, R>
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
public interface BeforeUrlRequestCallback implements NetworkSyncCallback<P, R>
public interface BeforeUrlRequestCallback implements NetworkSyncCallback<P, R>
The callback is invoked when an HTTP request is about to occur.
Link copied to clipboard
public interface CanAccessFileCallback implements NetworkSyncCallback<P, R>
public interface CanAccessFileCallback implements NetworkSyncCallback<P, R>
The callback is invoked when the engine checks if the given file can be accessed or not.
Link copied to clipboard
public interface CanGetCookiesCallback implements NetworkSyncCallback<P, R>
public interface CanGetCookiesCallback implements NetworkSyncCallback<P, R>
The callback is invoked to check if the engine can access the given cookie or not.
Link copied to clipboard
public interface CanSetCookieCallback implements NetworkSyncCallback<P, R>
public interface CanSetCookieCallback implements NetworkSyncCallback<P, R>
The callback is invoked to check if the given cookie can be set or not.
Link copied to clipboard
public interface InterceptUrlRequestCallback implements SyncCallback<P, R>
public interface InterceptUrlRequestCallback implements SyncCallback<P, R>
The callback is invoked when a URL request is about to be sent out.
Link copied to clipboard
public interface NetworkAsyncCallback<P, R extends AsyncCallbackAction> implements NetworkCallback, AsyncCallback<P, R>
public interface NetworkAsyncCallback<P, R extends AsyncCallbackAction> implements NetworkCallback, AsyncCallback<P, R>
A common interface for all asynchronous network service callbacks must extend.
Link copied to clipboard
public interface NetworkCallback implements Callback
public interface NetworkCallback implements Callback
A common interface for all network service callbacks must extend.
Link copied to clipboard
public interface NetworkSyncCallback<P, R> implements NetworkCallback, SyncCallback<P, R>
public interface NetworkSyncCallback<P, R> implements NetworkCallback, SyncCallback<P, R>
A common interface for all synchronous network service callbacks must extend.
Link copied to clipboard
public interface ReceiveHeadersCallback implements NetworkSyncCallback<P, R>
public interface ReceiveHeadersCallback implements NetworkSyncCallback<P, R>
The callback is invoked when the response headers have been received for a URL request.
Link copied to clipboard
public interface VerifyCertificateCallback implements NetworkSyncCallback<P, R>
public interface VerifyCertificateCallback implements NetworkSyncCallback<P, R>
The callback is invoked when certificate verification is required.