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.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 classChannelOption<T>AChannelOptionallows to configure aChannelConfigin 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 classNioChannelOption<T>ProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel. -
Uses of Constant in io.netty.util
Classes in io.netty.util with type parameters of type Constant Modifier and Type Interface Description interfaceConstant<T extends Constant<T>>A singleton which is safe to compare via the==operator.classConstantPool<T extends Constant<T>>A pool ofConstants.Classes in io.netty.util that implement Constant Modifier and Type Class Description classAbstractConstant<T extends AbstractConstant<T>>Base implementation ofConstant.classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.classSignalA specialErrorwhich is used to signal some state or request by throwing it.private static classSignal.SignalConstant
-