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
Fields in io.netty.channel.epoll declared as EpollSocketChannelConfigModifier and TypeFieldDescriptionprivate final EpollSocketChannelConfig
EpollSocketChannel.config
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.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_POLL
option on the socket.EpollSocketChannelConfig.setSoLinger
(int soLinger) EpollSocketChannelConfig.setTcpCork
(boolean tcpCork) Set theTCP_CORK
option on the socket.EpollSocketChannelConfig.setTcpFastOpenConnect
(boolean fastOpenConnect) Enables client TCP fast open.EpollSocketChannelConfig.setTcpKeepCnt
(int probes) Set theTCP_KEEPCNT
option on the socket.EpollSocketChannelConfig.setTcpKeepCntl
(int probes) Deprecated.EpollSocketChannelConfig.setTcpKeepIdle
(int seconds) Set theTCP_KEEPIDLE
option on the socket.EpollSocketChannelConfig.setTcpKeepIntvl
(int seconds) Set theTCP_KEEPINTVL
option on the socket.EpollSocketChannelConfig.setTcpMd5Sig
(Map<InetAddress, byte[]> keys) Set theTCP_MD5SIG
option on the socket.EpollSocketChannelConfig.setTcpNoDelay
(boolean tcpNoDelay) EpollSocketChannelConfig.setTcpNotSentLowAt
(long tcpNotSentLowAt) Set theTCP_NOTSENT_LOWAT
option on the socket.EpollSocketChannelConfig.setTcpQuickAck
(boolean quickAck) Set theTCP_QUICKACK
option on the socket.EpollSocketChannelConfig.setTcpUserTimeout
(int milliseconds) Set theTCP_USER_TIMEOUT
option 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)
setTcpKeepCnt(int)