Uses of Class
org.eclipse.jetty.websocket.common.io.ReadState.State
-
Packages that use ReadState.State Package Description org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementation -
-
Uses of ReadState.State in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as ReadState.State Modifier and Type Field Description private ReadState.State
ReadState. state
Methods in org.eclipse.jetty.websocket.common.io that return ReadState.State Modifier and Type Method Description static ReadState.State
ReadState.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadState.State[]
ReadState.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.websocket.common.io with parameters of type ReadState.State Modifier and Type Method Description private java.lang.String
ReadState. toString(ReadState.State state)
-