< prev index next >

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

Print this page
rev 55750 : UDS support, temporary commit

*** 26,35 **** --- 26,37 ---- package java.net; /** * Represents a family of communication protocols. * + * @see StandardProtocolFamily + * * @since 1.7 */ public interface ProtocolFamily { /**
< prev index next >