Package io.netty.channel.unix
Class DatagramSocketAddress
- java.lang.Object
-
- java.net.SocketAddress
-
- java.net.InetSocketAddress
-
- io.netty.channel.unix.DatagramSocketAddress
-
- All Implemented Interfaces:
java.io.Serializable
public final class DatagramSocketAddress extends java.net.InetSocketAddress
Act as specialInetSocketAddress
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatagramSocketAddress
localAddress()
int
receivedAmount()
-
-
-
Method Detail
-
localAddress
public DatagramSocketAddress localAddress()
-
receivedAmount
public int receivedAmount()
-
-