| Package | Description | 
|---|---|
| io.netty.channel.epoll | Optimized transport for linux which uses EPOLL Edge-Triggered Mode
 for maximal performance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EpollDatagramChannelConfig | 
| class  | EpollDomainSocketChannelConfig | 
| class  | EpollServerChannelConfig | 
| class  | EpollServerSocketChannelConfig | 
| class  | EpollSocketChannelConfig | 
| Modifier and Type | Method and Description | 
|---|---|
| EpollChannelConfig | EpollChannelConfig. setAllocator(ByteBufAllocator allocator) | 
| EpollChannelConfig | EpollChannelConfig. setAutoRead(boolean autoRead) | 
| EpollChannelConfig | EpollChannelConfig. setConnectTimeoutMillis(int connectTimeoutMillis) | 
| EpollChannelConfig | EpollChannelConfig. setEpollMode(EpollMode mode)Set the  EpollModeused. | 
| EpollChannelConfig | EpollChannelConfig. setMaxMessagesPerRead(int maxMessagesPerRead) | 
| EpollChannelConfig | EpollChannelConfig. setMessageSizeEstimator(MessageSizeEstimator estimator) | 
| EpollChannelConfig | EpollChannelConfig. setRecvByteBufAllocator(RecvByteBufAllocator allocator) | 
| EpollChannelConfig | EpollChannelConfig. setWriteBufferHighWaterMark(int writeBufferHighWaterMark) | 
| EpollChannelConfig | EpollChannelConfig. setWriteBufferLowWaterMark(int writeBufferLowWaterMark) | 
| EpollChannelConfig | EpollChannelConfig. setWriteSpinCount(int writeSpinCount) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.