Uses of Interface
io.netty.util.Attribute
Packages that use Attribute
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Utility classes used across multiple packages.
-
Uses of Attribute in io.netty.channel
Methods in io.netty.channel that return AttributeModifier and TypeMethodDescription<T> Attribute<T> ChannelHandlerContext.attr(AttributeKey<T> key) Deprecated. -
Uses of Attribute in io.netty.util
Methods in io.netty.util that return AttributeModifier and TypeMethodDescription<T> Attribute<T> AttributeMap.attr(AttributeKey<T> key) Get theAttributefor the givenAttributeKey.<T> Attribute<T> DefaultAttributeMap.attr(AttributeKey<T> key)
AttributeMap.attr(AttributeKey)