Uses of Class
com.iizix.comm.WebSocketServerComm.State
Packages that use WebSocketServerComm.State Package Description com.iizix.comm Uses of WebSocketServerComm.State in com.iizix.comm
Methods in com.iizix.comm that return WebSocketServerComm.State Modifier and Type Method Description WebSocketServerComm.State
WebSocketServerComm. getState()
Gets the state of the server socket.static WebSocketServerComm.State
WebSocketServerComm.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WebSocketServerComm.State[]
WebSocketServerComm.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.