Package | Description |
---|---|
io.undertow.websockets.core | |
io.undertow.websockets.core.function |
Constructor and Description |
---|
FixedPayloadFrameSourceChannel(WebSocketChannel wsChannel,
WebSocketFrameType type,
long payloadSize,
int rsv,
boolean finalFragment,
org.xnio.Pooled<ByteBuffer> pooled,
long frameLength,
ChannelFunction... functions) |
Constructor and Description |
---|
ChannelFunctionFileChannel(FileChannel channel,
ChannelFunction... functions) |
ChannelFunctionReadableByteChannel(ReadableByteChannel channel,
ChannelFunction... functions) |
ChannelFunctionStreamSourceChannel(org.xnio.channels.StreamSourceChannel channel,
ChannelFunction... functions) |
ChannelFunctionWritableByteChannel(WritableByteChannel channel,
ChannelFunction... functions) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.