| 接口 | 说明 |
|---|---|
| DomainDatagramChannel |
A
UnixChannel that supports communication via
UNIX domain datagram sockets. |
| DomainDatagramChannelConfig |
A
ChannelConfig for a DomainDatagramChannel. |
| DomainSocketChannel |
A
UnixChannel that supports communication via
Unix Domain Socket. |
| DomainSocketChannelConfig |
Special
ChannelConfig for DomainSocketChannels. |
| ServerDomainSocketChannel | |
| UnixChannel |
Channel that expose operations that are only present on UNIX like systems. |
| 类 | 说明 |
|---|---|
| Buffer | |
| DatagramSocketAddress |
Act as special
InetSocketAddress to be able to easily pass all needed data from JNI without the need
to create more objects then needed. |
| DomainDatagramPacket |
The message container that is used for
DomainDatagramChannel to communicate with the remote peer. |
| DomainDatagramSocketAddress |
Act as special
DomainSocketAddress to be able to easily pass all needed data from JNI without the need
to create more objects then needed. |
| DomainSocketAddress |
A address for a
Unix Domain Socket.
|
| Errors |
Internal usage only!
|
| FileDescriptor |
Native
FileDescriptor implementation which allows to wrap an int and provide a
FileDescriptor for it. |
| GenericUnixChannelOption<T> |
A generic socket option.
|
| IntegerUnixChannelOption | |
| IovArray |
Represent an array of struct array and so can be passed directly over via JNI without the need to do any more
array copies.
|
| Limits | |
| NativeInetAddress |
Internal usage only!
|
| PeerCredentials |
User credentials discovered for the peer unix domain socket.
|
| PreferredDirectByteBufAllocator | |
| RawUnixChannelOption | |
| SegmentedDatagramPacket |
Allows to use GSO
if the underlying OS supports it.
|
| Socket |
Provides a JNI bridge to native socket operations.
|
| SocketWritableByteChannel | |
| Unix |
Tells if
netty-transport-native-unix is
supported. |
| UnixChannelOption<T> | |
| UnixChannelUtil |
| 枚举 | 说明 |
|---|---|
| DomainSocketReadMode |
Different modes of reading from a
DomainSocketChannel. |
| 异常错误 | 说明 |
|---|---|
| Errors.NativeIoException |
Internal usage only!
|