程序包 | 说明 |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.kqueue |
BSD specific transport.
|
io.netty.channel.unix |
Unix specific transport.
|
io.netty.channel.unix.tests |
Unix specific transport tests.
|
限定符和类型 | 方法和说明 |
---|---|
DomainSocketAddress |
EpollServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
EpollDomainSocketChannel.localAddress() |
DomainSocketAddress |
EpollDomainDatagramChannel.localAddress() |
protected DomainSocketAddress |
EpollServerDomainSocketChannel.localAddress0() |
protected DomainSocketAddress |
EpollDomainSocketChannel.localAddress0() |
protected DomainSocketAddress |
EpollDomainDatagramChannel.localAddress0() |
DomainSocketAddress |
EpollServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
EpollDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
EpollDomainDatagramChannel.remoteAddress() |
protected DomainSocketAddress |
EpollDomainSocketChannel.remoteAddress0() |
protected DomainSocketAddress |
EpollDomainDatagramChannel.remoteAddress0() |
限定符和类型 | 方法和说明 |
---|---|
DomainSocketAddress |
KQueueServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
KQueueDomainSocketChannel.localAddress() |
DomainSocketAddress |
KQueueDomainDatagramChannel.localAddress() |
protected DomainSocketAddress |
KQueueServerDomainSocketChannel.localAddress0() |
protected DomainSocketAddress |
KQueueDomainSocketChannel.localAddress0() |
protected DomainSocketAddress |
KQueueDomainDatagramChannel.localAddress0() |
DomainSocketAddress |
KQueueServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
KQueueDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
KQueueDomainDatagramChannel.remoteAddress() |
protected DomainSocketAddress |
KQueueDomainSocketChannel.remoteAddress0() |
protected DomainSocketAddress |
KQueueDomainDatagramChannel.remoteAddress0() |
限定符和类型 | 类和说明 |
---|---|
class |
DomainDatagramSocketAddress
Act as special
DomainSocketAddress to be able to easily pass all needed data from JNI without the need
to create more objects then needed. |
限定符和类型 | 方法和说明 |
---|---|
DomainSocketAddress |
ServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
DomainSocketChannel.localAddress() |
DomainSocketAddress |
DomainDatagramChannel.localAddress() |
DomainSocketAddress |
Socket.localDomainSocketAddress() |
DomainSocketAddress |
ServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
DomainSocketChannel.remoteAddress() |
DomainSocketAddress |
DomainDatagramChannel.remoteAddress() |
DomainSocketAddress |
Socket.remoteDomainSocketAddress() |
构造器和说明 |
---|
DomainDatagramPacket(ByteBuf data,
DomainSocketAddress recipient)
Create a new instance with the specified packet
data and recipient address. |
DomainDatagramPacket(ByteBuf data,
DomainSocketAddress recipient,
DomainSocketAddress sender)
Create a new instance with the specified packet
data , recipient address, and sender
address. |
限定符和类型 | 方法和说明 |
---|---|
static DomainSocketAddress |
UnixTestUtils.newDomainSocketAddress() |
static DomainSocketAddress |
UnixTestUtils.newSocketAddress()
已过时。
Use
UnixTestUtils.newDomainSocketAddress() instead. |