Interface | Description |
---|---|
DomainSocketChannel |
A
UnixChannel that supports communication via
Unix Domain Socket. |
DomainSocketChannelConfig |
Special
ChannelConfig for DomainSocketChannel s. |
ServerDomainSocketChannel | |
UnixChannel |
Channel that expose operations that are only present on UNIX like systems. |
Class | Description |
---|---|
DomainSocketAddress |
A address for a
Unix Domain Socket.
|
FileDescriptor |
Native
FileDescriptor implementation which allows to wrap an int and provide a
FileDescriptor for it. |
Enum | Description |
---|---|
DomainSocketReadMode |
Different modes of reading from a
DomainSocketChannel . |
Copyright © 2008–2015 The Netty Project. All rights reserved.