Uses of Class
io.netty.util.AbstractConstant
-
Packages that use AbstractConstant 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.util Utility classes used across multiple packages. -
-
Uses of AbstractConstant in io.netty.channel
Subclasses of AbstractConstant in io.netty.channel Modifier and Type Class Description class
ChannelOption<T>
AChannelOption
allows to configure aChannelConfig
in a type-safe way. -
Uses of AbstractConstant in io.netty.channel.socket.nio
Subclasses of AbstractConstant in io.netty.channel.socket.nio Modifier and Type Class Description class
NioChannelOption<T>
ProvidesChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
. -
Uses of AbstractConstant in io.netty.util
Classes in io.netty.util with type parameters of type AbstractConstant Modifier and Type Class Description class
AbstractConstant<T extends AbstractConstant<T>>
Base implementation ofConstant
.Subclasses of AbstractConstant in io.netty.util Modifier and Type Class Description class
AttributeKey<T>
Key which can be used to accessAttribute
out of theAttributeMap
.private static class
Signal.SignalConstant
-