| Package | Description |
|---|---|
| io.netty.channel.unix |
Unix specific transport.
|
| io.netty.channel.unix.tests |
Unix specific transport tests.
|
| Modifier and Type | Method and Description |
|---|---|
DomainSocketAddress |
DomainSocketChannel.localAddress() |
DomainSocketAddress |
ServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
DomainSocketChannel.remoteAddress() |
DomainSocketAddress |
ServerDomainSocketChannel.remoteAddress() |
| Modifier and Type | Method and Description |
|---|---|
static DomainSocketAddress |
UnixTestUtils.newSocketAddress() |