Package | Description |
---|---|
com.teamdev.jxbrowser.net.event |
The network service events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetworkChanged
An event indicating a change in the current network connection.
|
interface |
PacScriptErrorReceived
An event indicating that the PAC file processing has been failed.
|
interface |
RedirectResponseCodeReceived
An event indicating that a redirect response code (3xx) has been received for the URL request.
|
interface |
RequestCompleted
An event indicating that the URL request has been completed.
|
interface |
RequestDestroyed
An event indicating that the URL request has been destroyed.
|
interface |
ResponseBytesReceived
An event indicating that a part of HTTP response body has been received over the network.
|
interface |
ResponseStarted
An event indicating that the first byte of the URL response body has been received.
|