Uses of Interface
io.netty.util.Attribute
-
Packages that use Attribute Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.util Utility classes used across multiple packages. -
-
Uses of Attribute in io.netty.channel
Methods in io.netty.channel that return Attribute Modifier and Type Method Description <T> Attribute<T>
ChannelHandlerContext. attr(AttributeKey<T> key)
Deprecated. -
Uses of Attribute in io.netty.util
Methods in io.netty.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)
-