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.rxtx |
A serial and parallel port communication transport based on RXTX.
|
io.netty.channel.sctp |
Abstract SCTP socket interfaces which extend the core channel API.
|
io.netty.channel.udt |
UDT Transport.
|
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 |
RxtxChannelOption<T>
Deprecated.
this transport will be removed in the next major version.
|
Modifier and Type | Class and Description |
---|---|
class |
SctpChannelOption<T>
Option for configuring the SCTP transport
|
Modifier and Type | Class and Description |
---|---|
class |
UdtChannelOption<T>
Deprecated.
The UDT transport is no longer maintained and will be removed.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeKey<T>
Key which can be used to access
Attribute out of the AttributeMap . |
Modifier and Type | Method and Description |
---|---|
int |
UniqueName.compareTo(UniqueName other)
Deprecated.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.