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_INFO
for the current socket.EpollSocketChannel.tcpInfo
(EpollTcpInfo info) Updates and returns theTCP_INFO
for the current socket.Methods in io.netty.channel.epoll with parameters of type EpollTcpInfoModifier and TypeMethodDescription(package private) void
LinuxSocket.getTcpInfo
(EpollTcpInfo info) EpollSocketChannel.tcpInfo
(EpollTcpInfo info) Updates and returns theTCP_INFO
for the current socket.