Package-level declarations

The network service events.

The network service events.

Types

Link copied to clipboard
public interface NetworkChanged implements NetworkEvent
public interface NetworkChanged implements NetworkEvent
An event indicating a change in the current network connection.
Link copied to clipboard
public interface NetworkEvent implements Event
public interface NetworkEvent implements Event
An interface that all network events must extend.
Link copied to clipboard
public interface PacScriptErrorReceived implements NetworkEvent
public interface PacScriptErrorReceived implements NetworkEvent
An event indicating that the PAC file processing has been failed.
Link copied to clipboard
public interface RedirectResponseCodeReceived implements NetworkEvent
public interface RedirectResponseCodeReceived implements NetworkEvent
An event indicating that a redirect response code (3xx) has been received for the URL request.
Link copied to clipboard
public interface RequestCompleted implements NetworkEvent
public interface RequestCompleted implements NetworkEvent
An event indicating that the URL request has been completed.
Link copied to clipboard
public interface RequestDestroyed implements NetworkEvent
public interface RequestDestroyed implements NetworkEvent
An event indicating that the URL request has been destroyed.
Link copied to clipboard
public interface ResponseBytesReceived implements NetworkEvent
public interface ResponseBytesReceived implements NetworkEvent
An event indicating that a part of HTTP response body has been received over the network.
Link copied to clipboard
public interface ResponseStarted implements NetworkEvent
public interface ResponseStarted implements NetworkEvent
An event indicating that the first byte of the URL response body has been received.