Module jdk.net
Package jdk.net

Class ExtendedSocketOptions



  • public final class ExtendedSocketOptions
    extends Object
    Defines extended socket options, beyond those defined in StandardSocketOptions. These options may be platform specific.
    Since:
    1.8
    • 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 a NetworkPermission ("setOption.SO_FLOW_SLA") or "getOption.SO_FLOW_SLA" respectively.