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 classChannelOption<T>AChannelOptionallows to configure aChannelConfigin 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 classNioChannelOption<T>ProvidesChannelOptionover a givenSocketOptionwhich 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 classAbstractConstant<T extends AbstractConstant<T>>Base implementation ofConstant.Subclasses of AbstractConstant in io.netty.util Modifier and Type Class Description classAttributeKey<T>Key which can be used to accessAttributeout of theAttributeMap.private static classSignal.SignalConstant
-