Uses of Enum Class
ch.nolix.baseapi.net.websocket.WebSocketFrameOpcodeMeaning
Packages that use WebSocketFrameOpcodeMeaning
-
Uses of WebSocketFrameOpcodeMeaning in ch.nolix.base.net.websocket
Methods in ch.nolix.base.net.websocket that return WebSocketFrameOpcodeMeaningMethods in ch.nolix.base.net.websocket with parameters of type WebSocketFrameOpcodeMeaningModifier and TypeMethodDescriptionstatic WebSocketFrameWebSocketFrame.withFinBitAndOpCodeAndMaskBitAndPayload(boolean finBit, WebSocketFrameOpcodeMeaning opCode, boolean maskBit, byte[] payload) static WebSocketFrameWebSocketFrame.withFinBitAndOpCodeAndMaskBitAndPayload(boolean mFINBit, WebSocketFrameOpcodeMeaning opcode, boolean maskBit, String payload) -
Uses of WebSocketFrameOpcodeMeaning in ch.nolix.baseapi.net.websocket
Subclasses with type arguments of type WebSocketFrameOpcodeMeaning in ch.nolix.baseapi.net.websocketMethods in ch.nolix.baseapi.net.websocket that return WebSocketFrameOpcodeMeaningModifier and TypeMethodDescriptionstatic WebSocketFrameOpcodeMeaningWebSocketFrameOpcodeMeaning.fromNumber(int number) static WebSocketFrameOpcodeMeaningReturns the enum constant of this class with the specified name.static WebSocketFrameOpcodeMeaning[]WebSocketFrameOpcodeMeaning.values()Returns an array containing the constants of this enum class, in the order they are declared.