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