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.
|
Modifier and Type | Method and Description |
---|---|
<T> Attribute<T> |
CombinedChannelDuplexHandler.DelegatingChannelHandlerContext.attr(AttributeKey<T> key) |
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultAttributeMap.DefaultAttribute<T> |
Modifier and Type | Method and Description |
---|---|
<T> Attribute<T> |
DefaultAttributeMap.attr(AttributeKey<T> key) |
<T> Attribute<T> |
AttributeMap.attr(AttributeKey<T> key)
Get the
Attribute for the given AttributeKey . |