Uses of Class
io.undertow.websockets.core.StreamSinkFrameChannel
-
Packages that use StreamSinkFrameChannel Package Description io.undertow.websockets.core io.undertow.websockets.core.protocol.version07 io.undertow.websockets.extensions -
-
Uses of StreamSinkFrameChannel in io.undertow.websockets.core
Methods in io.undertow.websockets.core that return StreamSinkFrameChannel Modifier and Type Method Description protected abstract StreamSinkFrameChannelWebSocketChannel. createStreamSinkChannel(WebSocketFrameType type)Create a new StreamSinkFrameChannel which can be used to send a WebSocket Frame of the typeWebSocketFrameType.StreamSinkFrameChannelWebSocketChannel. send(WebSocketFrameType type)Returns a newStreamSinkFrameChannelfor sending the givenWebSocketFrameTypewith the given payload.Methods in io.undertow.websockets.core that return types with arguments of type StreamSinkFrameChannel Modifier and Type Method Description protected Collection<AbstractFramedStreamSourceChannel<WebSocketChannel,StreamSourceFrameChannel,StreamSinkFrameChannel>>WebSocketChannel. getReceivers()Methods in io.undertow.websockets.core with parameters of type StreamSinkFrameChannel Modifier and Type Method Description voidWebSocketFramePriority. frameAdded(StreamSinkFrameChannel addedFrame, List<StreamSinkFrameChannel> pendingFrames, Deque<StreamSinkFrameChannel> holdFrames)booleanWebSocketFramePriority. insertFrame(StreamSinkFrameChannel newFrame, List<StreamSinkFrameChannel> pendingFrames)Method parameters in io.undertow.websockets.core with type arguments of type StreamSinkFrameChannel Modifier and Type Method Description voidWebSocketFramePriority. frameAdded(StreamSinkFrameChannel addedFrame, List<StreamSinkFrameChannel> pendingFrames, Deque<StreamSinkFrameChannel> holdFrames)voidWebSocketFramePriority. frameAdded(StreamSinkFrameChannel addedFrame, List<StreamSinkFrameChannel> pendingFrames, Deque<StreamSinkFrameChannel> holdFrames)booleanWebSocketFramePriority. insertFrame(StreamSinkFrameChannel newFrame, List<StreamSinkFrameChannel> pendingFrames)Constructors in io.undertow.websockets.core with parameters of type StreamSinkFrameChannel Constructor Description BinaryOutputStream(StreamSinkFrameChannel sender) -
Uses of StreamSinkFrameChannel in io.undertow.websockets.core.protocol.version07
Subclasses of StreamSinkFrameChannel in io.undertow.websockets.core.protocol.version07 Modifier and Type Class Description classWebSocket07FrameSinkChannelStreamSinkFrameChannelimplementation for writing WebSocket Frames onWebSocketVersion.V08connectionsMethods in io.undertow.websockets.core.protocol.version07 that return StreamSinkFrameChannel Modifier and Type Method Description protected StreamSinkFrameChannelWebSocket07Channel. createStreamSinkChannel(WebSocketFrameType type) -
Uses of StreamSinkFrameChannel in io.undertow.websockets.extensions
Methods in io.undertow.websockets.extensions with parameters of type StreamSinkFrameChannel Modifier and Type Method Description PooledByteBufferCompositeExtensionFunction. transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame)PooledByteBufferExtensionFunction. transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame)Transform the supplied buffer per this extension.PooledByteBufferNoopExtensionFunction. transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame)PooledByteBufferPerMessageDeflateFunction. transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame)
-