JDK-8217451 : ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA
Type:Bug
Component:core-libs
Sub-Component:java.net
Affected Version:13
Priority:P4
Status:Closed
Resolution:Fixed
OS:solaris
Submitted:2019-01-21
Updated:2019-05-06
Resolved:2019-01-22
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.
ExtendedSocketOptions.options(type) is not sufficient to select extended socket options for cases where the socket options depend on whether the socket is a client or listener socket.
Comments
Ideally the registration mechanism for extended socket options would allow more information about the socket type be specified but that would require refactoring in a number of areas. In the mean-time, ExtendedSocketOptions can take a parameter to select options suitable for a listener/server socket.