< prev index next >

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

Print this page

        

*** 38,47 **** --- 38,48 ---- * DatagramSocketImpl, <B>you won't use these directly.</B> There are * type-safe methods to get/set each of these options in Socket, ServerSocket, * DatagramSocket and MulticastSocket. * * @author David Brown + * @since 1.1 */ public interface SocketOptions {
< prev index next >