| Modifier and Type | Method and Description |
|---|---|
IOUringSocketChannelConfig |
IOUringSocketChannel.config() |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setAllocator(io.netty.buffer.ByteBufAllocator allocator) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setAllowHalfClosure(boolean allowHalfClosure) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setAutoClose(boolean autoClose) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setAutoRead(boolean autoRead) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setIpTransparent(boolean transparent)
|
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setKeepAlive(boolean keepAlive) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead)
Deprecated.
|
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setMessageSizeEstimator(io.netty.channel.MessageSizeEstimator estimator) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setPerformancePreferences(int connectionTime,
int latency,
int bandwidth) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setReceiveBufferSize(int receiveBufferSize) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setRecvByteBufAllocator(io.netty.channel.RecvByteBufAllocator allocator) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setReuseAddress(boolean reuseAddress) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setSendBufferSize(int sendBufferSize) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setSoBusyPoll(int loopMicros)
Set the
SO_BUSY_POLL option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setSoLinger(int soLinger) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpCork(boolean tcpCork)
Set the
TCP_CORK option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpFastOpenConnect(boolean fastOpenConnect)
Enables client TCP fast open.
|
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpKeepCnt(int probes)
Set the
TCP_KEEPCNT option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpKeepCntl(int probes)
Deprecated.
|
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpKeepIdle(int seconds)
Set the
TCP_KEEPIDLE option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpKeepIntvl(int seconds)
Set the
TCP_KEEPINTVL option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpNoDelay(boolean tcpNoDelay) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpNotSentLowAt(long tcpNotSentLowAt)
Set the
TCP_NOTSENT_LOWAT option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpQuickAck(boolean quickAck)
Set the
TCP_QUICKACK option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTcpUserTimeout(int milliseconds)
Set the
TCP_USER_TIMEOUT option on the socket. |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setTrafficClass(int trafficClass) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
Deprecated.
|
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
Deprecated.
|
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setWriteBufferWaterMark(io.netty.channel.WriteBufferWaterMark writeBufferWaterMark) |
IOUringSocketChannelConfig |
IOUringSocketChannelConfig.setWriteSpinCount(int writeSpinCount) |
Copyright © 2020–2024 The Netty Project. All rights reserved.