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