Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8297837

Support for AF_UNIX in NIO DatagramChannel

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • core-libs
    • None

      JEP 380 added support for AF_UNIX in stream sockets through StandardProtocolFamily.UNIX in SocketChannel and ServerSocketChannel. It would be useful to extend this to the UDP equivalent ie. DatagramChannel.

      Alternatives could be a solution developed through the foreign function interface of JEP 434. However, there is an argument for supporting it directly in NIO for completeness and the fact that no API additions are required.

            michaelm Michael McMahon
            michaelm Michael McMahon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: