Uses of Class
io.netty.channel.epoll.EpollTcpInfo
-
-
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.
-