| JDK 23 |
|---|
| 23 b18Fixed |
|
Duplicate :
|
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.
|