Uses of Interface
io.netty.channel.socket.DuplexChannelConfig
Packages that use DuplexChannelConfig
Package
Description
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Abstract TCP and UDP socket interfaces which extend the core channel API.
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of DuplexChannelConfig in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement DuplexChannelConfigModifier and TypeClassDescriptionfinal class
final class
-
Uses of DuplexChannelConfig in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement DuplexChannelConfigModifier and TypeClassDescriptionfinal class
final class
-
Uses of DuplexChannelConfig in io.netty.channel.socket
Subinterfaces of DuplexChannelConfig in io.netty.channel.socketClasses in io.netty.channel.socket that implement DuplexChannelConfigMethods in io.netty.channel.socket that return DuplexChannelConfigModifier and TypeMethodDescriptionDuplexChannelConfig.setAllocator
(ByteBufAllocator allocator) DuplexChannelConfig.setAllowHalfClosure
(boolean allowHalfClosure) Sets whether the channel should not close itself when its remote peer shuts down output to make the connection half-closed.DuplexChannelConfig.setAutoClose
(boolean autoClose) DuplexChannelConfig.setAutoRead
(boolean autoRead) DuplexChannelConfig.setMaxMessagesPerRead
(int maxMessagesPerRead) Deprecated.DuplexChannelConfig.setMessageSizeEstimator
(MessageSizeEstimator estimator) DuplexChannelConfig.setRecvByteBufAllocator
(RecvByteBufAllocator allocator) DuplexChannelConfig.setWriteBufferWaterMark
(WriteBufferWaterMark writeBufferWaterMark) DuplexChannelConfig.setWriteSpinCount
(int writeSpinCount) -
Uses of DuplexChannelConfig in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement DuplexChannelConfig -
Uses of DuplexChannelConfig in io.netty.channel.socket.oio
Subinterfaces of DuplexChannelConfig in io.netty.channel.socket.oioModifier and TypeInterfaceDescriptioninterface
Deprecated.use NIO / EPOLL / KQUEUE transport.Classes in io.netty.channel.socket.oio that implement DuplexChannelConfigModifier and TypeClassDescriptionclass
Deprecated.use NIO / EPOLL / KQUEUE transport.