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

Print this page

        

*** 36,46 **** * The methods and constants which specify options in this interface are * for implementation only. If you're not subclassing SocketImpl or * 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. ! * <P> * @author David Brown */ public interface SocketOptions { --- 36,46 ---- * The methods and constants which specify options in this interface are * for implementation only. If you're not subclassing SocketImpl or * 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 */ public interface SocketOptions {