软件包 | 描述 |
---|---|
io.netty.channel |
核心频道API是异步和事件驱动的各种传输(如
NIO Channel)的抽象 。
|
io.netty.channel.epoll |
针对Linux的优化传输,使用
EPOLL Edge-Triggered Mode获得最高性能。
|
io.netty.channel.kqueue |
BSD专用运输。
|
io.netty.channel.rxtx |
基于
RXTX的串行和并行端口通信传输。
|
io.netty.channel.sctp |
抽象扩展核心通道API的SCTP套接字接口。
|
io.netty.channel.udt |
UDT运输。
|
io.netty.channel.unix |
Unix专用传输。
|
io.netty.util |
在多个包中使用的实用程序类。
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelOption<T>
A ChannelOption 允许以类型安全的方式配置ChannelConfig 。
|
Modifier and Type | Class and Description |
---|---|
class |
EpollChannelOption<T> |
Modifier and Type | Class and Description |
---|---|
class |
KQueueChannelOption<T> |
Modifier and Type | Class and Description |
---|---|
class |
RxtxChannelOption<T>
已过时。
该传输将在下一个主要版本中删除。
|
Modifier and Type | Class and Description |
---|---|
class |
SctpChannelOption<T>
用于配置SCTP传输的选项
|
Modifier and Type | Class and Description |
---|---|
class |
UdtChannelOption<T>
已过时。
UDT运输不再维护并将被移除。
|
Modifier and Type | Class and Description |
---|---|
class |
UnixChannelOption<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
Constant<T extends Constant<T>>
通过
== 操作员比较安全的单身人士。
|
class |
ConstantPool<T extends Constant<T>>
一池 Constant s。
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConstant<T extends AbstractConstant<T>>
基地执行 Constant 。
|
class |
AttributeKey<T>
可用于访问 AttributeMap 中的Attribute 的密钥 。
|
class |
Signal
A special
Error which is used to signal some state or request by throwing it.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.