Class AttributeKey<T>

java.lang.Object
io.netty.util.AbstractConstant<AttributeKey<T>>
io.netty.util.AttributeKey<T>
Type Parameters:
T - the type of the Attribute which can be accessed via this AttributeKey.
All Implemented Interfaces:
Constant<AttributeKey<T>>, Comparable<AttributeKey<T>>

public final class AttributeKey<T> extends AbstractConstant<AttributeKey<T>>
Key which can be used to access Attribute out of the AttributeMap. Be aware that it is not be possible to have multiple keys with the same name.