< prev index next >

src/java.base/share/classes/java/net/StandardProtocolFamily.java

Print this page
rev 55750 : UDS support, temporary commit

@@ -39,7 +39,14 @@
     INET,
 
     /**
      * Internet Protocol Version 6 (IPv6)
      */
-    INET6
+    INET6,
+    
+    /**
+     * Unix domain sockets (AF_UNIX / AF_LOCAL)
+     *
+     * @see UnixSocketAddress
+     */
+    UNIX
 }
< prev index next >