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.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
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 |
EpollChannelOption<T> |
Modifier and Type | Class and Description |
---|---|
class |
SctpChannelOption<T>
Option for configuring the SCTP transport
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeKey<T>
Key which can be used to access
Attribute out of the AttributeMap . |
Modifier and Type | Field and Description |
---|---|
private UniqueName |
Signal.uname |
Modifier and Type | Method and Description |
---|---|
int |
UniqueName.compareTo(UniqueName other)
Deprecated.
|