Package io.netty.channel.epoll
Interface EpollIoHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileDescriptor
fd()
Returns theFileDescriptor
that used by thisIoHandle
.
-
-
-
Method Detail
-
fd
FileDescriptor fd()
Returns theFileDescriptor
that used by thisIoHandle
.- Returns:
- fd
-
-