Package | Description |
---|---|
io.undertow.websockets.core | |
io.undertow.websockets.core.function | |
io.undertow.websockets.core.protocol.version07 |
Constructor | Description |
---|---|
StreamSourceFrameChannel(WebSocketChannel wsChannel,
WebSocketFrameType type,
int rsv,
boolean finalFragment,
PooledByteBuffer pooled,
long frameLength,
Masker masker,
ChannelFunction... functions) |
Constructor | Description |
---|---|
ChannelFunctionFileChannel(java.nio.channels.FileChannel channel,
ChannelFunction... functions) |
|
ChannelFunctionReadableByteChannel(java.nio.channels.ReadableByteChannel channel,
ChannelFunction... functions) |
|
ChannelFunctionStreamSourceChannel(org.xnio.channels.StreamSourceChannel channel,
ChannelFunction... functions) |
|
ChannelFunctionWritableByteChannel(java.nio.channels.WritableByteChannel channel,
ChannelFunction... functions) |
Modifier and Type | Class | Description |
---|---|---|
class |
Masker |
|
class |
UTF8Checker |
An utility class which can be used to check if a sequence of bytes or ByteBuffers contain non UTF-8 data.
|
Copyright © 2018. All rights reserved.