Uses of Interface
io.netty.util.Constant
-
Packages that use Constant Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.channel.unix Unix specific transport.io.netty.handler.ssl io.netty.util Utility classes used across multiple packages. -
-
Uses of Constant in io.netty.channel
Classes in io.netty.channel that implement Constant Modifier and Type Class Description class
ChannelOption<T>
AChannelOption
allows to configure aChannelConfig
in a type-safe way. -
Uses of Constant in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio that implement Constant Modifier and Type Class Description class
NioChannelOption<T>
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 Constant Modifier and Type Class Description class
UnixChannelOption<T>
-
Uses of Constant in io.netty.handler.ssl
Classes in io.netty.handler.ssl that implement Constant Modifier and Type Class Description class
SslContextOption<T>
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 Constant Modifier and Type Interface Description interface
Constant<T extends Constant<T>>
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 Constant Modifier and Type Class Description class
AbstractConstant<T extends AbstractConstant<T>>
Base implementation ofConstant
.class
AttributeKey<T>
Key which can be used to accessAttribute
out of theAttributeMap
.class
Signal
A specialError
which is used to signal some state or request by throwing it.
-