Uses of Enum
org.eclipse.jetty.websocket.common.io.ReadState.Action
Packages that use ReadState.Action
Package
Description
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.ActionModifier and TypeMethodDescription(package private) ReadState.Action
ReadState.getAction
(ByteBuffer buffer) static ReadState.Action
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.