Package io.netty.channel.nio
Interface NioIoHandle
-
- All Superinterfaces:
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 SelectableChannelselectableChannel()The underlyingSelectableChannel.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
selectableChannel
SelectableChannel selectableChannel()
The underlyingSelectableChannel.- Returns:
- the channel
-
-