< prev index next >

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

Print this page

        

@@ -39,7 +39,13 @@
     INET,
 
     /**
      * Internet Protocol Version 6 (IPv6)
      */
-    INET6
+    INET6,
+
+    /**
+     * Local (Unix domain) interprocess communication.
+     * @since 16
+     */
+    UNIX
 }
< prev index next >