Class DatagramSocketAddress

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DatagramSocketAddress
    extends java.net.InetSocketAddress
    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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DatagramSocketAddress localAddress()  
      int receivedAmount()  
      • Methods inherited from class java.net.InetSocketAddress

        createUnresolved, equals, getAddress, getHostName, getHostString, getPort, hashCode, isUnresolved, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait