Class and Description |
---|
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. |
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. |
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. |
Copyright © 2008–2019 The Netty Project. All rights reserved.