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 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_UPDATER
private 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 TypeClassDescriptionclass
final class
final class
final class
class
final class
final class
-
Uses of DefaultChannelConfig in io.netty.channel.kqueue
Subclasses of DefaultChannelConfig in io.netty.channel.kqueueModifier and TypeClassDescriptionclass
final class
final class
final class
class
class
final class
-
Uses of DefaultChannelConfig in io.netty.channel.socket
Subclasses of DefaultChannelConfig in io.netty.channel.socketModifier and TypeClassDescriptionclass
The defaultDatagramChannelConfig
implementation.class
The defaultServerSocketChannelConfig
implementation.class
The defaultSocketChannelConfig
implementation. -
Uses of DefaultChannelConfig in io.netty.channel.socket.nio
Subclasses of DefaultChannelConfig in io.netty.channel.socket.nioModifier and TypeClassDescription(package private) class
The defaultNioDatagramChannelConfig
implementation.private final class
private 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 class
class
Deprecated.use NIO / EPOLL / KQUEUE transport.class
Deprecated.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 class
ChannelConfig
so that the high and low writebuffer watermarks can reflect the outbound flow control window, without having to create a newWriteBufferWaterMark
object whenever the flow control window changes.