mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-31 13:38:47 +00:00
The JDK-specific API `jdk.net.Sockets` has been redundant since Java SE 9 added standard methods to get/set socket options and retrieve per-Socket supported options. This fix deprecates the class and its public methods. Reviewed-by: chegar, dfuchs