class jdk.net.ExtendedSocketOptions$PlatformSocketOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.net.ExtendedSocketOptions$PlatformSocketOptions
  super_class: java.lang.Object
{
  private static final jdk.net.ExtendedSocketOptions$PlatformSocketOptions instance;
    descriptor: Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 342
            invokestatic jdk.net.ExtendedSocketOptions$PlatformSocketOptions.create:()Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            putstatic jdk.net.ExtendedSocketOptions$PlatformSocketOptions.instance:Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
         0: .line 313
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;

  private static jdk.net.ExtendedSocketOptions$PlatformSocketOptions newInstance(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.String cn
         0: .line 319
            aload 0 /* cn */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 1 /* c */
        start local 1 // java.lang.Class c
         1: .line 320
            aload 1 /* c */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast jdk.net.ExtendedSocketOptions$PlatformSocketOptions
         2: areturn
        end local 1 // java.lang.Class c
         3: .line 321
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
            astore 2 /* x */
        start local 2 // java.lang.ReflectiveOperationException x
         4: .line 322
            new java.lang.AssertionError
            dup
            aload 2 /* x */
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.ReflectiveOperationException x
        end local 0 // java.lang.String cn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0    cn  Ljava/lang/String;
            1    3     1     c  Ljava/lang/Class<Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;>;
            4    5     2     x  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.ReflectiveOperationException
    MethodParameters:
      Name  Flags
      cn    

  private static jdk.net.ExtendedSocketOptions$PlatformSocketOptions create();
    descriptor: ()Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 328
            new jdk.net.ExtendedSocketOptions$PlatformSocketOptions$1
            dup
            invokespecial jdk.net.ExtendedSocketOptions$PlatformSocketOptions$1.<init>:()V
         1: .line 327
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 0 /* osname */
        start local 0 // java.lang.String osname
         2: .line 333
            ldc "Linux"
            aload 0 /* osname */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 334
            ldc "jdk.net.LinuxSocketOptions"
            invokestatic jdk.net.ExtendedSocketOptions$PlatformSocketOptions.newInstance:(Ljava/lang/String;)Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            areturn
         4: .line 335
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* osname */
            ldc "Mac"
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 336
            ldc "jdk.net.MacOSXSocketOptions"
            invokestatic jdk.net.ExtendedSocketOptions$PlatformSocketOptions.newInstance:(Ljava/lang/String;)Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            areturn
         6: .line 338
      StackMap locals:
      StackMap stack:
            new jdk.net.ExtendedSocketOptions$PlatformSocketOptions
            dup
            invokespecial jdk.net.ExtendedSocketOptions$PlatformSocketOptions.<init>:()V
            areturn
        end local 0 // java.lang.String osname
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            2    7     0  osname  Ljava/lang/String;

  static jdk.net.ExtendedSocketOptions$PlatformSocketOptions get();
    descriptor: ()Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 345
            getstatic jdk.net.ExtendedSocketOptions$PlatformSocketOptions.instance:Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void setQuickAck(int, boolean);
    descriptor: (IZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
        start local 2 // boolean on
         0: .line 349
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_QUICKACK option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean on
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1    fd  I
            0    1     2    on  Z
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      fd    
      on    

  boolean getQuickAck(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
         0: .line 353
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_QUICKACK option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1    fd  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      fd    

  boolean quickAckSupported();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
         0: .line 357
            iconst_0
            ireturn
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;

  boolean keepAliveOptionsSupported();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
         0: .line 361
            iconst_0
            ireturn
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;

  void setTcpkeepAliveProbes(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
        start local 2 // int value
         0: .line 365
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_KEEPCNT option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int value
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1     fd  I
            0    1     2  value  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
       Name  Flags
      fd     
      value  final

  void setTcpKeepAliveTime(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
        start local 2 // int value
         0: .line 369
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_KEEPIDLE option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int value
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1     fd  I
            0    1     2  value  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
       Name  Flags
      fd     
      value  final

  void setTcpKeepAliveIntvl(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
        start local 2 // int value
         0: .line 373
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_KEEPINTVL option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int value
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1     fd  I
            0    1     2  value  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
       Name  Flags
      fd     
      value  final

  int getTcpkeepAliveProbes(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
         0: .line 377
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_KEEPCNT option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1    fd  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      fd    

  int getTcpKeepAliveTime(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
         0: .line 381
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_KEEPIDLE option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1    fd  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      fd    

  int getTcpKeepAliveIntvl(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
         0: .line 385
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported TCP_KEEPINTVL option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1    fd  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      fd    

  boolean incomingNapiIdSupported();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
         0: .line 389
            iconst_0
            ireturn
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;

  int getIncomingNapiId(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
        start local 1 // int fd
         0: .line 393
            new java.lang.UnsupportedOperationException
            dup
            ldc "unsupported SO_INCOMING_NAPI_ID socket option"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int fd
        end local 0 // jdk.net.ExtendedSocketOptions$PlatformSocketOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/net/ExtendedSocketOptions$PlatformSocketOptions;
            0    1     1    fd  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      fd    
}
SourceFile: "ExtendedSocketOptions.java"
NestHost: jdk.net.ExtendedSocketOptions
InnerClasses:
  PlatformSocketOptions = jdk.net.ExtendedSocketOptions$PlatformSocketOptions of jdk.net.ExtendedSocketOptions
  jdk.net.ExtendedSocketOptions$PlatformSocketOptions$1