static final class NativeDatagramPacketArray.NativeDatagramPacket
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
addr |
private IovArray |
array |
private int |
count |
private long |
memoryAddress |
private int |
port |
private int |
scopeId |
Constructor and Description |
---|
NativeDatagramPacket() |
Modifier and Type | Method and Description |
---|---|
private boolean |
init(ByteBuf buf,
java.net.InetSocketAddress recipient)
Init this instance and return
true if the init was successful. |
private void |
release() |
private final IovArray array
private long memoryAddress
private int count
private byte[] addr
private int scopeId
private int port
private void release()
private boolean init(ByteBuf buf, java.net.InetSocketAddress recipient)
true
if the init was successful.