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:
writein interfaceWritableByteChannel- Throws:
IOException
-
isOpen
public boolean isOpen() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-