Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
DomainSocketAddress |
ServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
DomainSocketChannel.localAddress() |
DomainSocketAddress |
DomainDatagramChannel.localAddress() |
DomainSocketAddress |
ServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
DomainSocketChannel.remoteAddress() |
DomainSocketAddress |
DomainDatagramChannel.remoteAddress() |
Constructor and Description |
---|
DomainDatagramPacket(io.netty.buffer.ByteBuf data,
DomainSocketAddress recipient)
Create a new instance with the specified packet
data and recipient address. |
DomainDatagramPacket(io.netty.buffer.ByteBuf data,
DomainSocketAddress recipient,
DomainSocketAddress sender)
Create a new instance with the specified packet
data , recipient address, and sender
address. |
Copyright © 2008–2021 The Netty Project. All rights reserved.