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 EpollTcpInfoEpollSocketChannel. tcpInfo()Returns theTCP_INFOfor the current socket.EpollTcpInfoEpollSocketChannel. tcpInfo(EpollTcpInfo info)Updates and returns theTCP_INFOfor the current socket.Methods in io.netty.channel.epoll with parameters of type EpollTcpInfo Modifier and Type Method Description EpollTcpInfoEpollSocketChannel. tcpInfo(EpollTcpInfo info)Updates and returns theTCP_INFOfor the current socket.
-