| Package | Description | 
|---|---|
| io.netty.channel.epoll | Optimized transport for linux which uses EPOLL Edge-Triggered Mode
 for maximal performance. | 
| io.netty.channel.unix | Unix specific transport. | 
| Class and Description | 
|---|
| DomainSocketAddress A address for a
 Unix Domain Socket. | 
| DomainSocketChannel A  UnixChannelthat supports communication via
 Unix Domain Socket. | 
| DomainSocketChannelConfig Special  ChannelConfigforDomainSocketChannels. | 
| DomainSocketReadMode Different modes of reading from a  DomainSocketChannel. | 
| FileDescriptor Native  FileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it. | 
| ServerDomainSocketChannel | 
| UnixChannel Channelthat expose operations that are only present onUNIXlike systems. | 
| Class and Description | 
|---|
| DomainSocketAddress A address for a
 Unix Domain Socket. | 
| DomainSocketChannelConfig Special  ChannelConfigforDomainSocketChannels. | 
| DomainSocketReadMode Different modes of reading from a  DomainSocketChannel. | 
| FileDescriptor Native  FileDescriptorimplementation which allows to wrap anintand provide aFileDescriptorfor it. | 
| UnixChannel Channelthat expose operations that are only present onUNIXlike systems. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.