Skip navigation links
A B C D E F G I J L M N O P R S T U W 

A

advmss() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
ato() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 

B

backoff() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 

C

caState() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
cleanup() - Method in class io.netty.incubator.channel.uring.IOUringEventLoop
 
config() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
config() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannel
 
config() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannel
 

D

doBind(SocketAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannel
 
doClose() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
doDisconnect() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 

E

ensureAvailability() - Static method in class io.netty.incubator.channel.uring.IOUring
 

F

fackets() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
filterOutboundMessage(Object) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 

G

getBacklog() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
getInterface() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getMaxDatagramPayloadSize() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Get the maximum DatagramPacket size.
getNetworkInterface() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
getOption(ChannelOption<T>) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
getOptions() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getOptions() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
getOptions() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
getReceiveBufferSize() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
getSendBufferSize() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getSendBufferSize() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
getSoBusyPoll() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Get the SO_BUSY_POLL option on the socket.
getSoLinger() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
getTcpDeferAccept() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Returns a positive value if TCP_DEFER_ACCEPT is enabled.
getTcpFastopen() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Returns threshold value of number of pending for fast open connect.
getTcpKeepCnt() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Get the TCP_KEEPCNT option on the socket.
getTcpKeepIdle() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Get the TCP_KEEPIDLE option on the socket.
getTcpKeepIntvl() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Get the TCP_KEEPINTVL option on the socket.
getTcpNotSentLowAt() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Get the TCP_NOTSENT_LOWAT option on the socket.
getTcpUserTimeout() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Get the TCP_USER_TIMEOUT option on the socket.
getTimeToLive() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
getTrafficClass() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 

I

io.netty.incubator.channel.uring - package io.netty.incubator.channel.uring
io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls io_uring doc
IOUring - Class in io.netty.incubator.channel.uring
 
IOUringChannelOption<T> - Class in io.netty.incubator.channel.uring
 
IOUringChannelOption() - Constructor for class io.netty.incubator.channel.uring.IOUringChannelOption
 
IOUringDatagramChannel - Class in io.netty.incubator.channel.uring
 
IOUringDatagramChannel() - Constructor for class io.netty.incubator.channel.uring.IOUringDatagramChannel
Create a new instance which selects the InternetProtocolFamily to use depending on the Operation Systems default which will be chosen.
IOUringDatagramChannel(InternetProtocolFamily) - Constructor for class io.netty.incubator.channel.uring.IOUringDatagramChannel
Create a new instance using the given InternetProtocolFamily.
IOUringDatagramChannel(int) - Constructor for class io.netty.incubator.channel.uring.IOUringDatagramChannel
Create a new instance which selects the InternetProtocolFamily to use depending on the Operation Systems default which will be chosen.
IOUringDatagramChannelConfig - Class in io.netty.incubator.channel.uring
 
IOUringEventLoop - Class in io.netty.incubator.channel.uring
An EventLoop that uses IO_URING.
IOUringEventLoopGroup - Class in io.netty.incubator.channel.uring
 
IOUringEventLoopGroup() - Constructor for class io.netty.incubator.channel.uring.IOUringEventLoopGroup
Create a new instance using the default number of threads and the default ThreadFactory.
IOUringEventLoopGroup(int) - Constructor for class io.netty.incubator.channel.uring.IOUringEventLoopGroup
Create a new instance using the specified number of threads and the default ThreadFactory.
IOUringEventLoopGroup(ThreadFactory) - Constructor for class io.netty.incubator.channel.uring.IOUringEventLoopGroup
Create a new instance using the default number of threads and the given ThreadFactory.
IOUringEventLoopGroup(int, ThreadFactory) - Constructor for class io.netty.incubator.channel.uring.IOUringEventLoopGroup
Create a new instance using the specified number of threads and the given ThreadFactory.
IOUringEventLoopGroup(int, Executor) - Constructor for class io.netty.incubator.channel.uring.IOUringEventLoopGroup
Create a new instance using the specified number of threads and the given Executor.
IOUringEventLoopGroup(int, ThreadFactory, int, int) - Constructor for class io.netty.incubator.channel.uring.IOUringEventLoopGroup
Create a new instance using the specified number of threads, the given ThreadFactory, the given size of the used ringbuffer and a threshold of registered FDs after which IOSEQ_ASYNC should be used for IO operations.
IOUringEventLoopGroup(int, Executor, int, int) - Constructor for class io.netty.incubator.channel.uring.IOUringEventLoopGroup
Create a new instance using the specified number of threads, the given Executor, the given size of the used ringbuffer and a threshold of registered FDs after which IOSEQ_ASYNC should be used for IO operations.
IOUringServerSocketChannel - Class in io.netty.incubator.channel.uring
 
IOUringServerSocketChannel() - Constructor for class io.netty.incubator.channel.uring.IOUringServerSocketChannel
 
IOUringServerSocketChannelConfig - Class in io.netty.incubator.channel.uring
 
IOUringSocketChannel - Class in io.netty.incubator.channel.uring
 
IOUringSocketChannel() - Constructor for class io.netty.incubator.channel.uring.IOUringSocketChannel
 
IOUringSocketChannelConfig - Class in io.netty.incubator.channel.uring
 
IOUringTcpInfo - Class in io.netty.incubator.channel.uring
struct tcp_info { __u8 tcpi_state; __u8 tcpi_ca_state; __u8 tcpi_retransmits; __u8 tcpi_probes; __u8 tcpi_backoff; __u8 tcpi_options; __u8 tcpi_snd_wscale : 4, tcpi_rcv_wscale : 4; __u32 tcpi_rto; __u32 tcpi_ato; __u32 tcpi_snd_mss; __u32 tcpi_rcv_mss; __u32 tcpi_unacked; __u32 tcpi_sacked; __u32 tcpi_lost; __u32 tcpi_retrans; __u32 tcpi_fackets; __u32 tcpi_last_data_sent; __u32 tcpi_last_ack_sent; __u32 tcpi_last_data_recv; __u32 tcpi_last_ack_recv; __u32 tcpi_pmtu; __u32 tcpi_rcv_ssthresh; __u32 tcpi_rtt; __u32 tcpi_rttvar; __u32 tcpi_snd_ssthresh; __u32 tcpi_snd_cwnd; __u32 tcpi_advmss; __u32 tcpi_reordering; __u32 tcpi_rcv_rtt; __u32 tcpi_rcv_space; __u32 tcpi_total_retrans; };
IOUringTcpInfo() - Constructor for class io.netty.incubator.channel.uring.IOUringTcpInfo
 
IP_FREEBIND - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
IP_RECVORIGDSTADDR - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
IP_TRANSPARENT - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
isActive() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
isAllowHalfClosure() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
isAvailable() - Static method in class io.netty.incubator.channel.uring.IOUring
 
isBroadcast() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
isConnected() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
isFreeBind() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Returns true if IP_FREEBIND is enabled, false otherwise.
isFreeBind() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Returns true if IP_FREEBIND is enabled, false otherwise.
isIpTransparent() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Returns true if IP_TRANSPARENT is enabled, false otherwise.
isIpTransparent() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Returns true if IP_TRANSPARENT is enabled, false otherwise.
isIpTransparent() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Returns true if IP_TRANSPARENT is enabled, false otherwise.
isKeepAlive() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
isLoopbackModeDisabled() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
isReuseAddress() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
isReuseAddress() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
isReusePort() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Returns true if the SO_REUSEPORT option is set.
isReusePort() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Returns true if the SO_REUSEPORT option is set.
isSegmentedDatagramPacketSupported() - Static method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
Returns true if the usage of SegmentedDatagramPacket is supported.
isTcpCork() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Get the TCP_CORK option on the socket.
isTcpFastOpenClientSideAvailable() - Static method in class io.netty.incubator.channel.uring.IOUring
Returns true if the io_uring native transport is both available and supports client-side TCP FastOpen.
isTcpFastOpenConnect() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Returns true if TCP_FASTOPEN_CONNECT is enabled, false otherwise.
isTcpFastOpenServerSideAvailable() - Static method in class io.netty.incubator.channel.uring.IOUring
Returns true if the io_uring native transport is both available and supports server-side TCP FastOpen.
isTcpNoDelay() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
isTcpQuickAck() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Returns true if TCP_QUICKACK is enabled, false otherwise.

J

joinGroup(InetAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
joinGroup(InetAddress, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
joinGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
joinGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 

L

lastAckRecv() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
lastAckSent() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
lastDataRecv() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
lastDataSent() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
leaveGroup(InetAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
localAddress() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
localAddress() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannel
 
localAddress() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannel
 
lost() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 

M

MAX_DATAGRAM_PAYLOAD_SIZE - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
metadata() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 

N

newChild(Executor, Object...) - Method in class io.netty.incubator.channel.uring.IOUringEventLoopGroup
 
newTaskQueue(int) - Method in class io.netty.incubator.channel.uring.IOUringEventLoop
 
newUnsafe() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 

O

options() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 

P

parent() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannel
 
pmtu() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
probes() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 

R

rcvMss() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
rcvRtt() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
rcvSpace() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
rcvSsthresh() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
rcvWscale() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
remoteAddress() - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannel
 
remoteAddress() - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannel
 
remoteAddress() - Method in class io.netty.incubator.channel.uring.IOUringSocketChannel
 
reordering() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
retrans() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
retransmits() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
rto() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
rtt() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
rttvar() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
run() - Method in class io.netty.incubator.channel.uring.IOUringEventLoop
 

S

sacked() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
setAllocator(ByteBufAllocator) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setAllocator(ByteBufAllocator) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setAllowHalfClosure(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setAutoClose(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setAutoRead(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setBacklog(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setBroadcast(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setConnectTimeoutMillis(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setFreeBind(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
If true is used IP_FREEBIND is enabled, false for disable it.
setFreeBind(boolean) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
If true is used IP_FREEBIND is enabled, false for disable it.
setInterface(InetAddress) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setIpTransparent(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setIpTransparent(boolean) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setIpTransparent(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
If true is used IP_TRANSPARENT is enabled, false for disable it.
setKeepAlive(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setLoopbackModeDisabled(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setMaxDatagramPayloadSize(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Set the maximum DatagramPacket size.
setMaxMessagesPerRead(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Deprecated.
setMaxMessagesPerRead(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Deprecated.
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setMessageSizeEstimator(MessageSizeEstimator) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setNetworkInterface(NetworkInterface) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setOption(ChannelOption<T>, T) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setPerformancePreferences(int, int, int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setReceiveBufferSize(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setReuseAddress(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setReusePort(boolean) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setReusePort(boolean) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Set the SO_REUSEPORT option on the underlying Channel.
setSendBufferSize(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setSendBufferSize(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setSoBusyPoll(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the SO_BUSY_POLL option on the socket.
setSoLinger(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setTcpCork(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the TCP_CORK option on the socket.
setTcpDeferAccept(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Set the TCP_DEFER_ACCEPT option on the socket.
setTcpFastopen(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Enables tcpFastOpen on the server channel.
setTcpFastOpenConnect(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Enables client TCP fast open.
setTcpKeepCnt(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the TCP_KEEPCNT option on the socket.
setTcpKeepCntl(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
setTcpKeepIdle(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the TCP_KEEPIDLE option on the socket.
setTcpKeepIntvl(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the TCP_KEEPINTVL option on the socket.
setTcpNoDelay(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setTcpNotSentLowAt(long) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the TCP_NOTSENT_LOWAT option on the socket.
setTcpQuickAck(boolean) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the TCP_QUICKACK option on the socket.
setTcpUserTimeout(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Set the TCP_USER_TIMEOUT option on the socket.
setTimeToLive(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setTrafficClass(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setWriteBufferHighWaterMark(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Deprecated.
setWriteBufferHighWaterMark(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
Deprecated.
setWriteBufferLowWaterMark(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
Deprecated.
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.incubator.channel.uring.IOUringDatagramChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.incubator.channel.uring.IOUringServerSocketChannelConfig
 
setWriteSpinCount(int) - Method in class io.netty.incubator.channel.uring.IOUringSocketChannelConfig
 
sndCwnd() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
sndMss() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
sndSsthresh() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
sndWscale() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
state() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
submitIO() - Method in class io.netty.incubator.channel.uring.IOUringEventLoop
Submit the IO so the kernel can process it.

T

TCP_CORK - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_DEFER_ACCEPT - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_FASTOPEN - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
Deprecated.
Use ChannelOption.TCP_FASTOPEN instead.
TCP_FASTOPEN_CONNECT - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
Deprecated.
Use ChannelOption.TCP_FASTOPEN_CONNECT instead.
TCP_KEEPCNT - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_KEEPIDLE - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_KEEPINTVL - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_MD5SIG - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_NOTSENT_LOWAT - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_QUICKACK - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
TCP_USER_TIMEOUT - Static variable in class io.netty.incubator.channel.uring.IOUringChannelOption
 
totalRetrans() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 

U

unacked() - Method in class io.netty.incubator.channel.uring.IOUringTcpInfo
 
unavailabilityCause() - Static method in class io.netty.incubator.channel.uring.IOUring
 

W

wakeup(boolean) - Method in class io.netty.incubator.channel.uring.IOUringEventLoop
 
A B C D E F G I J L M N O P R S T U W 
Skip navigation links

Copyright © 2020–2024 The Netty Project. All rights reserved.