Uses of Class
io.netty.channel.epoll.EpollTcpInfo
Packages that use EpollTcpInfo
Package
Description
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 EpollTcpInfoModifier and TypeMethodDescriptionEpollSocketChannel.tcpInfo()Returns theTCP_INFOfor the current socket.EpollSocketChannel.tcpInfo(EpollTcpInfo info) Updates and returns theTCP_INFOfor the current socket.Methods in io.netty.channel.epoll with parameters of type EpollTcpInfoModifier and TypeMethodDescriptionEpollSocketChannel.tcpInfo(EpollTcpInfo info) Updates and returns theTCP_INFOfor the current socket.