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 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.
-