Class UnixDatagramSocket

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class UnixDatagramSocket
    extends DatagramSocket
    A SOCK_DGRAM variant of an AF_UNIX socket. This specializaton of DatagramSocket delegates most of it's funtionality to the corresponding UnixDatagramChannel.