Uses of Class
io.netty.channel.uring.IoUringTcpInfo
Packages that use IoUringTcpInfo
Package
Description
io_uring is a high I/O performance scalable interface for fully
asynchronous Linux syscalls.
-
Uses of IoUringTcpInfo in io.netty.channel.uring
Methods in io.netty.channel.uring that return IoUringTcpInfoModifier and TypeMethodDescriptionIoUringSocketChannel.tcpInfo()Returns theTCP_INFOfor the current socket.IoUringSocketChannel.tcpInfo(IoUringTcpInfo info) Updates and returns theTCP_INFOfor the current socket.Methods in io.netty.channel.uring with parameters of type IoUringTcpInfoModifier and TypeMethodDescriptionIoUringSocketChannel.tcpInfo(IoUringTcpInfo info) Updates and returns theTCP_INFOfor the current socket.