程序包 | 说明 |
---|---|
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 |
Benchmarks for
io.netty.util . |
限定符和类型 | 方法和说明 |
---|---|
<T> Attribute<T> |
ChannelHandlerContext.attr(AttributeKey<T> key)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
<T> Attribute<T> |
DefaultAttributeMap.attr(AttributeKey<T> key) |
<T> Attribute<T> |
AttributeMap.attr(AttributeKey<T> key)
Get the
Attribute for the given AttributeKey . |
Attribute<java.lang.Integer> |
DefaultAttributeMapBenchmark.nextAttributeAttributeMap(DefaultAttributeMapBenchmark.KeySequence sequence) |
Attribute<java.lang.Integer> |
DefaultAttributeMapBenchmark.nextAttributeIdentityHashMap(DefaultAttributeMapBenchmark.KeySequence sequence) |