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
IoHandle
subtype for NIO based implementations that will work withNioIoHandler
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.channels.SelectableChannel
selectableChannel()
The underlyingSelectableChannel
.
-