Uses of Class
io.netty.channel.DefaultChannelConfig
Packages that use DefaultChannelConfig
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
BSD specific transport.
Abstract SCTP socket interfaces which extend the core channel API.
NIO-based SCTP Channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based SCTP channel API implementation - recommended for
a small number of connections (< 1000).
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).
Handlers for sending and receiving HTTP/2 frames.
-
Uses of DefaultChannelConfig in io.netty.channel
Fields in io.netty.channel with type parameters of type DefaultChannelConfigModifier and TypeFieldDescriptionprivate static final AtomicIntegerFieldUpdater<DefaultChannelConfig> DefaultChannelConfig.AUTOREAD_UPDATERprivate static final AtomicReferenceFieldUpdater<DefaultChannelConfig, WriteBufferWaterMark> DefaultChannelConfig.WATERMARK_UPDATER -
Uses of DefaultChannelConfig in io.netty.channel.epoll
Subclasses of DefaultChannelConfig in io.netty.channel.epollModifier and TypeClassDescriptionclassfinal classfinal classfinal classclassfinal classfinal class -
Uses of DefaultChannelConfig in io.netty.channel.kqueue
Subclasses of DefaultChannelConfig in io.netty.channel.kqueueModifier and TypeClassDescriptionclassfinal classfinal classfinal classclassclassfinal class -
Uses of DefaultChannelConfig in io.netty.channel.sctp
Subclasses of DefaultChannelConfig in io.netty.channel.sctpModifier and TypeClassDescriptionclassThe defaultSctpChannelConfigimplementation for SCTP.classThe defaultSctpServerChannelConfigimplementation for SCTP. -
Uses of DefaultChannelConfig in io.netty.channel.sctp.nio
Subclasses of DefaultChannelConfig in io.netty.channel.sctp.nioModifier and TypeClassDescriptionprivate final classprivate final class -
Uses of DefaultChannelConfig in io.netty.channel.sctp.oio
Subclasses of DefaultChannelConfig in io.netty.channel.sctp.oioModifier and TypeClassDescriptionprivate final classDeprecated.private final classDeprecated. -
Uses of DefaultChannelConfig in io.netty.channel.socket
Subclasses of DefaultChannelConfig in io.netty.channel.socketModifier and TypeClassDescriptionclassThe defaultDatagramChannelConfigimplementation.classThe defaultServerSocketChannelConfigimplementation.classThe defaultSocketChannelConfigimplementation. -
Uses of DefaultChannelConfig in io.netty.channel.socket.nio
Subclasses of DefaultChannelConfig in io.netty.channel.socket.nioModifier and TypeClassDescription(package private) classThe defaultNioDatagramChannelConfigimplementation.private final classprivate final classprivate final classprivate final class -
Uses of DefaultChannelConfig in io.netty.channel.socket.oio
Subclasses of DefaultChannelConfig in io.netty.channel.socket.oioModifier and TypeClassDescription(package private) final classclassDeprecated.use NIO / EPOLL / KQUEUE transport.classDeprecated.use NIO / EPOLL / KQUEUE transport. -
Uses of DefaultChannelConfig in io.netty.handler.codec.http2
Subclasses of DefaultChannelConfig in io.netty.handler.codec.http2Modifier and TypeClassDescriptionprivate static final classChannelConfigso that the high and low writebuffer watermarks can reflect the outbound flow control window, without having to create a newWriteBufferWaterMarkobject whenever the flow control window changes.