Uses of Enum Class
cool.scx.websocket.WebSocketOpCode
Packages that use WebSocketOpCode
-
Uses of WebSocketOpCode in cool.scx.websocket
Subclasses with type arguments of type WebSocketOpCode in cool.scx.websocketMethods in cool.scx.websocket that return WebSocketOpCodeModifier and TypeMethodDescriptionstatic WebSocketOpCodeWebSocketOpCode.find(int code) static WebSocketOpCodeWebSocketOpCode.of(int code) WebSocketFrame.opCode()Returns the value of theopCoderecord component.static WebSocketOpCodeReturns the enum constant of this class with the specified name.static WebSocketOpCode[]WebSocketOpCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cool.scx.websocket with parameters of type WebSocketOpCodeModifier and TypeMethodDescriptionstatic WebSocketFrameWebSocketFrame.of(WebSocketOpCode opCode, byte[] payloadData) static WebSocketFrameWebSocketFrame.of(WebSocketOpCode opCode, byte[] payloadData, boolean fin) Constructors in cool.scx.websocket with parameters of type WebSocketOpCodeModifierConstructorDescriptionWebSocketFrame(WebSocketOpCode opCode, byte[] payloadData, boolean fin) Creates an instance of aWebSocketFramerecord class.