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 IOUringSocketChannelConfigIOUringSocketChannel.configMethods 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_POLLoption on the socket.IOUringSocketChannelConfig.setSoLinger(int soLinger) IOUringSocketChannelConfig.setTcpCork(boolean tcpCork) Set theTCP_CORKoption on the socket.IOUringSocketChannelConfig.setTcpFastOpenConnect(boolean fastOpenConnect) Enables client TCP fast open.IOUringSocketChannelConfig.setTcpKeepCnt(int probes) Set theTCP_KEEPCNToption on the socket.IOUringSocketChannelConfig.setTcpKeepCntl(int probes) Deprecated.IOUringSocketChannelConfig.setTcpKeepIdle(int seconds) Set theTCP_KEEPIDLEoption on the socket.IOUringSocketChannelConfig.setTcpKeepIntvl(int seconds) Set theTCP_KEEPINTVLoption on the socket.IOUringSocketChannelConfig.setTcpNoDelay(boolean tcpNoDelay) IOUringSocketChannelConfig.setTcpNotSentLowAt(long tcpNotSentLowAt) Set theTCP_NOTSENT_LOWAToption on the socket.IOUringSocketChannelConfig.setTcpQuickAck(boolean quickAck) Set theTCP_QUICKACKoption on the socket.IOUringSocketChannelConfig.setTcpUserTimeout(int milliseconds) Set theTCP_USER_TIMEOUToption 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)
IOUringSocketChannelConfig.setTcpKeepCnt(int)