Uses of Enum Class
com.teamdev.jxbrowser.net.ConnectionType
Package
Description
Contains classes and interfaces for working with network.
The network service events.
-
Uses of ConnectionType in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic ConnectionType
Returns the enum constant of this class with the specified name.static ConnectionType[]
ConnectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConnectionType in com.teamdev.jxbrowser.net.event
Modifier and TypeMethodDescriptiondefault ConnectionType
NetworkChanged.connectionType()
Returns the connection type of the network at the time of the event.