Uses of Enum Class
cool.scx.http.WebSocketOpCode
Packages that use WebSocketOpCode
-
Uses of WebSocketOpCode in cool.scx.http
Subclasses with type arguments of type WebSocketOpCode in cool.scx.httpMethods in cool.scx.http 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.