Searched refs:ExtendedSocketOptions (Results 1 – 8 of 8) sorted by relevance
37 public final class ExtendedSocketOptions { class51 private ExtendedSocketOptions() {} in ExtendedSocketOptions() method in ExtendedSocketOptions
365 set.add(ExtendedSocketOptions.SO_FLOW_SLA); in initOptionSets()387 set.add(ExtendedSocketOptions.SO_FLOW_SLA); in initOptionSets()403 set.add(ExtendedSocketOptions.SO_FLOW_SLA); in initOptionSets()
65 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in setOption()78 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in getOption()
90 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in setOption()103 if (!name.equals(ExtendedSocketOptions.SO_FLOW_SLA)) { in getOption()
513 set.add(jdk.net.ExtendedSocketOptions.SO_FLOW_SLA); in defaultOptions()
284 set.add(jdk.net.ExtendedSocketOptions.SO_FLOW_SLA); in defaultOptions()
343 set.add(jdk.net.ExtendedSocketOptions.SO_FLOW_SLA); in defaultOptions()
1443 "ojluni/src/main/java/jdk/net/ExtendedSocketOptions.java",