< prev index next >

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

Print this page
rev 55750 : UDS support, temporary commit

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