程序包 | 说明 |
---|---|
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.kqueue |
BSD specific transport.
|
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.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.udt |
UDT Transport.
|
io.netty.channel.unix |
Unix specific transport.
|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.util |
Benchmarks for
io.netty.util . |
限定符和类型 | 类和说明 |
---|---|
class |
ChannelOption<T>
A
ChannelOption allows to configure a ChannelConfig in a type-safe
way. |
限定符和类型 | 类和说明 |
---|---|
class |
EpollChannelOption<T> |
限定符和类型 | 类和说明 |
---|---|
class |
KQueueChannelOption<T> |
限定符和类型 | 类和说明 |
---|---|
class |
RxtxChannelOption<T>
已过时。
this transport will be removed in the next major version.
|
限定符和类型 | 类和说明 |
---|---|
class |
SctpChannelOption<T>
Option for configuring the SCTP transport
|
限定符和类型 | 类和说明 |
---|---|
class |
NioChannelOption<T>
Provides
ChannelOption over a given SocketOption which is then passed through the underlying
NetworkChannel . |
限定符和类型 | 类和说明 |
---|---|
class |
UdtChannelOption<T>
已过时。
The UDT transport is no longer maintained and will be removed.
|
限定符和类型 | 类和说明 |
---|---|
class |
GenericUnixChannelOption<T>
A generic socket option.
|
class |
IntegerUnixChannelOption
|
class |
RawUnixChannelOption
|
class |
UnixChannelOption<T> |
限定符和类型 | 类和说明 |
---|---|
class |
OpenSslContextOption<T>
|
class |
SslContextOption<T>
A
SslContextOption allows to configure a SslContext in a type-safe
way. |
限定符和类型 | 类和说明 |
---|---|
class |
AbstractConstant<T extends AbstractConstant<T>>
Base implementation of
Constant . |
限定符和类型 | 类和说明 |
---|---|
class |
AttributeKey<T>
Key which can be used to access
Attribute out of the AttributeMap . |