Uses of Class
io.netty.channel.epoll.EpollTcpInfo
-
Packages that use EpollTcpInfo Package Description io.netty.channel.epoll Optimized transport for linux which uses EPOLL Edge-Triggered Mode for maximal performance. -
-
Uses of EpollTcpInfo in io.netty.channel.epoll
Methods in io.netty.channel.epoll that return EpollTcpInfo Modifier and Type Method Description EpollTcpInfo
EpollSocketChannel. tcpInfo()
Returns theTCP_INFO
for the current socket.EpollTcpInfo
EpollSocketChannel. tcpInfo(EpollTcpInfo info)
Updates and returns theTCP_INFO
for the current socket.Methods in io.netty.channel.epoll with parameters of type EpollTcpInfo Modifier and Type Method Description (package private) void
LinuxSocket. getTcpInfo(EpollTcpInfo info)
EpollTcpInfo
EpollSocketChannel. tcpInfo(EpollTcpInfo info)
Updates and returns theTCP_INFO
for the current socket.
-