Uses of Class
io.netty.channel.epoll.EpollChannelConfig
Packages that use EpollChannelConfig
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
-
Uses of EpollChannelConfig in io.netty.channel.epoll
Subclasses of EpollChannelConfig in io.netty.channel.epollModifier and TypeClassDescriptionfinal class
final class
final class
class
final class
final class
Methods in io.netty.channel.epoll that return EpollChannelConfigModifier and TypeMethodDescriptionabstract EpollChannelConfig
AbstractEpollChannel.config()
EpollChannelConfig.setAllocator
(ByteBufAllocator allocator) EpollChannelConfig.setAutoRead
(boolean autoRead) EpollChannelConfig.setConnectTimeoutMillis
(int connectTimeoutMillis) EpollChannelConfig.setEpollMode
(EpollMode mode) Set theEpollMode
used.EpollChannelConfig.setMaxMessagesPerRead
(int maxMessagesPerRead) Deprecated.EpollChannelConfig.setMessageSizeEstimator
(MessageSizeEstimator estimator) EpollChannelConfig.setRecvByteBufAllocator
(RecvByteBufAllocator allocator) EpollChannelConfig.setWriteBufferHighWaterMark
(int writeBufferHighWaterMark) Deprecated.EpollChannelConfig.setWriteBufferLowWaterMark
(int writeBufferLowWaterMark) Deprecated.EpollChannelConfig.setWriteBufferWaterMark
(WriteBufferWaterMark writeBufferWaterMark) EpollChannelConfig.setWriteSpinCount
(int writeSpinCount)