Uses of Class
io.netty.util.DefaultAttributeMap.DefaultAttribute
-
Packages that use DefaultAttributeMap.DefaultAttribute Package Description io.netty.util Utility classes used across multiple packages. -
-
Uses of DefaultAttributeMap.DefaultAttribute in io.netty.util
Fields in io.netty.util declared as DefaultAttributeMap.DefaultAttribute Modifier and Type Field Description private DefaultAttributeMap.DefaultAttribute<?>DefaultAttributeMap.DefaultAttribute. headprivate DefaultAttributeMap.DefaultAttribute<?>DefaultAttributeMap.DefaultAttribute. nextprivate DefaultAttributeMap.DefaultAttribute<?>DefaultAttributeMap.DefaultAttribute. prevFields in io.netty.util with type parameters of type DefaultAttributeMap.DefaultAttribute Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReferenceArray<DefaultAttributeMap.DefaultAttribute<?>>DefaultAttributeMap. attributesConstructors in io.netty.util with parameters of type DefaultAttributeMap.DefaultAttribute Constructor Description DefaultAttribute(DefaultAttributeMap.DefaultAttribute<?> head, AttributeKey<T> key)
-