| Package | Description |
|---|---|
| io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
| io.netty.channel.kqueue |
BSD specific transport.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EpollDomainSocketChannel |
| Modifier and Type | Class and Description |
|---|---|
class |
KQueueDomainSocketChannel |
Copyright © 2008–2017 The Netty Project. All rights reserved.