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

A

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

B

backoff() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
block(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
block(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
block(InetAddress, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 

C

cancel() - Method in interface io.netty.channel.uring.IoUringIoRegistration
 
cancelOutstandingReads(IoUringIoRegistration, int) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
cancelOutstandingWrites(IoUringIoRegistration, int) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
caState() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
config() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
config() - Method in class io.netty.channel.uring.IoUringServerSocketChannel
 
config() - Method in class io.netty.channel.uring.IoUringSocketChannel
 

D

data() - Method in class io.netty.channel.uring.IoUringIoEvent
Returns the data that is passed as part of IoUringIoOps.
destroy() - Method in class io.netty.channel.uring.IoUringIoHandler
 
doBind(SocketAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.uring.IoUringServerSocketChannel
 
doClose() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
doDisconnect() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 

E

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

F

fackets() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
filterOutboundMessage(Object) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
flags() - Method in class io.netty.channel.uring.IoUringIoEvent
Returns the flags.

I

io.netty.channel.uring - package io.netty.channel.uring
io_uring is a high I/O performance scalable interface for fully asynchronous Linux syscalls.
IoUring - Class in io.netty.channel.uring
 
IoUringChannelOption<T> - Class in io.netty.channel.uring
 
IoUringDatagramChannel - Class in io.netty.channel.uring
 
IoUringDatagramChannel() - Constructor for class io.netty.channel.uring.IoUringDatagramChannel
Create a new instance which selects the SocketProtocolFamily to use depending on the Operation Systems default which will be chosen.
IoUringDatagramChannel(SocketProtocolFamily) - Constructor for class io.netty.channel.uring.IoUringDatagramChannel
Create a new instance using the given SocketProtocolFamily.
IoUringDatagramChannel(int) - Constructor for class io.netty.channel.uring.IoUringDatagramChannel
Create a new instance which selects the SocketProtocolFamily to use depending on the Operation Systems default which will be chosen.
IoUringIoEvent - Class in io.netty.channel.uring
IoEvent that will be produced as an result of a IoUringIoOps.
IoUringIoEvent(int, int, byte, short) - Constructor for class io.netty.channel.uring.IoUringIoEvent
Create a new instance
IoUringIoHandle - Interface in io.netty.channel.uring
IoHandle implementation for io_uring.
IoUringIoHandler - Class in io.netty.channel.uring
IoHandler which is implemented in terms of the Linux-specific io_uring API.
IoUringIoOps - Class in io.netty.channel.uring
IoOps for implementation for Io_uring.
IoUringIoOps(byte, byte, short, int, long, long, int, int, short, short, short, int, long) - Constructor for class io.netty.channel.uring.IoUringIoOps
Create a new instance which represents the io_uring_sqe struct.
IoUringIoRegistration - Interface in io.netty.channel.uring
IoRegistration to use with io_uring.
IoUringServerSocketChannel - Class in io.netty.channel.uring
 
IoUringServerSocketChannel() - Constructor for class io.netty.channel.uring.IoUringServerSocketChannel
 
IoUringSocketChannel - Class in io.netty.channel.uring
 
IoUringSocketChannel() - Constructor for class io.netty.channel.uring.IoUringSocketChannel
 
IoUringTcpInfo - Class in io.netty.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.channel.uring.IoUringTcpInfo
 
IP_FREEBIND - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
IP_TRANSPARENT - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
isActive() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
isAvailable() - Static method in class io.netty.channel.uring.IoUring
 
isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.uring.IoUringIoHandler
 
isConnected() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
isSegmentedDatagramPacketSupported() - Static method in class io.netty.channel.uring.IoUringDatagramChannel
Returns true if the usage of SegmentedDatagramPacket is supported.
isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.uring.IoUring
Returns true if the io_uring native transport is both available and supports client-side TCP FastOpen.
isTcpFastOpenServerSideAvailable() - Static method in class io.netty.channel.uring.IoUring
Returns true if the io_uring native transport is both available and supports server-side TCP FastOpen.

J

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

L

lastAckRecv() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
lastAckSent() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
lastDataRecv() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
lastDataSent() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
leaveGroup(InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
leaveGroup(InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
leaveGroup(InetSocketAddress, NetworkInterface, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
leaveGroup(InetAddress, NetworkInterface, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
localAddress() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
localAddress() - Method in class io.netty.channel.uring.IoUringServerSocketChannel
 
localAddress() - Method in class io.netty.channel.uring.IoUringSocketChannel
 
lost() - Method in class io.netty.channel.uring.IoUringTcpInfo
 

M

MAX_DATAGRAM_PAYLOAD_SIZE - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
metadata() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 

N

newFactory() - Static method in class io.netty.channel.uring.IoUringIoHandler
Create a new IoHandlerFactory that can be used to create IoUringIoHandlers.
newFactory(int) - Static method in class io.netty.channel.uring.IoUringIoHandler
Create a new IoHandlerFactory that can be used to create IoUringIoHandlers.
newUnsafe() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 

O

opcode() - Method in class io.netty.channel.uring.IoUringIoEvent
Returns the op code of the IoUringIoOps.
options() - Method in class io.netty.channel.uring.IoUringTcpInfo
 

P

parent() - Method in class io.netty.channel.uring.IoUringSocketChannel
 
pmtu() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
prepareToDestroy() - Method in class io.netty.channel.uring.IoUringIoHandler
 
probes() - Method in class io.netty.channel.uring.IoUringTcpInfo
 

R

rcvMss() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
rcvRtt() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
rcvSpace() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
rcvSsthresh() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
rcvWscale() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
register(IoEventLoop, IoHandle) - Method in class io.netty.channel.uring.IoUringIoHandler
 
remoteAddress() - Method in class io.netty.channel.uring.IoUringDatagramChannel
 
remoteAddress() - Method in class io.netty.channel.uring.IoUringServerSocketChannel
 
remoteAddress() - Method in class io.netty.channel.uring.IoUringSocketChannel
 
reordering() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
res() - Method in class io.netty.channel.uring.IoUringIoEvent
Returns the result.
retrans() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
retransmits() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
rto() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
rtt() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
rttvar() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
run(IoExecutionContext) - Method in class io.netty.channel.uring.IoUringIoHandler
 

S

sacked() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
sndCwnd() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
sndMss() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
sndSsthresh() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
sndWscale() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
state() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
submit(IoOps) - Method in interface io.netty.channel.uring.IoUringIoRegistration
Submit a IoUringIoOps that will produce an entry on the used submission queue.

T

TCP_CORK - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
TCP_DEFER_ACCEPT - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
TCP_FASTOPEN - Static variable in class io.netty.channel.uring.IoUringChannelOption
Deprecated.
Use ChannelOption.TCP_FASTOPEN instead.
TCP_KEEPCNT - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
TCP_KEEPIDLE - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
TCP_KEEPINTVL - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
TCP_NOTSENT_LOWAT - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
TCP_QUICKACK - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
TCP_USER_TIMEOUT - Static variable in class io.netty.channel.uring.IoUringChannelOption
 
toString() - Method in class io.netty.channel.uring.IoUringIoEvent
 
toString() - Method in class io.netty.channel.uring.IoUringIoOps
 
totalRetrans() - Method in class io.netty.channel.uring.IoUringTcpInfo
 

U

unacked() - Method in class io.netty.channel.uring.IoUringTcpInfo
 
unavailabilityCause() - Static method in class io.netty.channel.uring.IoUring
 

W

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

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