Class DomainDatagramSocketAddress

  • All Implemented Interfaces:
    java.io.Serializable

    public final class DomainDatagramSocketAddress
    extends DomainSocketAddress
    Act as special DomainSocketAddress 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
    • Constructor Detail

      • DomainDatagramSocketAddress

        public DomainDatagramSocketAddress​(byte[] socketPath,
                                           int receivedAmount,
                                           DomainDatagramSocketAddress localAddress)