Uses of Enum Class
com.iizix.nio.SocketCommNIO.State
Packages that use SocketCommNIO.State
Uses of SocketCommNIO.State in com.iizix.comm
Methods in com.iizix.comm that return SocketCommNIO.StateUses of SocketCommNIO.State in com.iizix.license
Methods in com.iizix.license with parameters of type SocketCommNIO.StateModifier and TypeMethodDescriptiondefault void
ILicenseServerListener.onCommState
(ILicenceSystemComm comm, SocketCommNIO.State state) Called when the communication state changes.Uses of SocketCommNIO.State in com.iizix.nio
Methods in com.iizix.nio that return SocketCommNIO.StateModifier and TypeMethodDescriptionSocketCommNIO.getState()
Gets the state of the connection.WebSocketCommNIO.getState()
Gets the state of the connection.static SocketCommNIO.State
Returns the enum constant of this class with the specified name.static SocketCommNIO.State[]
SocketCommNIO.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Uses of SocketCommNIO.State in com.iizix.term.comm
Methods in com.iizix.term.comm that return SocketCommNIO.State