Class ChannelFunctionWritableByteChannel
java.lang.Object
io.undertow.websockets.core.function.ChannelFunctionWritableByteChannel
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Channel
,WritableByteChannel
- Author:
- Norman Maurer
-
Constructor Summary
ConstructorsConstructorDescriptionChannelFunctionWritableByteChannel
(WritableByteChannel channel, ChannelFunction... functions) -
Method Summary
-
Constructor Details
-
ChannelFunctionWritableByteChannel
public ChannelFunctionWritableByteChannel(WritableByteChannel channel, ChannelFunction... functions)
-
-
Method Details
-
write
- Specified by:
write
in interfaceWritableByteChannel
- Throws:
IOException
-
isOpen
public boolean isOpen() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceChannel
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-