Uses of Class
io.netty.util.AbstractConstant
Packages that use AbstractConstant
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 socket channel
API implementation - recommended for a large number of connections (>= 1000).
Unix specific transport.
Handlers for sending and receiving HTTP/2 frames.
Utility classes used across multiple packages.
-
Uses of AbstractConstant in io.netty.channel
Subclasses of AbstractConstant in io.netty.channelModifier and TypeClassDescriptionclass
AChannelOption
allows to configure aChannelConfig
in a type-safe way. -
Uses of AbstractConstant in io.netty.channel.epoll
Subclasses of AbstractConstant in io.netty.channel.epoll -
Uses of AbstractConstant in io.netty.channel.kqueue
Subclasses of AbstractConstant in io.netty.channel.kqueue -
Uses of AbstractConstant in io.netty.channel.sctp
Subclasses of AbstractConstant in io.netty.channel.sctpModifier and TypeClassDescriptionfinal class
Option for configuring the SCTP transport -
Uses of AbstractConstant in io.netty.channel.socket.nio
Subclasses of AbstractConstant in io.netty.channel.socket.nioModifier and TypeClassDescriptionfinal class
ProvidesChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
. -
Uses of AbstractConstant in io.netty.channel.unix
Subclasses of AbstractConstant in io.netty.channel.unixModifier and TypeClassDescriptionclass
A generic socket option.final class
final class
class
-
Uses of AbstractConstant in io.netty.handler.codec.http2
Subclasses of AbstractConstant in io.netty.handler.codec.http2Modifier and TypeClassDescriptionfinal class
ChannelOption
s that are specific toHttp2StreamChannel
s. -
Uses of AbstractConstant in io.netty.handler.ssl
Subclasses of AbstractConstant in io.netty.handler.sslModifier and TypeClassDescriptionfinal class
class
ASslContextOption
allows to configure aSslContext
in a type-safe way. -
Uses of AbstractConstant in io.netty.util
Classes in io.netty.util with type parameters of type AbstractConstantModifier and TypeClassDescriptionclass
AbstractConstant<T extends AbstractConstant<T>>
Base implementation ofConstant
.Subclasses of AbstractConstant in io.netty.utilModifier and TypeClassDescriptionfinal class
AttributeKey<T>
Key which can be used to accessAttribute
out of theAttributeMap
.private static final class