Package | Description |
---|---|
com.teamdev.jxbrowser.net.event |
The network service events.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BytesReceived
An event indicating that the amount of bytes has been received from the network, such as after
receiving headers or reading raw response bytes.
|
interface |
BytesSent
An event indicating that the amount of bytes has been sent over the network, such as when sending
request headers or uploading request body bytes.
|
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 |
ResponseStarted
An event indicating that the first byte of the URL response body has been received.
|
interface |
TransactionStarted
An event indicating that the URL request is about to be sent out.
|