Uses of Interface
io.undertow.websockets.core.function.ChannelFunction
Packages that use ChannelFunction
Package
Description
-
Uses of ChannelFunction in io.undertow.websockets.core
Constructors in io.undertow.websockets.core with parameters of type ChannelFunctionModifierConstructorDescriptionprotectedStreamSourceFrameChannel(WebSocketChannel wsChannel, WebSocketFrameType type, int rsv, boolean finalFragment, PooledByteBuffer pooled, long frameLength, Masker masker, ChannelFunction... functions) -
Uses of ChannelFunction in io.undertow.websockets.core.function
Constructors in io.undertow.websockets.core.function with parameters of type ChannelFunctionModifierConstructorDescriptionChannelFunctionFileChannel(FileChannel channel, ChannelFunction... functions) ChannelFunctionReadableByteChannel(ReadableByteChannel channel, ChannelFunction... functions) ChannelFunctionStreamSourceChannel(org.xnio.channels.StreamSourceChannel channel, ChannelFunction... functions) ChannelFunctionWritableByteChannel(WritableByteChannel channel, ChannelFunction... functions) -
Uses of ChannelFunction in io.undertow.websockets.core.protocol.version07
Classes in io.undertow.websockets.core.protocol.version07 that implement ChannelFunctionModifier and TypeClassDescriptionfinal classclassAn utility class which can be used to check if a sequence of bytes or ByteBuffers contain non UTF-8 data.