Uses of Enum Class
cool.scx.http.web_socket.WebSocketOpCode
Packages that use WebSocketOpCode
-
Uses of WebSocketOpCode in cool.scx.http.web_socket
Subclasses with type arguments of type WebSocketOpCode in cool.scx.http.web_socketMethods in cool.scx.http.web_socket that return WebSocketOpCodeModifier and TypeMethodDescriptionstatic WebSocketOpCodeWebSocketOpCode.find(int code) static WebSocketOpCodeWebSocketOpCode.of(int code) 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.