| 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 |
DomainDatagramChannel.localAddress() |
DomainSocketAddress |
ServerDomainSocketChannel.localAddress() |
DomainSocketAddress |
DomainSocketChannel.localAddress() |
DomainSocketAddress |
Socket.localDomainSocketAddress() |
DomainSocketAddress |
DomainDatagramChannel.remoteAddress() |
DomainSocketAddress |
ServerDomainSocketChannel.remoteAddress() |
DomainSocketAddress |
DomainSocketChannel.remoteAddress() |
DomainSocketAddress |
Socket.remoteDomainSocketAddress() |
| 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–2024 The Netty Project. All rights reserved.