| Package | Description |
|---|---|
| io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
| Modifier and Type | Method and Description |
|---|---|
EpollTcpInfo |
EpollSocketChannel.tcpInfo()
Returns the
TCP_INFO for the current socket. |
EpollTcpInfo |
EpollSocketChannel.tcpInfo(EpollTcpInfo info)
Updates and returns the
TCP_INFO for the current socket. |
| Modifier and Type | Method and Description |
|---|---|
EpollTcpInfo |
EpollSocketChannel.tcpInfo(EpollTcpInfo info)
Updates and returns the
TCP_INFO for the current socket. |
Copyright © 2008–2015 The Netty Project. All rights reserved.