程序包 | 说明 |
---|---|
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.unix |
Unix specific transport.
|
io.netty.channel.unix.tests |
Unix specific transport tests.
|
类和说明 |
---|
DomainDatagramChannel
A
UnixChannel that supports communication via
UNIX domain datagram sockets. |
DomainDatagramChannelConfig
A
ChannelConfig for a DomainDatagramChannel . |
DomainSocketAddress
A address for a
Unix Domain Socket.
|
DomainSocketChannel
A
UnixChannel that supports communication via
Unix Domain Socket. |
DomainSocketChannelConfig
Special
ChannelConfig for DomainSocketChannel s. |
DomainSocketReadMode
Different modes of reading from a
DomainSocketChannel . |
FileDescriptor
Native
FileDescriptor implementation which allows to wrap an int and provide a
FileDescriptor for it. |
PeerCredentials
User credentials discovered for the peer unix domain socket.
|
SegmentedDatagramPacket
Allows to use GSO
if the underlying OS supports it.
|
ServerDomainSocketChannel |
Socket
Provides a JNI bridge to native socket operations.
|
UnixChannel
Channel that expose operations that are only present on UNIX like systems. |
UnixChannelOption |
类和说明 |
---|
DomainDatagramChannel
A
UnixChannel that supports communication via
UNIX domain datagram sockets. |
DomainDatagramChannelConfig
A
ChannelConfig for a DomainDatagramChannel . |
DomainSocketAddress
A address for a
Unix Domain Socket.
|
DomainSocketChannel
A
UnixChannel that supports communication via
Unix Domain Socket. |
DomainSocketChannelConfig
Special
ChannelConfig for DomainSocketChannel s. |
DomainSocketReadMode
Different modes of reading from a
DomainSocketChannel . |
PeerCredentials
User credentials discovered for the peer unix domain socket.
|
ServerDomainSocketChannel |
UnixChannel
Channel that expose operations that are only present on UNIX like systems. |
UnixChannelOption |
类和说明 |
---|
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. |
DomainDatagramChannelConfig
A
ChannelConfig for a DomainDatagramChannel . |
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.
|
DomainSocketChannelConfig
Special
ChannelConfig for DomainSocketChannel s. |
DomainSocketReadMode
Different modes of reading from a
DomainSocketChannel . |
Errors.NativeIoException
Internal usage only!
|
FileDescriptor
Native
FileDescriptor implementation which allows to wrap an int and provide a
FileDescriptor for it. |
GenericUnixChannelOption
A generic socket option.
|
NativeInetAddress
Internal usage only!
|
Socket
Provides a JNI bridge to native socket operations.
|
UnixChannel
Channel that expose operations that are only present on UNIX like systems. |
UnixChannelOption |
类和说明 |
---|
DomainSocketAddress
A address for a
Unix Domain Socket.
|
Socket
Provides a JNI bridge to native socket operations.
|