| Package | Description |
|---|---|
| io.undertow.websockets.core | |
| io.undertow.websockets.core.function | |
| io.undertow.websockets.core.protocol.version07 |
| Constructor and Description |
|---|
StreamSourceFrameChannel(WebSocketChannel wsChannel,
WebSocketFrameType type,
int rsv,
boolean finalFragment,
PooledByteBuffer pooled,
long frameLength,
Masker masker,
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) |
| Modifier and Type | Class and 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 © 2017 JBoss by Red Hat. All rights reserved.