Class ChannelFunctionReadableByteChannel
java.lang.Object
io.undertow.websockets.core.function.ChannelFunctionReadableByteChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,ReadableByteChannel
- Author:
- Norman Maurer
-
Constructor Summary
ConstructorsConstructorDescriptionChannelFunctionReadableByteChannel(ReadableByteChannel channel, ChannelFunction... functions) -
Method Summary
-
Constructor Details
-
ChannelFunctionReadableByteChannel
public ChannelFunctionReadableByteChannel(ReadableByteChannel channel, ChannelFunction... functions)
-
-
Method Details
-
read
- Specified by:
readin interfaceReadableByteChannel- Throws:
IOException
-
isOpen
public boolean isOpen() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-