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