| 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 | Class and Description |
|---|---|
class |
ChannelOption<T>
A
ChannelOption allows to configure a ChannelConfig in a type-safe
way. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConstant<T extends AbstractConstant<T>>
Base implementation of
Constant. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeKey<T>
Key which can be used to access
Attribute out of the AttributeMap. |
Copyright © 2008–2015 The Netty Project. All rights reserved.