Class NioSelectableChannelIoHandle<S extends SelectableChannel>

java.lang.Object
io.netty.channel.nio.NioSelectableChannelIoHandle<S>
All Implemented Interfaces:
IoHandle, NioIoHandle, AutoCloseable

public abstract class NioSelectableChannelIoHandle<S extends SelectableChannel> extends Object implements IoHandle, NioIoHandle
Allows to create an IoHandle for a SelectableChannel, not necessarily created by Netty. This IoHandle can be used together with NioIoHandler and so have events dispatched for the SelectableChannel.