Package io.netty.channel.nio
Interface NioIoHandle
-
- All Superinterfaces:
java.lang.AutoCloseable,IoHandle
- All Known Implementing Classes:
AbstractNioByteChannel.NioByteUnsafe,AbstractNioChannel.AbstractNioUnsafe,NioSelectableChannelIoHandle
public interface NioIoHandle extends IoHandle
IoHandlesubtype for NIO based implementations that will work withNioIoHandler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.channels.SelectableChannelselectableChannel()The underlyingSelectableChannel.-
Methods inherited from interface io.netty.channel.IoHandle
close, handle, registered, unregistered
-
-