Uses of Enum Class
ch.nolix.baseapi.net.websocket.WebSocketFramePayloadLengthType
Packages that use WebSocketFramePayloadLengthType
-
Uses of WebSocketFramePayloadLengthType in ch.nolix.base.net.websocket
Methods in ch.nolix.base.net.websocket that return WebSocketFramePayloadLengthTypeModifier and TypeMethodDescriptionWebSocketFrame.getPayloadLengthType()WebSocketFramePayloadLength.getType() -
Uses of WebSocketFramePayloadLengthType in ch.nolix.baseapi.net.websocket
Subclasses with type arguments of type WebSocketFramePayloadLengthType in ch.nolix.baseapi.net.websocketMethods in ch.nolix.baseapi.net.websocket that return WebSocketFramePayloadLengthTypeModifier and TypeMethodDescriptionWebSocketFramePayloadLengthType.fromCode(int code) WebSocketFramePayloadLengthType.fromPayloadLength(long payloadLength) Returns the enum constant of this class with the specified name.static WebSocketFramePayloadLengthType[]WebSocketFramePayloadLengthType.values()Returns an array containing the constants of this enum class, in the order they are declared.