A B C D E F G H I J L M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractIoUringBufferRingAllocator - Class in io.netty.channel.uring
-
Base class for
IoUringBufferRingAllocatorimplementations which support large allocations. - AbstractIoUringBufferRingAllocator(ByteBufAllocator, boolean) - Constructor for class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
-
Creates new instance.
- advmss() - Method in class io.netty.channel.uring.IoUringTcpInfo
- allocate() - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
- allocate() - Method in interface io.netty.channel.uring.IoUringBufferRingAllocator
-
Creates a new receive buffer to use by the buffer ring.
- allocateBatch(Consumer<ByteBuf>, int) - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
- allocateBatch(Consumer<ByteBuf>, int) - Method in interface io.netty.channel.uring.IoUringBufferRingAllocator
-
Fill in
numofByteBufs. - allocator() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the
IoUringBufferRingAllocatorto use to allocateByteBufs. - allocator(IoUringBufferRingAllocator) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the
IoUringBufferRingAllocatorto use to allocateByteBufs. - allowMultiShotPollIn() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- ato() - Method in class io.netty.channel.uring.IoUringTcpInfo
B
- backoff() - Method in class io.netty.channel.uring.IoUringTcpInfo
- batchAllocation(boolean) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set allocation strategy that is used to allocate
ByteBufs. - batchSize() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the size of the batch on how many buffers are added everytime we need to expand the buffer ring.
- batchSize(int) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the size of the batch on how many buffers are added everytime we need to expand the buffer ring.
- block(InetAddress, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- block(InetAddress, InetAddress, ChannelPromise) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- 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
- bufferGroupId() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the buffer group id to use.
- bufferGroupId() - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
-
Returns the buffer group id of the buffer ring that caused this event.
- bufferGroupId(short) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the buffer group id to use.
- bufferRingSize() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns the size of the ring.
- bufferRingSize(short) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set the size of the ring.
- build() - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Create a new
IoUringBufferRingConfig. - builder() - Static method in class io.netty.channel.uring.IoUringBufferRingConfig
- Builder() - Constructor for class io.netty.channel.uring.IoUringBufferRingConfig.Builder
C
- cancelOutstandingReads(IoRegistration, int) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- cancelOutstandingWrites(IoRegistration, 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.IoUringDomainSocketChannel
- config() - Method in class io.netty.channel.uring.IoUringServerDomainSocketChannel
- 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. - DEFAULT_INITIAL - Static variable in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- DEFAULT_MAXIMUM - Static variable in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- DEFAULT_MINIMUM - Static variable in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- 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.IoUringServerDomainSocketChannel
- 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
- equals(Object) - Method in class io.netty.channel.uring.IoUringBufferRingConfig
- equals(Object) - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
- extraCqeData() - Method in class io.netty.channel.uring.IoUringIoEvent
-
Returns the extra data for the CQE.
F
- fackets() - Method in class io.netty.channel.uring.IoUringTcpInfo
- featureString() - Static method in class io.netty.channel.uring.IoUring
-
Returns a string representation of the io_uring support and feature set.
- filterOutboundMessage(Object) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- filterOutboundMessage(Object) - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- flags() - Method in class io.netty.channel.uring.IoUringIoEvent
-
Returns the flags.
G
- getBufferRingConfigs() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Get the list of buffer ring configurations.
- getCqSize() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the size of the io_uring cqe.
- getMaxBoundedWorker() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the maximum number of bounded iowq worker threads.
- getMaxUnboundedWorker() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the maximum number of unbounded iowq worker threads.
- getRingSize() - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Return the ring size of the io_uring instance.
H
- hashCode() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
- hashCode() - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
I
- incremental(boolean) - Method in class io.netty.channel.uring.IoUringBufferRingConfig.Builder
-
Set if incremental mode should be used for the buffer ring.
- initialize() - Method in class io.netty.channel.uring.IoUringIoHandler
- IO_URING_BUFFER_GROUP_ID - Static variable in class io.netty.channel.uring.IoUringChannelOption
-
If {@param positive} try to use a buffer ring when submitting recv / read / readv
IoUringIoOps. - IO_URING_WRITE_ZERO_COPY_THRESHOLD - Static variable in class io.netty.channel.uring.IoUringChannelOption
-
The threshold for zero-copy write (send_zc and sendmsg_zc).
- 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
- IoUringAdaptiveBufferRingAllocator - Class in io.netty.channel.uring
-
IoUringBufferRingAllocatorimplementation which uses an adaptive strategy to allocate buffers, which will decrease / increase the buffer size depending on if the allocated buffers were completely used or not before. - IoUringAdaptiveBufferRingAllocator() - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- IoUringAdaptiveBufferRingAllocator(ByteBufAllocator) - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
-
Creates new instance.
- IoUringAdaptiveBufferRingAllocator(ByteBufAllocator, int, int, int) - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
-
Creates new instance.
- IoUringAdaptiveBufferRingAllocator(ByteBufAllocator, int, int, int, boolean) - Constructor for class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
-
Creates new instance.
- IoUringBufferRingAllocator - Interface in io.netty.channel.uring
-
Allocator that is responsible to allocate buffers for a buffer ring.
- IoUringBufferRingConfig - Class in io.netty.channel.uring
-
Configuration class for an
IoUringBufferRing. - IoUringBufferRingConfig(short, short, int, int, boolean, IoUringBufferRingAllocator) - Constructor for class io.netty.channel.uring.IoUringBufferRingConfig
-
Deprecated.
- IoUringBufferRingConfig(short, short, int, IoUringBufferRingAllocator) - Constructor for class io.netty.channel.uring.IoUringBufferRingConfig
-
Deprecated.
- IoUringBufferRingConfig.Builder - Class in io.netty.channel.uring
- IoUringBufferRingExhaustedEvent - Class in io.netty.channel.uring
-
Event that is fired when a read failed because the buffer ring was exhausted for now.
- 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
SocketProtocolFamilyto use depending on the Operation Systems default which will be chosen. - IoUringDatagramChannel(int) - Constructor for class io.netty.channel.uring.IoUringDatagramChannel
-
Create a new instance which selects the
SocketProtocolFamilyto 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. - IoUringDomainSocketChannel - Class in io.netty.channel.uring
-
DomainSocketChannelimplementation that uses linux io_uring - IoUringDomainSocketChannel() - Constructor for class io.netty.channel.uring.IoUringDomainSocketChannel
- IoUringFixedBufferRingAllocator - Class in io.netty.channel.uring
-
IoUringBufferRingAllocatorimplementation which uses a fixed size for the buffers that are returned byAbstractIoUringBufferRingAllocator.allocate(). - IoUringFixedBufferRingAllocator(int) - Constructor for class io.netty.channel.uring.IoUringFixedBufferRingAllocator
-
Create a new instance
- IoUringFixedBufferRingAllocator(ByteBufAllocator, boolean, int) - Constructor for class io.netty.channel.uring.IoUringFixedBufferRingAllocator
-
Create a new instance
- IoUringFixedBufferRingAllocator(ByteBufAllocator, int) - Constructor for class io.netty.channel.uring.IoUringFixedBufferRingAllocator
-
Create a new instance
- IoUringIoEvent - Class in io.netty.channel.uring
-
IoEventthat will be produced as an result of aIoUringIoOps. - IoUringIoEvent(int, int, byte, short) - Constructor for class io.netty.channel.uring.IoUringIoEvent
-
Create a new instance
- IoUringIoHandle - Interface in io.netty.channel.uring
-
IoHandleimplementation for io_uring. - IoUringIoHandler - Class in io.netty.channel.uring
-
IoHandlerwhich is implemented in terms of the Linux-specificio_uringAPI. - IoUringIoHandlerConfig - Class in io.netty.channel.uring
-
Configuration class for an
IoUringIoHandler, managing the settings for aRingBufferand its io_uring file descriptor. - IoUringIoHandlerConfig() - Constructor for class io.netty.channel.uring.IoUringIoHandlerConfig
- IoUringIoOps - Class in io.netty.channel.uring
-
IoOpsfor 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_sqestruct. - IoUringServerDomainSocketChannel - Class in io.netty.channel.uring
- IoUringServerDomainSocketChannel() - Constructor for class io.netty.channel.uring.IoUringServerDomainSocketChannel
- 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_MULTICAST_ALL - Static variable in class io.netty.channel.uring.IoUringChannelOption
- IP_TRANSPARENT - Static variable in class io.netty.channel.uring.IoUringChannelOption
- isAcceptMultishotEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if multi-shot ACCEPT is used or not.
- isActive() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- isAvailable() - Static method in class io.netty.channel.uring.IoUring
- isBatchAllocation() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns
trueif the ring should always be filled via a batch allocation orfalseif we will try to allocate a newByteBufas we used a buffer from the ring. - isCompatible(Class<? extends IoHandle>) - Method in class io.netty.channel.uring.IoUringIoHandler
- isConnected() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- isIncremental() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Returns true if incremental mode should be used for the buffer ring.
- isPollAddMultishotEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if multi-shot POLL_ADD is used or not.
- isRecvMultishotEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if multi-shot RECV is used or not.
- isRecvsendBundleEnabled() - Static method in class io.netty.channel.uring.IoUring
-
Returns if RECVSEND bundles are used or not.
- isRegisterBufferRingIncSupported() - Static method in class io.netty.channel.uring.IoUring
-
Returns if it is supported to use an incremental buffer ring.
- isRegisterBufferRingSupported() - Static method in class io.netty.channel.uring.IoUring
-
Returns if it is supported to use a buffer ring.
- isSegmentedDatagramPacketSupported() - Static method in class io.netty.channel.uring.IoUringDatagramChannel
-
Returns
trueif the usage ofSegmentedDatagramPacketis supported. - isSpliceSupported() - Static method in class io.netty.channel.uring.IoUring
-
Returns if SPLICE is supported or not.
- isTcpFastOpenClientSideAvailable() - Static method in class io.netty.channel.uring.IoUring
-
Returns
trueif 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
trueif 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(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- joinGroup(InetAddress, NetworkInterface, 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
L
- lastAckRecv() - Method in class io.netty.channel.uring.IoUringTcpInfo
- lastAckSent() - Method in class io.netty.channel.uring.IoUringTcpInfo
- lastBytesRead(int, int) - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
-
Does nothing by default, sub-classes might override this.
- lastBytesRead(int, int) - Method in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- lastBytesRead(int, int) - Method in interface io.netty.channel.uring.IoUringBufferRingAllocator
-
Set the bytes that have been read for the last read operation that was full-filled out of the buffer ring.
- 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(InetAddress, NetworkInterface, InetAddress) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- leaveGroup(InetAddress, NetworkInterface, 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
- localAddress() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- localAddress() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- localAddress() - Method in class io.netty.channel.uring.IoUringServerDomainSocketChannel
- 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
- maxUnreleasedBuffers() - Method in class io.netty.channel.uring.IoUringBufferRingConfig
-
Deprecated.will be removed as it as no effect.
- metadata() - Method in class io.netty.channel.uring.IoUringDatagramChannel
N
- newFactory() - Static method in class io.netty.channel.uring.IoUringIoHandler
-
Create a new
IoHandlerFactorythat can be used to createIoUringIoHandlers. - newFactory(int) - Static method in class io.netty.channel.uring.IoUringIoHandler
-
Create a new
IoHandlerFactorythat can be used to createIoUringIoHandlers. - newFactory(IoUringIoHandlerConfig) - Static method in class io.netty.channel.uring.IoUringIoHandler
-
Create a new
IoHandlerFactorythat can be used to createIoUringIoHandlers. - newUnsafe() - Method in class io.netty.channel.uring.IoUringDatagramChannel
- newUnsafe() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
- newUnsafe() - Method in class io.netty.channel.uring.IoUringSocketChannel
- nextBufferSize() - Method in class io.netty.channel.uring.AbstractIoUringBufferRingAllocator
-
Return the next buffer size of each
ByteBufthat is put into the buffer ring. - nextBufferSize() - Method in class io.netty.channel.uring.IoUringAdaptiveBufferRingAllocator
- nextBufferSize() - Method in class io.netty.channel.uring.IoUringFixedBufferRingAllocator
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
- peerCredentials() - Method in class io.netty.channel.uring.IoUringDomainSocketChannel
-
Returns the unix credentials (uid, gid, pid) of the peer SO_PEERCRED
- 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(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.IoUringDomainSocketChannel
- remoteAddress() - Method in class io.netty.channel.uring.IoUringServerDomainSocketChannel
- 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(IoHandlerContext) - Method in class io.netty.channel.uring.IoUringIoHandler
S
- sacked() - Method in class io.netty.channel.uring.IoUringTcpInfo
- setBufferRingConfig(IoUringBufferRingConfig...) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Add a buffer ring configuration to the list of buffer ring configurations.
- setCqSize(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the size of the io_uring cqe.
- setMaxBoundedWorker(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the maximum number of bounded iowq worker threads.
- setMaxUnboundedWorker(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the maximum number of unbounded iowq worker threads.
- setRingSize(int) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set the ring size of the io_uring instance.
- setSingleIssuer(boolean) - Method in class io.netty.channel.uring.IoUringIoHandlerConfig
-
Set if
IORING_SETUP_SINGLE_ISSUERshould be used when setup the ring. - 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
- socketIsEmpty(int) - Method in class io.netty.channel.uring.IoUringDatagramChannel
- state() - Method in class io.netty.channel.uring.IoUringTcpInfo
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_FASTOPENinstead. - 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.IoUring
- toString() - Method in class io.netty.channel.uring.IoUringBufferRingExhaustedEvent
- 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() - Method in class io.netty.channel.uring.IoUringIoHandler
All Classes All Packages