Uses of Interface
io.netty.util.Constant
-
Packages that use Constant Package Description io.netty.util Utility classes used across multiple packages. -
-
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.
-