Uses of Enum Class
ch.nolix.baseapi.net.websocket.WebSocketFrameType
Packages that use WebSocketFrameType
-
Uses of WebSocketFrameType in ch.nolix.base.net.websocket
Methods in ch.nolix.base.net.websocket that return WebSocketFrameType -
Uses of WebSocketFrameType in ch.nolix.baseapi.net.websocket
Subclasses with type arguments of type WebSocketFrameType in ch.nolix.baseapi.net.websocketMethods in ch.nolix.baseapi.net.websocket that return WebSocketFrameTypeModifier and TypeMethodDescriptionstatic WebSocketFrameTypeReturns the enum constant of this class with the specified name.static WebSocketFrameType[]WebSocketFrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.