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.
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
QUIC implementation
-
Uses of DuplexChannelConfig in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement DuplexChannelConfigModifier and TypeClassDescriptionfinal classfinal class -
Uses of DuplexChannelConfig in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement DuplexChannelConfigModifier and TypeClassDescriptionfinal classfinal 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.oio
Subinterfaces of DuplexChannelConfig in io.netty.channel.socket.oioModifier and TypeInterfaceDescriptioninterfaceDeprecated.use NIO / EPOLL / KQUEUE transport.Classes in io.netty.channel.socket.oio that implement DuplexChannelConfigModifier and TypeClassDescriptionclassDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DuplexChannelConfig in io.netty.handler.codec.quic
Subinterfaces of DuplexChannelConfig in io.netty.handler.codec.quic