Several places in the javadocs of java.net.ServerSocket and java.net.Socket classes refer to the legacy java.net.SocketOptions interface. SocketOptions is a legacy interface which is applicable only for internal implementation use. Public API specification in ServerSocket and Socket classes should instead use the newer java.net.StandardSocketOptions class wherever appropriate.
- duplicates
-
JDK-8286708 Socket and ServerSocket API documentation should link to StandardSocketOptions
- Closed