Uses of Class
com.iizix.nio.SocketCommNIO.State
Packages that use SocketCommNIO.State Package Description com.iizix.comm com.iizix.license com.iizix.nio com.iizix.term.comm Uses of SocketCommNIO.State in com.iizix.comm
Methods in com.iizix.comm that return SocketCommNIO.State Modifier and Type Method Description SocketCommNIO.State
TransactionComm. getState()
Gets the state of the connection.Uses of SocketCommNIO.State in com.iizix.license
Methods in com.iizix.license with parameters of type SocketCommNIO.State Modifier and Type Method Description default 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.State Modifier and Type Method Description SocketCommNIO.State
SocketCommNIO. getState()
Gets the state of the connection.SocketCommNIO.State
WebSocketCommNIO. getState()
Gets the state of the connection.static SocketCommNIO.State
SocketCommNIO.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SocketCommNIO.State[]
SocketCommNIO.State. values()
Returns an array containing the constants of this enum type, 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 Modifier and Type Method Description SocketCommNIO.State
TelnetComm. getState()
Gets the state of the connection.