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.
|
Modifier and Type | Method and Description |
---|---|
DomainSocketAddress |
EpollServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
EpollDomainSocketChannel.localAddress() |
protected DomainSocketAddress |
EpollServerDomainSocketChannel.localAddress0() |
protected DomainSocketAddress |
EpollDomainSocketChannel.localAddress0() |
DomainSocketAddress |
EpollServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
EpollDomainSocketChannel.remoteAddress() |
protected DomainSocketAddress |
EpollDomainSocketChannel.remoteAddress0() |
Modifier and Type | Method and Description |
---|---|
DomainSocketAddress |
ServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
DomainSocketChannel.localAddress() |
DomainSocketAddress |
ServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
DomainSocketChannel.remoteAddress() |
Copyright © 2008–2018 The Netty Project. All rights reserved.