RFR[8189744]: 'Deprecate the JDK-specific API for setting socket options, jdk.net.Sockets’
Patrick Concannon
patrick.concannon at oracle.com
Thu Aug 13 08:40:45 UTC 2020
Hi,
Could someone please review my fix for JDK-8189744 — 'Deprecate the JDK-specific API for setting socket options, jdk.net.Sockets’ ?
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.
webrev: http://cr.openjdk.java.net/~pconcannon/8189744/webrevs/webrev.00/
issue: https://bugs.openjdk.java.net/browse/JDK-8189744
Kind regards,
Patrick
More information about the net-dev
mailing list