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.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.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>
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 Attribute Modifier and Type Method Description private static Attribute<HttpScheme>
Http2StreamFrameToHttpObjectCodec. connectionSchemeAttribute(ChannelHandlerContext ctx)
-
Uses of Attribute in io.netty.util
Classes in io.netty.util that implement Attribute Modifier and Type Class Description private static class
DefaultAttributeMap.DefaultAttribute<T>
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)
-