See: Description
| Class | Description |
|---|---|
| Epoll |
Tells if
netty-transport-native-epoll is supported. |
| EpollChannelOption<T> | |
| EpollDatagramChannel |
DatagramChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
| EpollDatagramChannelConfig | |
| EpollEventLoopGroup |
EventLoopGroup which uses epoll under the covers. |
| EpollServerSocketChannel |
ServerSocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
| EpollServerSocketChannelConfig | |
| EpollSocketChannel |
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
| EpollSocketChannelConfig |
Copyright © 2008–2014 The Netty Project. All rights reserved.