Uses of Class
io.netty.incubator.channel.uring.IOUringSocketChannelConfig
-
Uses of IOUringSocketChannelConfig in io.netty.incubator.channel.uring
Fields in io.netty.incubator.channel.uring declared as IOUringSocketChannelConfigModifier and TypeFieldDescriptionprivate final IOUringSocketChannelConfig
IOUringSocketChannel.config
Methods in io.netty.incubator.channel.uring that return IOUringSocketChannelConfigModifier and TypeMethodDescriptionIOUringSocketChannel.config()
IOUringSocketChannelConfig.setAllocator
(io.netty.buffer.ByteBufAllocator allocator) IOUringSocketChannelConfig.setAllowHalfClosure
(boolean allowHalfClosure) IOUringSocketChannelConfig.setAutoClose
(boolean autoClose) IOUringSocketChannelConfig.setAutoRead
(boolean autoRead) IOUringSocketChannelConfig.setConnectTimeoutMillis
(int connectTimeoutMillis) IOUringSocketChannelConfig.setIpTransparent
(boolean transparent) IOUringSocketChannelConfig.setKeepAlive
(boolean keepAlive) IOUringSocketChannelConfig.setMaxMessagesPerRead
(int maxMessagesPerRead) Deprecated.IOUringSocketChannelConfig.setMessageSizeEstimator
(io.netty.channel.MessageSizeEstimator estimator) IOUringSocketChannelConfig.setPerformancePreferences
(int connectionTime, int latency, int bandwidth) IOUringSocketChannelConfig.setReceiveBufferSize
(int receiveBufferSize) IOUringSocketChannelConfig.setRecvByteBufAllocator
(io.netty.channel.RecvByteBufAllocator allocator) IOUringSocketChannelConfig.setReuseAddress
(boolean reuseAddress) IOUringSocketChannelConfig.setSendBufferSize
(int sendBufferSize) IOUringSocketChannelConfig.setSoBusyPoll
(int loopMicros) Set theSO_BUSY_POLL
option on the socket.IOUringSocketChannelConfig.setSoLinger
(int soLinger) IOUringSocketChannelConfig.setTcpCork
(boolean tcpCork) Set theTCP_CORK
option on the socket.IOUringSocketChannelConfig.setTcpFastOpenConnect
(boolean fastOpenConnect) Enables client TCP fast open.IOUringSocketChannelConfig.setTcpKeepCnt
(int probes) Set theTCP_KEEPCNT
option on the socket.IOUringSocketChannelConfig.setTcpKeepCntl
(int probes) Deprecated.IOUringSocketChannelConfig.setTcpKeepIdle
(int seconds) Set theTCP_KEEPIDLE
option on the socket.IOUringSocketChannelConfig.setTcpKeepIntvl
(int seconds) Set theTCP_KEEPINTVL
option on the socket.IOUringSocketChannelConfig.setTcpNoDelay
(boolean tcpNoDelay) IOUringSocketChannelConfig.setTcpNotSentLowAt
(long tcpNotSentLowAt) Set theTCP_NOTSENT_LOWAT
option on the socket.IOUringSocketChannelConfig.setTcpQuickAck
(boolean quickAck) Set theTCP_QUICKACK
option on the socket.IOUringSocketChannelConfig.setTcpUserTimeout
(int milliseconds) Set theTCP_USER_TIMEOUT
option on the socket.IOUringSocketChannelConfig.setTrafficClass
(int trafficClass) IOUringSocketChannelConfig.setWriteBufferHighWaterMark
(int writeBufferHighWaterMark) Deprecated.IOUringSocketChannelConfig.setWriteBufferLowWaterMark
(int writeBufferLowWaterMark) Deprecated.IOUringSocketChannelConfig.setWriteBufferWaterMark
(io.netty.channel.WriteBufferWaterMark writeBufferWaterMark) IOUringSocketChannelConfig.setWriteSpinCount
(int writeSpinCount)
setTcpKeepCnt(int)