| Package | Description |
|---|---|
| io.netty.channel.kqueue |
BSD specific transport.
|
| io.netty.channel.unix |
Unix specific transport.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractKQueueChannel |
class |
AbstractKQueueServerChannel |
class |
AbstractKQueueStreamChannel |
class |
KQueueDatagramChannel |
class |
KQueueDomainSocketChannel |
class |
KQueueServerDomainSocketChannel |
class |
KQueueServerSocketChannel |
class |
KQueueSocketChannel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainSocketChannel
A
UnixChannel that supports communication via
Unix Domain Socket. |
interface |
ServerDomainSocketChannel
|