Uses of Class
io.undertow.websockets.core.StreamSourceFrameChannel
-
Packages that use StreamSourceFrameChannel Package Description io.undertow.websockets.core io.undertow.websockets.extensions -
-
Uses of StreamSourceFrameChannel in io.undertow.websockets.core
Fields in io.undertow.websockets.core declared as StreamSourceFrameChannel Modifier and Type Field Description protected StreamSourceFrameChannelWebSocketChannel. fragmentedChannelMethods in io.undertow.websockets.core that return StreamSourceFrameChannel Modifier and Type Method Description protected StreamSourceFrameChannelWebSocketChannel. createChannel(FrameHeaderData frameHeaderData, PooledByteBuffer frameData)StreamSourceFrameChannelWebSocketChannel.PartialFrame. getChannel(PooledByteBuffer data)Methods in io.undertow.websockets.core that return types with arguments of type StreamSourceFrameChannel Modifier and Type Method Description protected java.util.Collection<AbstractFramedStreamSourceChannel<WebSocketChannel,StreamSourceFrameChannel,StreamSinkFrameChannel>>WebSocketChannel. getReceivers()Methods in io.undertow.websockets.core with parameters of type StreamSourceFrameChannel Modifier and Type Method Description protected voidAbstractReceiveListener. bufferFullMessage(StreamSourceFrameChannel messageChannel)Utility method that reads a full text or binary message, including all fragmented parts.static voidWebSocketUtils. echoFrame(WebSocketChannel channel, StreamSourceFrameChannel ws)Echo back the frame to the senderprotected voidAbstractReceiveListener. onBinary(WebSocketChannel webSocketChannel, StreamSourceFrameChannel messageChannel)protected voidAbstractReceiveListener. onClose(WebSocketChannel webSocketChannel, StreamSourceFrameChannel channel)protected voidAbstractReceiveListener. onPing(WebSocketChannel webSocketChannel, StreamSourceFrameChannel channel)protected voidAbstractReceiveListener. onPong(WebSocketChannel webSocketChannel, StreamSourceFrameChannel messageChannel)protected voidAbstractReceiveListener. onText(WebSocketChannel webSocketChannel, StreamSourceFrameChannel messageChannel)voidBufferedBinaryMessage. read(StreamSourceFrameChannel channel, WebSocketCallback<BufferedBinaryMessage> callback)voidBufferedTextMessage. read(StreamSourceFrameChannel channel, WebSocketCallback<BufferedTextMessage> callback)voidBufferedBinaryMessage. readBlocking(StreamSourceFrameChannel channel)voidBufferedTextMessage. readBlocking(StreamSourceFrameChannel channel) -
Uses of StreamSourceFrameChannel in io.undertow.websockets.extensions
Methods in io.undertow.websockets.extensions with parameters of type StreamSourceFrameChannel Modifier and Type Method Description PooledByteBufferCompositeExtensionFunction. transformForRead(PooledByteBuffer pooledBuffer, StreamSourceFrameChannel channel, boolean lastFragementOfMessage)PooledByteBufferExtensionFunction. transformForRead(PooledByteBuffer pooledBuffer, StreamSourceFrameChannel channel, boolean lastFragmentOfMessage)Transform the supplied buffer per this extension.PooledByteBufferNoopExtensionFunction. transformForRead(PooledByteBuffer pooledBuffer, StreamSourceFrameChannel channel, boolean lastFragmentOfFrame)PooledByteBufferPerMessageDeflateFunction. transformForRead(PooledByteBuffer pooledBuffer, StreamSourceFrameChannel channel, boolean lastFragmentOfMessage)
-