| 软件包 | 描述 |
|---|---|
| io.netty.channel.epoll |
针对Linux的优化传输,使用
EPOLL Edge-Triggered Mode获得最高性能。
|
| io.netty.channel.kqueue |
BSD专用运输。
|
| io.netty.channel.unix |
Unix专用传输。
|
| Class and Description |
|---|
| DomainSocketAddress
地址为
Unix Domain Socket 。
|
| DomainSocketChannel
甲 UnixChannel支持经由通信Unix Domain Socket 。
|
| DomainSocketChannelConfig |
| DomainSocketReadMode
来自 DomainSocketChannel的不同阅读模式。
|
| FileDescriptor
原生 FileDescriptor实现允许包装int并为其提供FileDescriptor 。
|
| PeerCredentials
为对等unix域套接字发现的用户凭证。
|
| ServerDomainSocketChannel |
UnixChannel
Channel揭露只在UNIX像系统存在的操作。
|
| UnixChannelOption |
| Class and Description |
|---|
| DomainSocketAddress
地址为
Unix Domain Socket 。
|
| DomainSocketChannel
甲 UnixChannel支持经由通信Unix Domain Socket 。
|
| DomainSocketChannelConfig |
| DomainSocketReadMode
来自 DomainSocketChannel的不同阅读模式。
|
| PeerCredentials
为对等unix域套接字发现的用户凭证。
|
| ServerDomainSocketChannel |
UnixChannel
Channel揭露只在UNIX像系统一样存在的操作。
|
| UnixChannelOption |
| Class and Description |
|---|
| DatagramSocketAddress
充当特殊的
InetSocketAddress能够轻松地传递来自JNI的所有需要的数据,而无需创建更多需要的对象。
|
| DomainSocketAddress
地址为
Unix Domain Socket 。
|
| DomainSocketChannelConfig |
| DomainSocketReadMode
来自 DomainSocketChannel的不同阅读模式。
|
| Errors.NativeIoException
仅限内部使用!
|
| FileDescriptor
原生 FileDescriptor实现允许包装int并为其提供FileDescriptor 。
|
| NativeInetAddress
仅限内部使用!
|
| Socket
为本地套接字操作提供JNI桥接。
|
UnixChannel
Channel暴露只存在于类似系统的UNIX操作。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.