Uses of Class
io.netty.channel.epoll.EpollSocketChannelConfig
Packages that use EpollSocketChannelConfig
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
-
Uses of EpollSocketChannelConfig in io.netty.channel.epoll
Methods in io.netty.channel.epoll that return EpollSocketChannelConfigModifier and TypeMethodDescriptionEpollSocketChannel.config()EpollSocketChannelConfig.setAllocator(ByteBufAllocator allocator) EpollSocketChannelConfig.setAllowHalfClosure(boolean allowHalfClosure) EpollSocketChannelConfig.setAutoClose(boolean autoClose) EpollSocketChannelConfig.setAutoRead(boolean autoRead) EpollSocketChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis) EpollSocketChannelConfig.setEpollMode(EpollMode mode) EpollSocketChannelConfig.setIpBindAddressNoPort(boolean ipBindAddressNoPort) Set the IP_BIND_ADDRESS_NO_PORT option on the underlying Channel.EpollSocketChannelConfig.setIpTransparent(boolean transparent) EpollSocketChannelConfig.setKeepAlive(boolean keepAlive) EpollSocketChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead) Deprecated.EpollSocketChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) EpollSocketChannelConfig.setPerformancePreferences(int connectionTime, int latency, int bandwidth) EpollSocketChannelConfig.setReceiveBufferSize(int receiveBufferSize) EpollSocketChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator) EpollSocketChannelConfig.setReuseAddress(boolean reuseAddress) EpollSocketChannelConfig.setSendBufferSize(int sendBufferSize) EpollSocketChannelConfig.setSoBusyPoll(int loopMicros) Set theSO_BUSY_POLLoption on the socket.EpollSocketChannelConfig.setSoLinger(int soLinger) EpollSocketChannelConfig.setTcpCork(boolean tcpCork) Set theTCP_CORKoption on the socket.EpollSocketChannelConfig.setTcpFastOpenConnect(boolean fastOpenConnect) Enables client TCP fast open.EpollSocketChannelConfig.setTcpKeepCnt(int probes) Set theTCP_KEEPCNToption on the socket.EpollSocketChannelConfig.setTcpKeepCntl(int probes) Deprecated.EpollSocketChannelConfig.setTcpKeepIdle(int seconds) Set theTCP_KEEPIDLEoption on the socket.EpollSocketChannelConfig.setTcpKeepIntvl(int seconds) Set theTCP_KEEPINTVLoption on the socket.EpollSocketChannelConfig.setTcpMd5Sig(Map<InetAddress, byte[]> keys) Set theTCP_MD5SIGoption on the socket.EpollSocketChannelConfig.setTcpNoDelay(boolean tcpNoDelay) EpollSocketChannelConfig.setTcpNotSentLowAt(long tcpNotSentLowAt) Set theTCP_NOTSENT_LOWAToption on the socket.EpollSocketChannelConfig.setTcpQuickAck(boolean quickAck) Set theTCP_QUICKACKoption on the socket.EpollSocketChannelConfig.setTcpUserTimeout(int milliseconds) Set theTCP_USER_TIMEOUToption on the socket.EpollSocketChannelConfig.setTrafficClass(int trafficClass) EpollSocketChannelConfig.setWriteBufferHighWaterMark(int writeBufferHighWaterMark) Deprecated.EpollSocketChannelConfig.setWriteBufferLowWaterMark(int writeBufferLowWaterMark) Deprecated.EpollSocketChannelConfig.setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark) EpollSocketChannelConfig.setWriteSpinCount(int writeSpinCount)
EpollSocketChannelConfig.setTcpKeepCnt(int)