软件包 | 描述 |
---|---|
io.netty.channel.epoll |
针对linux的优化传输,使用
EPOLL Edge-Triggered Mode获得最高性能。
|
io.netty.channel.kqueue |
BSD专用运输。
|
io.netty.channel.unix |
Unix专用传输。
|
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 |
KQueueServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
KQueueDomainSocketChannel.localAddress() |
protected DomainSocketAddress |
KQueueServerDomainSocketChannel.localAddress0() |
protected DomainSocketAddress |
KQueueDomainSocketChannel.localAddress0() |
DomainSocketAddress |
KQueueServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
KQueueDomainSocketChannel.remoteAddress() |
protected DomainSocketAddress |
KQueueDomainSocketChannel.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.