Package | Description |
---|---|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
com.teamdev.jxbrowser.net.event |
The network service events.
|
Modifier and Type | Method and Description |
---|---|
Network |
Engine.network()
Returns a service that allows working with network.
|
Modifier and Type | Method and Description |
---|---|
default Network |
BytesReceived.network() |
default Network |
BytesSent.network() |
Network |
NetworkEvent.network()
Returns the
Network instance initiated this event. |
default Network |
PacScriptErrorReceived.network() |
default Network |
RedirectResponseCodeReceived.network() |
default Network |
RequestCompleted.network() |
default Network |
RequestDestroyed.network() |
default Network |
ResponseStarted.network() |
default Network |
TransactionStarted.network() |