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