Uses of Class
io.undertow.websockets.core.StreamSinkFrameChannel
Packages that use StreamSinkFrameChannel
Package
Description
-
Uses of StreamSinkFrameChannel in io.undertow.websockets.core
Methods in io.undertow.websockets.core that return StreamSinkFrameChannelModifier 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.Methods in io.undertow.websockets.core that return types with arguments of type StreamSinkFrameChannelModifier and TypeMethodDescriptionprotected Collection<AbstractFramedStreamSourceChannel<WebSocketChannel,StreamSourceFrameChannel, StreamSinkFrameChannel>> WebSocketChannel.getReceivers()Methods in io.undertow.websockets.core with parameters of type StreamSinkFrameChannelModifier and TypeMethodDescriptionvoidWebSocketFramePriority.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 StreamSinkFrameChannelModifier and TypeMethodDescriptionvoidWebSocketFramePriority.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 -
Uses of StreamSinkFrameChannel in io.undertow.websockets.core.protocol.version07
Subclasses of StreamSinkFrameChannel in io.undertow.websockets.core.protocol.version07Modifier and TypeClassDescriptionclassStreamSinkFrameChannelimplementation for writing WebSocket Frames onWebSocketVersion.V08connectionsMethods in io.undertow.websockets.core.protocol.version07 that return StreamSinkFrameChannelModifier and TypeMethodDescriptionprotected StreamSinkFrameChannelWebSocket07Channel.createStreamSinkChannel(WebSocketFrameType type) -
Uses of StreamSinkFrameChannel in io.undertow.websockets.extensions
Methods in io.undertow.websockets.extensions with parameters of type StreamSinkFrameChannelModifier and TypeMethodDescriptionCompositeExtensionFunction.transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame) ExtensionFunction.transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame) Transform the supplied buffer per this extension.NoopExtensionFunction.transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame) PerMessageDeflateFunction.transformForWrite(PooledByteBuffer pooledBuffer, StreamSinkFrameChannel channel, boolean lastFrame)