jdk.net.ExtendedSocketOptions dispatches on the operating system family to enable OS specific options.
The dispatch mechanism could be simplified to avoid the runtime dispatch in the nested PlatformSocketOptions class.
Supporting comment: https://github.com/openjdk/jdk/pull/13335#discussion_r1158209156
The dispatch mechanism could be simplified to avoid the runtime dispatch in the nested PlatformSocketOptions class.
Supporting comment: https://github.com/openjdk/jdk/pull/13335#discussion_r1158209156
- relates to
-
JDK-8304911 Use OperatingSystem enum in some modules
- Resolved