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. |
static void |
Native.tcpInfo(int fd,
EpollTcpInfo info) |
Copyright © 2008–2018 The Netty Project. All rights reserved.