The javadoc for java.net.SocketOptions mentions the
package private classes PlainSocketImpl and PlainDatagramSocketImpl.
These classes are not part of the public api and should not be mentioned
by SocketOptions doc comments. The fact they are mentioned is a holdover
from the pre-JDK1.2 days when SocketOptions itself was package private.
package private classes PlainSocketImpl and PlainDatagramSocketImpl.
These classes are not part of the public api and should not be mentioned
by SocketOptions doc comments. The fact they are mentioned is a holdover
from the pre-JDK1.2 days when SocketOptions itself was package private.