public class java.net.ServerSocket implements java.io.Closeable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.net.ServerSocket
  super_class: java.lang.Object
{
  private boolean created;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean bound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object closeLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private java.net.SocketImpl impl;
    descriptor: Ljava/net/SocketImpl;
    flags: (0x0002) ACC_PRIVATE

  private boolean oldImpl;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static java.net.SocketImplFactory factory;
    descriptor: Ljava/net/SocketImplFactory;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.util.Set<java.net.SocketOption<?>> options;
    descriptor: Ljava/util/Set;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/Set<Ljava/net/SocketOption<*>;>;

  private static boolean optionsSet;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 790
            aconst_null
            putstatic java.net.ServerSocket.factory:Ljava/net/SocketImplFactory;
         1: .line 1006
            iconst_0
            putstatic java.net.ServerSocket.optionsSet:Z
         2: .line 1037
            new java.net.ServerSocket$1
            dup
            invokespecial java.net.ServerSocket$1.<init>:()V
         3: .line 1036
            invokestatic jdk.internal.misc.SharedSecrets.setJavaNetSocketAccess:(Ljdk/internal/misc/JavaNetSocketAccess;)V
         4: .line 1056
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.net.SocketImpl);
    descriptor: (Ljava/net/SocketImpl;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // java.net.SocketImpl impl
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.created:Z
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.bound:Z
         3: .line 66
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.closed:Z
         4: .line 67
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.net.ServerSocket.closeLock:Ljava/lang/Object;
         5: .line 77
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.oldImpl:Z
         6: .line 88
            invokestatic java.net.ServerSocket.checkPermission:()Ljava/lang/Void;
            pop
         7: .line 89
            aload 0 /* this */
            aload 1 /* impl */
            putfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
         8: .line 90
            aload 1 /* impl */
            aload 0 /* this */
            invokevirtual java.net.SocketImpl.setServerSocket:(Ljava/net/ServerSocket;)V
         9: .line 91
            return
        end local 1 // java.net.SocketImpl impl
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Ljava/net/ServerSocket;
            0   10     1  impl  Ljava/net/SocketImpl;
    MethodParameters:
      Name  Flags
      impl  

  private static java.lang.Void checkPermission();
    descriptor: ()Ljava/lang/Void;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 94
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 0 /* sm */
        start local 0 // java.lang.SecurityManager sm
         1: .line 95
            aload 0 /* sm */
            ifnull 3
         2: .line 96
            aload 0 /* sm */
            getstatic sun.security.util.SecurityConstants.SET_SOCKETIMPL_PERMISSION:Ljava/net/NetPermission;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
         3: .line 98
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.SecurityManager sm
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    4     0    sm  Ljava/lang/SecurityManager;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 107
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.created:Z
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.bound:Z
         3: .line 66
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.closed:Z
         4: .line 67
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.net.ServerSocket.closeLock:Ljava/lang/Object;
         5: .line 77
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.oldImpl:Z
         6: .line 108
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.setImpl:()V
         7: .line 109
            return
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/net/ServerSocket;
    Exceptions:
      throws java.io.IOException

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // int port
         0: .line 149
            aload 0 /* this */
            iload 1 /* port */
            bipush 50
            aconst_null
            invokespecial java.net.ServerSocket.<init>:(IILjava/net/InetAddress;)V
         1: .line 150
            return
        end local 1 // int port
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/net/ServerSocket;
            0    2     1  port  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      port  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.net.ServerSocket this
        start local 1 // int port
        start local 2 // int backlog
         0: .line 201
            aload 0 /* this */
            iload 1 /* port */
            iload 2 /* backlog */
            aconst_null
            invokespecial java.net.ServerSocket.<init>:(IILjava/net/InetAddress;)V
         1: .line 202
            return
        end local 2 // int backlog
        end local 1 // int port
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljava/net/ServerSocket;
            0    2     1     port  I
            0    2     2  backlog  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      port     
      backlog  

  public void <init>(int, int, java.net.InetAddress);
    descriptor: (IILjava/net/InetAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // java.net.ServerSocket this
        start local 1 // int port
        start local 2 // int backlog
        start local 3 // java.net.InetAddress bindAddr
         0: .line 249
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.created:Z
         2: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.bound:Z
         3: .line 66
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.closed:Z
         4: .line 67
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.net.ServerSocket.closeLock:Ljava/lang/Object;
         5: .line 77
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.oldImpl:Z
         6: .line 250
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.setImpl:()V
         7: .line 251
            iload 1 /* port */
            iflt 8
            iload 1 /* port */
            ldc 65535
            if_icmple 11
         8: .line 252
      StackMap locals: java.net.ServerSocket int int java.net.InetAddress
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
         9: .line 253
            new java.lang.StringBuilder
            dup
            ldc "Port value out of range: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        10: .line 252
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 254
      StackMap locals:
      StackMap stack:
            iload 2 /* backlog */
            iconst_1
            if_icmpge 13
        12: .line 255
            bipush 50
            istore 2 /* backlog */
        13: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.net.InetSocketAddress
            dup
            aload 3 /* bindAddr */
            iload 1 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            iload 2 /* backlog */
            invokevirtual java.net.ServerSocket.bind:(Ljava/net/SocketAddress;I)V
        14: .line 258
            goto 21
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        15: astore 4 /* e */
        start local 4 // java.lang.SecurityException e
        16: .line 259
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.close:()V
        17: .line 260
            aload 4 /* e */
            athrow
        end local 4 // java.lang.SecurityException e
        18: .line 261
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
        19: .line 262
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.close:()V
        20: .line 263
            aload 4 /* e */
            athrow
        end local 4 // java.io.IOException e
        21: .line 265
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.net.InetAddress bindAddr
        end local 2 // int backlog
        end local 1 // int port
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Ljava/net/ServerSocket;
            0   22     1      port  I
            0   22     2   backlog  I
            0   22     3  bindAddr  Ljava/net/InetAddress;
           16   18     4         e  Ljava/lang/SecurityException;
           19   21     4         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          13    14      15  Class java.lang.SecurityException
          13    14      18  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      port      
      backlog   
      bindAddr  

  java.net.SocketImpl getImpl();
    descriptor: ()Ljava/net/SocketImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 276
            aload 0 /* this */
            getfield java.net.ServerSocket.created:Z
            ifne 2
         1: .line 277
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.createImpl:()V
         2: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            areturn
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/ServerSocket;
    Exceptions:
      throws java.net.SocketException

  private void checkOldImpl();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 282
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            ifnonnull 2
         1: .line 283
            return
         2: .line 288
      StackMap locals:
      StackMap stack:
            new java.net.ServerSocket$2
            dup
            aload 0 /* this */
            invokespecial java.net.ServerSocket$2.<init>:(Ljava/net/ServerSocket;)V
         3: .line 287
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
            pop
         4: .line 296
            goto 7
      StackMap locals:
      StackMap stack: java.security.PrivilegedActionException
         5: pop
         6: .line 297
            aload 0 /* this */
            iconst_1
            putfield java.net.ServerSocket.oldImpl:Z
         7: .line 299
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/net/ServerSocket;
      Exception table:
        from    to  target  type
           2     4       5  Class java.security.PrivilegedActionException

  private void setImpl();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 302
            getstatic java.net.ServerSocket.factory:Ljava/net/SocketImplFactory;
            ifnull 4
         1: .line 303
            aload 0 /* this */
            getstatic java.net.ServerSocket.factory:Ljava/net/SocketImplFactory;
            invokeinterface java.net.SocketImplFactory.createSocketImpl:()Ljava/net/SocketImpl;
            putfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
         2: .line 304
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.checkOldImpl:()V
         3: .line 305
            goto 5
         4: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.net.SocksSocketImpl
            dup
            invokespecial java.net.SocksSocketImpl.<init>:()V
            putfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
         5: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            ifnull 7
         6: .line 311
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            aload 0 /* this */
            invokevirtual java.net.SocketImpl.setServerSocket:(Ljava/net/ServerSocket;)V
         7: .line 312
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/net/ServerSocket;

  void createImpl();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 321
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            ifnonnull 2
         1: .line 322
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.setImpl:()V
         2: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            iconst_1
            invokevirtual java.net.SocketImpl.create:(Z)V
         3: .line 325
            aload 0 /* this */
            iconst_1
            putfield java.net.ServerSocket.created:Z
         4: .line 326
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 1 /* e */
        start local 1 // java.io.IOException e
         6: .line 327
            new java.net.SocketException
            dup
            aload 1 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.io.IOException e
         7: .line 329
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/net/ServerSocket;
            6    7     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     4       5  Class java.io.IOException
    Exceptions:
      throws java.net.SocketException

  public void bind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // java.net.SocketAddress endpoint
         0: .line 349
            aload 0 /* this */
            aload 1 /* endpoint */
            bipush 50
            invokevirtual java.net.ServerSocket.bind:(Ljava/net/SocketAddress;I)V
         1: .line 350
            return
        end local 1 // java.net.SocketAddress endpoint
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/net/ServerSocket;
            0    2     1  endpoint  Ljava/net/SocketAddress;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      endpoint  

  public void bind(java.net.SocketAddress, int);
    descriptor: (Ljava/net/SocketAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // java.net.ServerSocket this
        start local 1 // java.net.SocketAddress endpoint
        start local 2 // int backlog
         0: .line 378
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 2
         1: .line 379
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 380
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.ServerSocket.oldImpl:Z
            ifne 4
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isBound:()Z
            ifeq 4
         3: .line 381
            new java.net.SocketException
            dup
            ldc "Already bound"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 382
      StackMap locals:
      StackMap stack:
            aload 1 /* endpoint */
            ifnonnull 6
         5: .line 383
            new java.net.InetSocketAddress
            dup
            iconst_0
            invokespecial java.net.InetSocketAddress.<init>:(I)V
            astore 1 /* endpoint */
         6: .line 384
      StackMap locals:
      StackMap stack:
            aload 1 /* endpoint */
            instanceof java.net.InetSocketAddress
            ifne 8
         7: .line 385
            new java.lang.IllegalArgumentException
            dup
            ldc "Unsupported address type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 386
      StackMap locals:
      StackMap stack:
            aload 1 /* endpoint */
            checkcast java.net.InetSocketAddress
            astore 3 /* epoint */
        start local 3 // java.net.InetSocketAddress epoint
         9: .line 387
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.isUnresolved:()Z
            ifeq 11
        10: .line 388
            new java.net.SocketException
            dup
            ldc "Unresolved address"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 389
      StackMap locals: java.net.InetSocketAddress
      StackMap stack:
            iload 2 /* backlog */
            iconst_1
            if_icmpge 13
        12: .line 390
            bipush 50
            istore 2 /* backlog */
        13: .line 392
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 4 /* security */
        start local 4 // java.lang.SecurityManager security
        14: .line 393
            aload 4 /* security */
            ifnull 16
        15: .line 394
            aload 4 /* security */
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokevirtual java.lang.SecurityManager.checkListen:(I)V
        16: .line 395
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokevirtual java.net.SocketImpl.bind:(Ljava/net/InetAddress;I)V
        17: .line 396
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            iload 2 /* backlog */
            invokevirtual java.net.SocketImpl.listen:(I)V
        18: .line 397
            aload 0 /* this */
            iconst_1
            putfield java.net.ServerSocket.bound:Z
        end local 4 // java.lang.SecurityManager security
        19: .line 398
            goto 26
      StackMap locals: java.net.ServerSocket java.net.SocketAddress int java.net.InetSocketAddress
      StackMap stack: java.lang.SecurityException
        20: astore 4 /* e */
        start local 4 // java.lang.SecurityException e
        21: .line 399
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.bound:Z
        22: .line 400
            aload 4 /* e */
            athrow
        end local 4 // java.lang.SecurityException e
        23: .line 401
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
        24: .line 402
            aload 0 /* this */
            iconst_0
            putfield java.net.ServerSocket.bound:Z
        25: .line 403
            aload 4 /* e */
            athrow
        end local 4 // java.io.IOException e
        26: .line 405
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.net.InetSocketAddress epoint
        end local 2 // int backlog
        end local 1 // java.net.SocketAddress endpoint
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0      this  Ljava/net/ServerSocket;
            0   27     1  endpoint  Ljava/net/SocketAddress;
            0   27     2   backlog  I
            9   27     3    epoint  Ljava/net/InetSocketAddress;
           14   19     4  security  Ljava/lang/SecurityManager;
           21   23     4         e  Ljava/lang/SecurityException;
           24   26     4         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          13    19      20  Class java.lang.SecurityException
          13    19      23  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      endpoint  
      backlog   

  public java.net.InetAddress getInetAddress();
    descriptor: ()Ljava/net/InetAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 426
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isBound:()Z
            ifne 2
         1: .line 427
            aconst_null
            areturn
         2: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getInetAddress:()Ljava/net/InetAddress;
            astore 1 /* in */
        start local 1 // java.net.InetAddress in
         3: .line 430
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 2 /* sm */
        start local 2 // java.lang.SecurityManager sm
         4: .line 431
            aload 2 /* sm */
            ifnull 6
         5: .line 432
            aload 2 /* sm */
            aload 1 /* in */
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            iconst_m1
            invokevirtual java.lang.SecurityManager.checkConnect:(Ljava/lang/String;I)V
         6: .line 433
      StackMap locals: java.net.InetAddress java.lang.SecurityManager
      StackMap stack:
            aload 1 /* in */
         7: areturn
        end local 2 // java.lang.SecurityManager sm
        end local 1 // java.net.InetAddress in
         8: .line 434
      StackMap locals: java.net.ServerSocket
      StackMap stack: java.lang.SecurityException
            pop
         9: .line 435
            invokestatic java.net.InetAddress.getLoopbackAddress:()Ljava/net/InetAddress;
            areturn
        10: .line 436
      StackMap locals:
      StackMap stack: java.net.SocketException
            pop
        11: .line 441
            aconst_null
            areturn
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/net/ServerSocket;
            3    8     1    in  Ljava/net/InetAddress;
            4    8     2    sm  Ljava/lang/SecurityManager;
      Exception table:
        from    to  target  type
           2     7       8  Class java.lang.SecurityException
           2     7      10  Class java.net.SocketException

  public int getLocalPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 455
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isBound:()Z
            ifne 2
         1: .line 456
            iconst_m1
            ireturn
         2: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getLocalPort:()I
         3: ireturn
         4: .line 459
      StackMap locals:
      StackMap stack: java.net.SocketException
            pop
         5: .line 464
            iconst_m1
            ireturn
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/ServerSocket;
      Exception table:
        from    to  target  type
           2     3       4  Class java.net.SocketException

  public java.net.SocketAddress getLocalSocketAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 494
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isBound:()Z
            ifne 2
         1: .line 495
            aconst_null
            areturn
         2: .line 496
      StackMap locals:
      StackMap stack:
            new java.net.InetSocketAddress
            dup
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getInetAddress:()Ljava/net/InetAddress;
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getLocalPort:()I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            areturn
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/ServerSocket;

  public java.net.Socket accept();
    descriptor: ()Ljava/net/Socket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 528
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 2
         1: .line 529
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 530
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isBound:()Z
            ifne 4
         3: .line 531
            new java.net.SocketException
            dup
            ldc "Socket is not bound yet"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 532
      StackMap locals:
      StackMap stack:
            new java.net.Socket
            dup
            aconst_null
            invokespecial java.net.Socket.<init>:(Ljava/net/SocketImpl;)V
            astore 1 /* s */
        start local 1 // java.net.Socket s
         5: .line 533
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual java.net.ServerSocket.implAccept:(Ljava/net/Socket;)V
         6: .line 534
            aload 1 /* s */
            areturn
        end local 1 // java.net.Socket s
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/net/ServerSocket;
            5    7     1     s  Ljava/net/Socket;
    Exceptions:
      throws java.io.IOException

  protected final void implAccept(java.net.Socket);
    descriptor: (Ljava/net/Socket;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // java.net.Socket s
         0: .line 554
            aconst_null
            astore 2 /* si */
        start local 2 // java.net.SocketImpl si
         1: .line 556
            aload 1 /* s */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            ifnonnull 3
         2: .line 557
            aload 1 /* s */
            invokevirtual java.net.Socket.setImpl:()V
            goto 4
         3: .line 559
      StackMap locals: java.net.SocketImpl
      StackMap stack:
            aload 1 /* s */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.reset:()V
         4: .line 561
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            astore 2 /* si */
         5: .line 562
            aload 1 /* s */
            aconst_null
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
         6: .line 563
            aload 2 /* si */
            new java.net.InetAddress
            dup
            invokespecial java.net.InetAddress.<init>:()V
            putfield java.net.SocketImpl.address:Ljava/net/InetAddress;
         7: .line 564
            aload 2 /* si */
            new java.io.FileDescriptor
            dup
            invokespecial java.io.FileDescriptor.<init>:()V
            putfield java.net.SocketImpl.fd:Ljava/io/FileDescriptor;
         8: .line 565
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            aload 2 /* si */
            invokevirtual java.net.SocketImpl.accept:(Ljava/net/SocketImpl;)V
         9: .line 566
            aload 2 /* si */
            getfield java.net.SocketImpl.fd:Ljava/io/FileDescriptor;
            invokestatic java.net.SocketCleanable.register:(Ljava/io/FileDescriptor;)V
        10: .line 568
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 3 /* security */
        start local 3 // java.lang.SecurityManager security
        11: .line 569
            aload 3 /* security */
            ifnull 26
        12: .line 570
            aload 3 /* security */
            aload 2 /* si */
            invokevirtual java.net.SocketImpl.getInetAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
        13: .line 571
            aload 2 /* si */
            invokevirtual java.net.SocketImpl.getPort:()I
        14: .line 570
            invokevirtual java.lang.SecurityManager.checkAccept:(Ljava/lang/String;I)V
        end local 3 // java.lang.SecurityManager security
        15: .line 573
            goto 26
      StackMap locals:
      StackMap stack: java.io.IOException
        16: astore 3 /* e */
        start local 3 // java.io.IOException e
        17: .line 574
            aload 2 /* si */
            ifnull 19
        18: .line 575
            aload 2 /* si */
            invokevirtual java.net.SocketImpl.reset:()V
        19: .line 576
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 1 /* s */
            aload 2 /* si */
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
        20: .line 577
            aload 3 /* e */
            athrow
        end local 3 // java.io.IOException e
        21: .line 578
      StackMap locals: java.net.ServerSocket java.net.Socket java.net.SocketImpl
      StackMap stack: java.lang.SecurityException
            astore 3 /* e */
        start local 3 // java.lang.SecurityException e
        22: .line 579
            aload 2 /* si */
            ifnull 24
        23: .line 580
            aload 2 /* si */
            invokevirtual java.net.SocketImpl.reset:()V
        24: .line 581
      StackMap locals: java.lang.SecurityException
      StackMap stack:
            aload 1 /* s */
            aload 2 /* si */
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
        25: .line 582
            aload 3 /* e */
            athrow
        end local 3 // java.lang.SecurityException e
        26: .line 584
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            aload 2 /* si */
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
        27: .line 585
            aload 1 /* s */
            invokevirtual java.net.Socket.postAccept:()V
        28: .line 586
            return
        end local 2 // java.net.SocketImpl si
        end local 1 // java.net.Socket s
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   29     0      this  Ljava/net/ServerSocket;
            0   29     1         s  Ljava/net/Socket;
            1   29     2        si  Ljava/net/SocketImpl;
           11   15     3  security  Ljava/lang/SecurityManager;
           17   21     3         e  Ljava/io/IOException;
           22   26     3         e  Ljava/lang/SecurityException;
      Exception table:
        from    to  target  type
           1    15      16  Class java.io.IOException
           1    15      21  Class java.lang.SecurityException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 602
            aload 0 /* this */
            getfield java.net.ServerSocket.closeLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 603
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 4
         2: .line 604
            aload 1
            monitorexit
         3: return
         4: .line 605
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield java.net.ServerSocket.created:Z
            ifeq 6
         5: .line 606
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.close:()V
         6: .line 607
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.net.ServerSocket.closed:Z
         7: .line 602
            aload 1
            monitorexit
         8: goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: aload 1
            monitorexit
        10: athrow
        11: .line 609
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Ljava/net/ServerSocket;
      Exception table:
        from    to  target  type
           1     3       9  any
           4     8       9  any
           9    10       9  any
    Exceptions:
      throws java.io.IOException

  public java.nio.channels.ServerSocketChannel getChannel();
    descriptor: ()Ljava/nio/channels/ServerSocketChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 628
            aconst_null
            areturn
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/ServerSocket;

  public boolean isBound();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 639
            aload 0 /* this */
            getfield java.net.ServerSocket.bound:Z
            ifne 1
            aload 0 /* this */
            getfield java.net.ServerSocket.oldImpl:Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/net/ServerSocket;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 649
            aload 0 /* this */
            getfield java.net.ServerSocket.closeLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 650
            aload 0 /* this */
            getfield java.net.ServerSocket.closed:Z
            aload 1
            monitorexit
         2: ireturn
         3: .line 649
      StackMap locals: java.net.ServerSocket java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/net/ServerSocket;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public synchronized void setSoTimeout(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // int timeout
         0: .line 671
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 2
         1: .line 672
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 673
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            sipush 4102
            iload 1 /* timeout */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         3: .line 674
            return
        end local 1 // int timeout
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/net/ServerSocket;
            0    4     1  timeout  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
         Name  Flags
      timeout  

  public synchronized int getSoTimeout();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 685
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 2
         1: .line 686
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            sipush 4102
            invokevirtual java.net.SocketImpl.getOption:(I)Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         3: .line 689
            aload 1 /* o */
            instanceof java.lang.Integer
            ifeq 5
         4: .line 690
            aload 1 /* o */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         5: .line 692
      StackMap locals: java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/ServerSocket;
            3    6     1     o  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException

  public void setReuseAddress(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // boolean on
         0: .line 733
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 2
         1: .line 734
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 735
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            iconst_4
            iload 1 /* on */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         3: .line 736
            return
        end local 1 // boolean on
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/net/ServerSocket;
            0    4     1    on  Z
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      on    

  public boolean getReuseAddress();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 749
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 2
         1: .line 750
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            iconst_4
            invokevirtual java.net.SocketImpl.getOption:(I)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/ServerSocket;
    Exceptions:
      throws java.net.SocketException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 768
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isBound:()Z
            ifne 2
         1: .line 769
            ldc "ServerSocket[unbound]"
            areturn
         2: .line 771
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            ifnull 5
         3: .line 772
            invokestatic java.net.InetAddress.getLoopbackAddress:()Ljava/net/InetAddress;
            astore 1 /* in */
        start local 1 // java.net.InetAddress in
         4: goto 6
        end local 1 // java.net.InetAddress in
         5: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getInetAddress:()Ljava/net/InetAddress;
            astore 1 /* in */
        start local 1 // java.net.InetAddress in
         6: .line 775
      StackMap locals: java.net.InetAddress
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "ServerSocket[addr="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* in */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         7: .line 776
            ldc ",localport="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield java.net.ServerSocket.impl:Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getLocalPort:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         8: .line 775
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.net.InetAddress in
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljava/net/ServerSocket;
            4    5     1    in  Ljava/net/InetAddress;
            6    9     1    in  Ljava/net/InetAddress;

  void setBound();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 780
            aload 0 /* this */
            iconst_1
            putfield java.net.ServerSocket.bound:Z
         1: .line 781
            return
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/net/ServerSocket;

  void setCreated();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 784
            aload 0 /* this */
            iconst_1
            putfield java.net.ServerSocket.created:Z
         1: .line 785
            return
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/net/ServerSocket;

  public static synchronized void setSocketFactory(java.net.SocketImplFactory);
    descriptor: (Ljava/net/SocketImplFactory;)V
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.net.SocketImplFactory fac
         0: .line 818
            getstatic java.net.ServerSocket.factory:Ljava/net/SocketImplFactory;
            ifnull 2
         1: .line 819
            new java.net.SocketException
            dup
            ldc "factory already defined"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 821
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* security */
        start local 1 // java.lang.SecurityManager security
         3: .line 822
            aload 1 /* security */
            ifnull 5
         4: .line 823
            aload 1 /* security */
            invokevirtual java.lang.SecurityManager.checkSetFactory:()V
         5: .line 825
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 0 /* fac */
            putstatic java.net.ServerSocket.factory:Ljava/net/SocketImplFactory;
         6: .line 826
            return
        end local 1 // java.lang.SecurityManager security
        end local 0 // java.net.SocketImplFactory fac
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0       fac  Ljava/net/SocketImplFactory;
            3    7     1  security  Ljava/lang/SecurityManager;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      fac   

  public synchronized void setReceiveBufferSize(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // int size
         0: .line 865
            iload 1 /* size */
            ifgt 2
         1: .line 866
            new java.lang.IllegalArgumentException
            dup
            ldc "negative receive size"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 4
         3: .line 869
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 870
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            sipush 4098
            iload 1 /* size */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         5: .line 871
            return
        end local 1 // int size
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/ServerSocket;
            0    6     1  size  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      size  

  public synchronized int getReceiveBufferSize();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 889
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.isClosed:()Z
            ifeq 2
         1: .line 890
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 891
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         3: .line 892
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            sipush 4098
            invokevirtual java.net.SocketImpl.getOption:(I)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         4: .line 893
            aload 2 /* o */
            instanceof java.lang.Integer
            ifeq 6
         5: .line 894
            aload 2 /* o */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 1 /* result */
         6: .line 896
      StackMap locals: int java.lang.Object
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 2 // java.lang.Object o
        end local 1 // int result
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/net/ServerSocket;
            3    7     1  result  I
            4    7     2       o  Ljava/lang/Object;
    Exceptions:
      throws java.net.SocketException

  public void setPerformancePreferences(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=4, args_size=4
        start local 0 // java.net.ServerSocket this
        start local 1 // int connectionTime
        start local 2 // int latency
        start local 3 // int bandwidth
         0: .line 942
            return
        end local 3 // int bandwidth
        end local 2 // int latency
        end local 1 // int connectionTime
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Ljava/net/ServerSocket;
            0    1     1  connectionTime  I
            0    1     2         latency  I
            0    1     3       bandwidth  I
    MethodParameters:
                Name  Flags
      connectionTime  
      latency         
      bandwidth       

  public <T> java.net.ServerSocket setOption(java.net.SocketOption<T>, T);
    descriptor: (Ljava/net/SocketOption;Ljava/lang/Object;)Ljava/net/ServerSocket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.net.ServerSocket this
        start local 1 // java.net.SocketOption name
        start local 2 // java.lang.Object value
         0: .line 974
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual java.net.SocketImpl.setOption:(Ljava/net/SocketOption;Ljava/lang/Object;)V
         1: .line 975
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.net.SocketOption name
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/net/ServerSocket;
            0    2     1   name  Ljava/net/SocketOption<TT;>;
            0    2     2  value  TT;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/net/SocketOption<TT;>;TT;)Ljava/net/ServerSocket;
    MethodParameters:
       Name  Flags
      name   
      value  

  public <T> T getOption(java.net.SocketOption<T>);
    descriptor: (Ljava/net/SocketOption;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.net.ServerSocket this
        start local 1 // java.net.SocketOption name
         0: .line 1002
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            aload 1 /* name */
            invokevirtual java.net.SocketImpl.getOption:(Ljava/net/SocketOption;)Ljava/lang/Object;
            areturn
        end local 1 // java.net.SocketOption name
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/ServerSocket;
            0    1     1  name  Ljava/net/SocketOption<TT;>;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Ljava/net/SocketOption<TT;>;)TT;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Set<java.net.SocketOption<?>> supportedOptions();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.net.ServerSocket this
         0: .line 1020
            ldc Ljava/net/ServerSocket;
            dup
            astore 1
            monitorenter
         1: .line 1021
            getstatic java.net.ServerSocket.optionsSet:Z
            ifeq 4
         2: .line 1022
            getstatic java.net.ServerSocket.options:Ljava/util/Set;
            aload 1
            monitorexit
         3: areturn
         4: .line 1025
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.ServerSocket.getImpl:()Ljava/net/SocketImpl;
            astore 2 /* impl */
        start local 2 // java.net.SocketImpl impl
         5: .line 1026
            aload 2 /* impl */
            invokevirtual java.net.SocketImpl.supportedOptions:()Ljava/util/Set;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putstatic java.net.ServerSocket.options:Ljava/util/Set;
        end local 2 // java.net.SocketImpl impl
         6: .line 1027
            goto 9
      StackMap locals:
      StackMap stack: java.io.IOException
         7: pop
         8: .line 1028
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putstatic java.net.ServerSocket.options:Ljava/util/Set;
         9: .line 1030
      StackMap locals:
      StackMap stack:
            iconst_1
            putstatic java.net.ServerSocket.optionsSet:Z
        10: .line 1031
            getstatic java.net.ServerSocket.options:Ljava/util/Set;
            aload 1
            monitorexit
        11: areturn
        12: .line 1020
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        13: athrow
        end local 0 // java.net.ServerSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljava/net/ServerSocket;
            5    6     2  impl  Ljava/net/SocketImpl;
      Exception table:
        from    to  target  type
           4     6       7  Class java.io.IOException
           1     3      12  any
           4    11      12  any
          12    13      12  any
    Signature: ()Ljava/util/Set<Ljava/net/SocketOption<*>;>;
}
SourceFile: "ServerSocket.java"
NestMembers:
  java.net.ServerSocket$1  java.net.ServerSocket$2
InnerClasses:
  java.net.ServerSocket$1
  java.net.ServerSocket$2