public final class DatagramSocketAddress
extends java.net.InetSocketAddress
InetSocketAddress
to be able to easily pass all needed data from JNI without the need
to create more objects then needed.
Internal usage only!
Modifier and Type | Field and Description |
---|---|
private int |
receivedAmount |
private static long |
serialVersionUID |
Constructor and Description |
---|
DatagramSocketAddress(java.lang.String addr,
int port,
int receivedAmount) |
Modifier and Type | Method and Description |
---|---|
int |
receivedAmount() |
private static final long serialVersionUID
private final int receivedAmount