Uses of Enum Class
com.teamdev.jxbrowser.net.ConnectionType
Packages that use ConnectionType
Package
Description
Contains classes and interfaces for working with network.
The network service events.
-
Uses of ConnectionType in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return ConnectionTypeModifier 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
Methods in com.teamdev.jxbrowser.net.event that return ConnectionTypeModifier and TypeMethodDescriptiondefault ConnectionType
NetworkChanged.connectionType()
Returns the connection type of the network at the time of the event.