See: Description
Class | Description |
---|---|
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–2018 The Netty Project. All rights reserved.