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.
Handlers for sending and receiving HTTP/2 frames.
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> AbstractChannelHandlerContext.attr(AttributeKey<T> key) <T> Attribute<T> ChannelHandlerContext.attr(AttributeKey<T> key) Deprecated.<T> Attribute<T> CombinedChannelDuplexHandler.DelegatingChannelHandlerContext.attr(AttributeKey<T> key) -
Uses of Attribute in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return AttributeModifier and TypeMethodDescriptionprivate static Attribute<HttpScheme> Http2StreamFrameToHttpObjectCodec.connectionSchemeAttribute(ChannelHandlerContext ctx) -
Uses of Attribute in io.netty.util
Classes in io.netty.util that implement AttributeModifier and TypeClassDescriptionprivate static final classMethods 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)