Package io.netty.channel.kqueue
Interface KQueueIoHandle
-
- All Superinterfaces:
java.lang.AutoCloseable,IoHandle
public interface KQueueIoHandle extends IoHandle
IoHandleimplementation that can be used with theKQueueIoHandler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intident()Return the ident of theIoHandle.-
Methods inherited from interface io.netty.channel.IoHandle
close, handle, registered, unregistered
-
-
-
-
Method Detail
-
ident
int ident()
Return the ident of theIoHandle.- Returns:
- ident.
-
-