Uses of Class
io.netty.channel.uring.IoUringTcpInfo
-
-
Uses of IoUringTcpInfo in io.netty.channel.uring
Methods in io.netty.channel.uring that return IoUringTcpInfo Modifier and Type Method Description IoUringTcpInfoIoUringSocketChannel. tcpInfo()Returns theTCP_INFOfor the current socket.IoUringTcpInfoIoUringSocketChannel. tcpInfo(IoUringTcpInfo info)Updates and returns theTCP_INFOfor the current socket.Methods in io.netty.channel.uring with parameters of type IoUringTcpInfo Modifier and Type Method Description IoUringTcpInfoIoUringSocketChannel. tcpInfo(IoUringTcpInfo info)Updates and returns theTCP_INFOfor the current socket.
-