| Interface | Description | 
|---|---|
| DomainSocketChannel | A  UnixChannelthat supports communication via
 Unix Domain Socket. | 
| DomainSocketChannelConfig | Special  ChannelConfigforDomainSocketChannels. | 
| ServerDomainSocketChannel | |
| UnixChannel | Channelthat expose operations that are only present onUNIXlike systems. | 
| Class | Description | 
|---|---|
| DomainSocketAddress | A address for a
 Unix Domain Socket. | 
| FileDescriptor | Native  FileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it. | 
| Enum | Description | 
|---|---|
| DomainSocketReadMode | Different modes of reading from a  DomainSocketChannel. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.