Package | Description |
---|---|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.event |
The network service events.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionType |
ConnectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default ConnectionType |
NetworkChanged.connectionType()
Returns the connection type of the network at the time of the event.
|