Uses of Enum Class
io.undertow.websockets.core.WebSocketFrameType
Packages that use WebSocketFrameType
-
Uses of WebSocketFrameType in io.undertow.websockets.core
Fields in io.undertow.websockets.core declared as WebSocketFrameTypeModifier and TypeFieldDescriptionprotected final WebSocketFrameTypeStreamSourceFrameChannel.typeMethods in io.undertow.websockets.core that return WebSocketFrameTypeModifier and TypeMethodDescriptionStreamSinkFrameChannel.getType()Return theWebSocketFrameTypefor which theStreamSinkFrameChannelwas obtained.StreamSourceFrameChannel.getType()Return theWebSocketFrameTypeornullif its not known at the calling time.static 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.Methods in io.undertow.websockets.core with parameters of type WebSocketFrameTypeModifier and TypeMethodDescriptionprotected abstract StreamSinkFrameChannelWebSocketChannel.createStreamSinkChannel(WebSocketFrameType type) Create a new StreamSinkFrameChannel which can be used to send a WebSocket Frame of the typeWebSocketFrameType.final StreamSinkFrameChannelWebSocketChannel.send(WebSocketFrameType type) Returns a newStreamSinkFrameChannelfor sending the givenWebSocketFrameTypewith the given payload.final IllegalArgumentExceptionWebSocketMessages_$bundle.unsupportedFrameType(WebSocketFrameType type) WebSocketMessages.unsupportedFrameType(WebSocketFrameType type) Constructors in io.undertow.websockets.core with parameters of type WebSocketFrameTypeModifierConstructorDescriptionprotectedStreamSinkFrameChannel(WebSocketChannel channel, WebSocketFrameType type) protectedStreamSourceFrameChannel(WebSocketChannel wsChannel, WebSocketFrameType type, int rsv, boolean finalFragment, PooledByteBuffer pooled, long frameLength, Masker masker, int maxReadFrameCount, ChannelFunction... functions) protectedStreamSourceFrameChannel(WebSocketChannel wsChannel, WebSocketFrameType type, int rsv, boolean finalFragment, PooledByteBuffer pooled, long frameLength, Masker masker, ChannelFunction... functions) protectedStreamSourceFrameChannel(WebSocketChannel wsChannel, WebSocketFrameType type, PooledByteBuffer pooled, long frameLength) -
Uses of WebSocketFrameType in io.undertow.websockets.core.protocol.version07
Methods in io.undertow.websockets.core.protocol.version07 with parameters of type WebSocketFrameTypeModifier and TypeMethodDescriptionprotected StreamSinkFrameChannelWebSocket07Channel.createStreamSinkChannel(WebSocketFrameType type) Constructors in io.undertow.websockets.core.protocol.version07 with parameters of type WebSocketFrameTypeModifierConstructorDescriptionprotectedWebSocket07FrameSinkChannel(WebSocket07Channel wsChannel, WebSocketFrameType type)