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.
|
com.teamdev.jxbrowser.profile |
Contains interfaces for working with Chromium profiles.
|
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 |
RequestDestroyed.network() |
default Network |
NetworkChanged.network() |
Network |
NetworkEvent.network()
Returns the
Network instance initiated this event. |
default Network |
ResponseStarted.network() |
default Network |
RedirectResponseCodeReceived.network() |
default Network |
RequestCompleted.network() |
default Network |
ResponseBytesReceived.network() |
default Network |
PacScriptErrorReceived.network() |
Modifier and Type | Method and Description |
---|---|
Network |
Profile.network()
Returns a service that allows working with network.
|