Uses of Enum
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 WebSocketFrameType
StreamSourceFrameChannel.type
Methods in io.undertow.websockets.core that return WebSocketFrameTypeModifier and TypeMethodDescriptionStreamSinkFrameChannel.getType()
Return theWebSocketFrameType
for which theStreamSinkFrameChannel
was obtained.StreamSourceFrameChannel.getType()
Return theWebSocketFrameType
ornull
if its not known at the calling time.static WebSocketFrameType
Returns the enum constant of this type with the specified name.static WebSocketFrameType[]
WebSocketFrameType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.undertow.websockets.core with parameters of type WebSocketFrameTypeModifier and TypeMethodDescriptionprotected abstract StreamSinkFrameChannel
WebSocketChannel.createStreamSinkChannel
(WebSocketFrameType type) Create a new StreamSinkFrameChannel which can be used to send a WebSocket Frame of the typeWebSocketFrameType
.final StreamSinkFrameChannel
WebSocketChannel.send
(WebSocketFrameType type) Returns a newStreamSinkFrameChannel
for sending the givenWebSocketFrameType
with the given payload.final IllegalArgumentException
WebSocketMessages_$bundle.unsupportedFrameType
(WebSocketFrameType type) WebSocketMessages.unsupportedFrameType
(WebSocketFrameType type) Constructors in io.undertow.websockets.core with parameters of type WebSocketFrameTypeModifierConstructorDescriptionprotected
StreamSinkFrameChannel
(WebSocketChannel channel, WebSocketFrameType type) protected
StreamSourceFrameChannel
(WebSocketChannel wsChannel, WebSocketFrameType type, int rsv, boolean finalFragment, PooledByteBuffer pooled, long frameLength, Masker masker, ChannelFunction... functions) protected
StreamSourceFrameChannel
(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 StreamSinkFrameChannel
WebSocket07Channel.createStreamSinkChannel
(WebSocketFrameType type) Constructors in io.undertow.websockets.core.protocol.version07 with parameters of type WebSocketFrameTypeModifierConstructorDescriptionprotected
WebSocket07FrameSinkChannel
(WebSocket07Channel wsChannel, WebSocketFrameType type)