Uses of Interface
io.netty.util.Constant
Packages that use Constant
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.
Utility classes used across multiple packages.
-
Uses of Constant in io.netty.channel
Classes in io.netty.channel that implement ConstantModifier and TypeClassDescriptionclass
AChannelOption
allows to configure aChannelConfig
in a type-safe way. -
Uses of Constant in io.netty.channel.epoll
Classes in io.netty.channel.epoll that implement Constant -
Uses of Constant in io.netty.channel.kqueue
Classes in io.netty.channel.kqueue that implement Constant -
Uses of Constant in io.netty.channel.sctp
Classes in io.netty.channel.sctp that implement ConstantModifier and TypeClassDescriptionfinal class
Option for configuring the SCTP transport -
Uses of Constant in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement ConstantModifier and TypeClassDescriptionfinal class
ProvidesChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
. -
Uses of Constant in io.netty.channel.unix
Classes in io.netty.channel.unix that implement ConstantModifier and TypeClassDescriptionclass
A generic socket option.final class
final class
class
-
Uses of Constant in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement ConstantModifier and TypeClassDescriptionfinal class
class
ASslContextOption
allows to configure aSslContext
in a type-safe way. -
Uses of Constant in io.netty.util
Classes in io.netty.util with type parameters of type ConstantModifier and TypeInterfaceDescriptioninterface
A singleton which is safe to compare via the==
operator.class
ConstantPool<T extends Constant<T>>
A pool ofConstant
s.Classes in io.netty.util that implement ConstantModifier and TypeClassDescriptionclass
AbstractConstant<T extends AbstractConstant<T>>
Base implementation ofConstant
.final class
AttributeKey<T>
Key which can be used to accessAttribute
out of theAttributeMap
.final class
A specialError
which is used to signal some state or request by throwing it.private static final class