| Package | Description |
|---|---|
| io.netty.bootstrap |
The helper classes with fluent API which enable an easy implementation of
typical client side and server side channel initialization.
|
| io.netty.util |
Utility classes used across multiple packages.
|
| Modifier and Type | Method and Description |
|---|---|
<T> ServerBootstrap |
ServerBootstrap.childAttr(AttributeKey<T> childKey,
T value)
Set the specific
AttributeKey with the given value on every child Channel. |
| Modifier and Type | Method and Description |
|---|---|
AttributeKey<T> |
Attribute.key()
Returns the key of this attribute.
|
| 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. |
Copyright © 2008–2013 The Netty Project. All rights reserved.