Package | Description |
---|---|
io.undertow.websockets.core | |
io.undertow.websockets.core.protocol.version00 | |
io.undertow.websockets.core.protocol.version07 |
Modifier and Type | Method and Description |
---|---|
protected abstract StreamSinkFrameChannel |
WebSocketChannel.createStreamSinkChannel(org.xnio.channels.StreamSinkChannel channel,
WebSocketFrameType type,
long payloadSize)
Create a new StreamSinkFrameChannel which can be used to send a WebSocket Frame of the type
WebSocketFrameType . |
StreamSinkFrameChannel |
FragmentedMessageChannel.send(long payloadSize,
boolean finalFrame)
Returns a new
StreamSinkFrameChannel for sending the given WebSocketFrameType with the given payload. |
StreamSinkFrameChannel |
WebSocketChannel.send(WebSocketFrameType type,
long payloadSize)
Returns a new
StreamSinkFrameChannel for sending the given WebSocketFrameType with the given payload. |
Modifier and Type | Method and Description |
---|---|
org.xnio.ChannelListener.SimpleSetter<? extends StreamSinkFrameChannel> |
StreamSinkFrameChannel.getWriteSetter() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketLogger.closedBeforeFinishedWriting(StreamSinkFrameChannel streamSinkFrameChannel) |
Modifier and Type | Method and Description |
---|---|
protected StreamSinkFrameChannel |
WebSocket00Channel.createStreamSinkChannel(org.xnio.channels.StreamSinkChannel channel,
WebSocketFrameType type,
long payloadSize) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocket07FrameSinkChannel
StreamSinkFrameChannel implementation for writing WebSocket Frames on WebSocketVersion.V08 connections |
Modifier and Type | Method and Description |
---|---|
protected StreamSinkFrameChannel |
WebSocket07Channel.createStreamSinkChannel(org.xnio.channels.StreamSinkChannel channel,
WebSocketFrameType type,
long payloadSize) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.