Uses of Enum Class
io.helidon.websocket.WsOpCode
-
Uses of WsOpCode in io.helidon.websocket
Modifier and TypeMethodDescriptionstatic WsOpCode
WsOpCode.get
(int code) Get operation code based on its numeric code.WsFrame.opCode()
Operation code of this frame.static WsOpCode
Returns the enum constant of this class with the specified name.static WsOpCode[]
WsOpCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ClientWsFrame
ClientWsFrame.control
(WsOpCode opCode, BufferData bufferData) Create a new control frame.static ServerWsFrame
ServerWsFrame.control
(WsOpCode opCode, BufferData bufferData) Create a new control frame.