Class DatagramSocketAddress
java.lang.Object
java.net.SocketAddress
java.net.InetSocketAddress
io.netty.channel.unix.DatagramSocketAddress
- All Implemented Interfaces:
Serializable
Act as special
InetSocketAddress to be able to easily pass all needed data from JNI without the need
to create more objects then needed.
Internal usage only!
- See Also:
-
Method Summary
Methods inherited from class InetSocketAddress
createUnresolved, equals, getAddress, getHostName, getHostString, getPort, hashCode, isUnresolved, toString
-
Method Details
-
localAddress
-
receivedAmount
public int receivedAmount()
-