Package io.netty.channel.epoll
Interface EpollIoHandle
-
- All Superinterfaces:
AutoCloseable,io.netty.channel.IoHandle
public interface EpollIoHandle extends io.netty.channel.IoHandleIoHandleimplementation which is using epoll.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.channel.unix.FileDescriptorfd()Returns theFileDescriptorthat used by thisIoHandle.
-