JDK-8329745 : Update the documentation of ServerSocket and Socket to refer to StandardSocketOptions instead of legacy SocketOptions
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-04-05
  • Updated: 2024-04-16
  • Resolved: 2024-04-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 b18Fixed
Related Reports
Duplicate :  
Description
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.


Comments
Changeset: 635cb3c9 Author: Jaikiran Pai <jpai@openjdk.org> Date: 2024-04-09 13:04:14 +0000 URL: https://git.openjdk.org/jdk/commit/635cb3c9762aeaec6c8dd2c21b8323d187236b4f
09-04-2024

This is also tracked as JDK-8286708.
07-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18646 Date: 2024-04-05 07:31:47 +0000
05-04-2024