- java.lang.Object
-
- jdk.net.ExtendedSocketOptions
-
public final class ExtendedSocketOptions extends Object
Defines extended socket options, beyond those defined inStandardSocketOptions
. These options may be platform specific.- Since:
- 1.8
-
-
Field Summary
Fields Modifier and Type Field Description static SocketOption<SocketFlow>
SO_FLOW_SLA
Service level properties.
-
-
-
Field Detail
-
SO_FLOW_SLA
public static final SocketOption<SocketFlow> SO_FLOW_SLA
Service level properties. When a security manager is installed, setting or getting this option requires aNetworkPermission
("setOption.SO_FLOW_SLA")
or"getOption.SO_FLOW_SLA"
respectively.
-
-