Uses of Interface
io.netty5.util.Attribute
-
Packages that use Attribute Package Description io.netty5.util Utility classes used across multiple packages. -
-
Uses of Attribute in io.netty5.util
Methods in io.netty5.util that return Attribute Modifier and Type Method Description <T> Attribute<T>
AttributeMap. attr(AttributeKey<T> key)
Get theAttribute
for the givenAttributeKey
.<T> Attribute<T>
DefaultAttributeMap. attr(AttributeKey<T> key)
-