程序包 | 说明 |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
限定符和类型 | 方法和说明 |
---|---|
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. |
限定符和类型 | 方法和说明 |
---|---|
EpollTcpInfo |
EpollSocketChannel.tcpInfo(EpollTcpInfo info)
Updates and returns the
TCP_INFO for the current socket. |
static void |
Native.tcpInfo(int fd,
EpollTcpInfo info) |