Uses of Enum Class
io.helidon.websocket.WsOpCode
Packages that use WsOpCode
-
Uses of WsOpCode in io.helidon.websocket
Methods in io.helidon.websocket that return WsOpCodeModifier 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.Methods in io.helidon.websocket with parameters of type WsOpCodeModifier 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.