public class java.net.Socket
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.net.Socket
  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 connected;
    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 boolean shutIn;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  java.net.SocketImpl impl;
    descriptor: Ljava/net/SocketImpl;
    flags: (0x0000) 

  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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1520
            aconst_null
            putstatic java.net.Socket.factory:Ljava/net/SocketImplFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.created:Z
         2: .line 60
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.bound:Z
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.connected:Z
         4: .line 62
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.closed:Z
         5: .line 63
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.net.Socket.closeLock:Ljava/lang/Object;
         6: .line 64
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutIn:Z
         7: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutOut:Z
         8: .line 75
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.oldImpl:Z
         9: .line 85
            aload 0 /* this */
            invokevirtual java.net.Socket.setImpl:()V
        10: .line 86
            return
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljava/net/Socket;

  public void <init>(java.net.Proxy);
    descriptor: (Ljava/net/Proxy;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // java.net.Proxy proxy
         0: .line 116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.created:Z
         2: .line 60
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.bound:Z
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.connected:Z
         4: .line 62
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.closed:Z
         5: .line 63
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.net.Socket.closeLock:Ljava/lang/Object;
         6: .line 64
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutIn:Z
         7: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutOut:Z
         8: .line 75
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.oldImpl:Z
         9: .line 118
            aload 1 /* proxy */
            ifnonnull 11
        10: .line 119
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid Proxy"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 121
      StackMap locals: java.net.Socket java.net.Proxy
      StackMap stack:
            aload 1 /* proxy */
            getstatic java.net.Proxy.NO_PROXY:Ljava/net/Proxy;
            if_acmpne 12
            getstatic java.net.Proxy.NO_PROXY:Ljava/net/Proxy;
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 1 /* proxy */
            invokestatic sun.net.ApplicationProxy.create:(Ljava/net/Proxy;)Lsun/net/ApplicationProxy;
      StackMap locals:
      StackMap stack: java.net.Proxy
        13: astore 2 /* p */
        start local 2 // java.net.Proxy p
        14: .line 122
            aload 2 /* p */
            invokevirtual java.net.Proxy.type:()Ljava/net/Proxy$Type;
            getstatic java.net.Proxy$Type.SOCKS:Ljava/net/Proxy$Type;
            if_acmpne 33
        15: .line 123
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 3 /* security */
        start local 3 // java.lang.SecurityManager security
        16: .line 124
            aload 2 /* p */
            invokevirtual java.net.Proxy.address:()Ljava/net/SocketAddress;
            checkcast java.net.InetSocketAddress
            astore 4 /* epoint */
        start local 4 // java.net.InetSocketAddress epoint
        17: .line 125
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            ifnull 19
        18: .line 126
            aload 0 /* this */
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            ldc "Socket"
            invokevirtual java.net.Socket.checkAddress:(Ljava/net/InetAddress;Ljava/lang/String;)V
        19: .line 128
      StackMap locals: java.net.Proxy java.lang.SecurityManager java.net.InetSocketAddress
      StackMap stack:
            aload 3 /* security */
            ifnull 30
        20: .line 129
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.isUnresolved:()Z
            ifeq 22
        21: .line 130
            new java.net.InetSocketAddress
            dup
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getHostName:()Ljava/lang/String;
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/lang/String;I)V
            astore 4 /* epoint */
        22: .line 131
      StackMap locals:
      StackMap stack:
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.isUnresolved:()Z
            ifeq 27
        23: .line 132
            aload 3 /* security */
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getHostName:()Ljava/lang/String;
        24: .line 133
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getPort:()I
        25: .line 132
            invokevirtual java.lang.SecurityManager.checkConnect:(Ljava/lang/String;I)V
        26: .line 133
            goto 30
        27: .line 135
      StackMap locals:
      StackMap stack:
            aload 3 /* security */
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
        28: .line 136
            aload 4 /* epoint */
            invokevirtual java.net.InetSocketAddress.getPort:()I
        29: .line 135
            invokevirtual java.lang.SecurityManager.checkConnect:(Ljava/lang/String;I)V
        30: .line 138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.net.SocksSocketImpl
            dup
            aload 2 /* p */
            invokespecial java.net.SocksSocketImpl.<init>:(Ljava/net/Proxy;)V
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
        31: .line 139
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            aload 0 /* this */
            invokevirtual java.net.SocketImpl.setSocket:(Ljava/net/Socket;)V
        end local 4 // java.net.InetSocketAddress epoint
        end local 3 // java.lang.SecurityManager security
        32: .line 140
            goto 41
        33: .line 141
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            getstatic java.net.Proxy.NO_PROXY:Ljava/net/Proxy;
            if_acmpne 40
        34: .line 142
            getstatic java.net.Socket.factory:Ljava/net/SocketImplFactory;
            ifnonnull 38
        35: .line 143
            aload 0 /* this */
            new java.net.PlainSocketImpl
            dup
            invokespecial java.net.PlainSocketImpl.<init>:()V
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
        36: .line 144
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            aload 0 /* this */
            invokevirtual java.net.SocketImpl.setSocket:(Ljava/net/Socket;)V
        37: .line 145
            goto 41
        38: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.setImpl:()V
        39: .line 147
            goto 41
        40: .line 148
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid Proxy"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        41: .line 150
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.net.Proxy p
        end local 1 // java.net.Proxy proxy
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   42     0      this  Ljava/net/Socket;
            0   42     1     proxy  Ljava/net/Proxy;
           14   42     2         p  Ljava/net/Proxy;
           16   32     3  security  Ljava/lang/SecurityManager;
           17   32     4    epoint  Ljava/net/InetSocketAddress;
    MethodParameters:
       Name  Flags
      proxy  

  protected void <init>(java.net.SocketImpl);
    descriptor: (Ljava/net/SocketImpl;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // java.net.SocketImpl impl
         0: .line 163
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.created:Z
         2: .line 60
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.bound:Z
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.connected:Z
         4: .line 62
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.closed:Z
         5: .line 63
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.net.Socket.closeLock:Ljava/lang/Object;
         6: .line 64
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutIn:Z
         7: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutOut:Z
         8: .line 75
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.oldImpl:Z
         9: .line 164
            aload 0 /* this */
            aload 1 /* impl */
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
        10: .line 165
            aload 1 /* impl */
            ifnull 13
        11: .line 166
            aload 0 /* this */
            invokevirtual java.net.Socket.checkOldImpl:()V
        12: .line 167
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            aload 0 /* this */
            invokevirtual java.net.SocketImpl.setSocket:(Ljava/net/Socket;)V
        13: .line 169
      StackMap locals: java.net.Socket java.net.SocketImpl
      StackMap stack:
            return
        end local 1 // java.net.SocketImpl impl
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljava/net/Socket;
            0   14     1  impl  Ljava/net/SocketImpl;
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      impl  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.net.Socket this
        start local 1 // java.lang.String host
        start local 2 // int port
         0: .line 206
            aload 0 /* this */
            aload 1 /* host */
            ifnull 1
            new java.net.InetSocketAddress
            dup
            aload 1 /* host */
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/lang/String;I)V
            goto 2
         1: .line 207
      StackMap locals:
      StackMap stack: uninitialized-this
            new java.net.InetSocketAddress
            dup
            aconst_null
            invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
         2: .line 208
      StackMap locals: uninitialized-this java.lang.String int
      StackMap stack: uninitialized-this java.net.InetSocketAddress
            aconst_null
            iconst_1
            invokespecial java.net.Socket.<init>:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Z)V
         3: .line 209
            return
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/net/Socket;
            0    4     1  host  Ljava/lang/String;
            0    4     2  port  I
    Exceptions:
      throws java.net.UnknownHostException, java.io.IOException
    MethodParameters:
      Name  Flags
      host  
      port  

  public void <init>(java.net.InetAddress, int);
    descriptor: (Ljava/net/InetAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.net.Socket this
        start local 1 // java.net.InetAddress address
        start local 2 // int port
         0: .line 235
            aload 0 /* this */
            aload 1 /* address */
            ifnull 1
            new java.net.InetSocketAddress
            dup
            aload 1 /* address */
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aconst_null
         2: .line 236
      StackMap locals: uninitialized-this java.net.InetAddress int
      StackMap stack: uninitialized-this java.net.InetSocketAddress
            aconst_null
            iconst_1
            invokespecial java.net.Socket.<init>:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Z)V
         3: .line 237
            return
        end local 2 // int port
        end local 1 // java.net.InetAddress address
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljava/net/Socket;
            0    4     1  address  Ljava/net/InetAddress;
            0    4     2     port  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      address  
      port     

  public void <init>(java.lang.String, int, java.net.InetAddress, int);
    descriptor: (Ljava/lang/String;ILjava/net/InetAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // java.net.Socket this
        start local 1 // java.lang.String host
        start local 2 // int port
        start local 3 // java.net.InetAddress localAddr
        start local 4 // int localPort
         0: .line 266
            aload 0 /* this */
            aload 1 /* host */
            ifnull 1
            new java.net.InetSocketAddress
            dup
            aload 1 /* host */
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/lang/String;I)V
            goto 2
         1: .line 267
      StackMap locals:
      StackMap stack: uninitialized-this
            new java.net.InetSocketAddress
            dup
            aconst_null
            invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
         2: .line 268
      StackMap locals: uninitialized-this java.lang.String int java.net.InetAddress int
      StackMap stack: uninitialized-this java.net.InetSocketAddress
            new java.net.InetSocketAddress
            dup
            aload 3 /* localAddr */
            iload 4 /* localPort */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            iconst_1
            invokespecial java.net.Socket.<init>:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Z)V
         3: .line 269
            return
        end local 4 // int localPort
        end local 3 // java.net.InetAddress localAddr
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljava/net/Socket;
            0    4     1       host  Ljava/lang/String;
            0    4     2       port  I
            0    4     3  localAddr  Ljava/net/InetAddress;
            0    4     4  localPort  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      host       
      port       
      localAddr  
      localPort  

  public void <init>(java.net.InetAddress, int, java.net.InetAddress, int);
    descriptor: (Ljava/net/InetAddress;ILjava/net/InetAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // java.net.Socket this
        start local 1 // java.net.InetAddress address
        start local 2 // int port
        start local 3 // java.net.InetAddress localAddr
        start local 4 // int localPort
         0: .line 293
            aload 0 /* this */
            aload 1 /* address */
            ifnull 1
            new java.net.InetSocketAddress
            dup
            aload 1 /* address */
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aconst_null
         2: .line 294
      StackMap locals: uninitialized-this java.net.InetAddress int java.net.InetAddress int
      StackMap stack: uninitialized-this java.net.InetSocketAddress
            new java.net.InetSocketAddress
            dup
            aload 3 /* localAddr */
            iload 4 /* localPort */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            iconst_1
            invokespecial java.net.Socket.<init>:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Z)V
         3: .line 295
            return
        end local 4 // int localPort
        end local 3 // java.net.InetAddress localAddr
        end local 2 // int port
        end local 1 // java.net.InetAddress address
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Ljava/net/Socket;
            0    4     1    address  Ljava/net/InetAddress;
            0    4     2       port  I
            0    4     3  localAddr  Ljava/net/InetAddress;
            0    4     4  localPort  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      address    
      port       
      localAddr  
      localPort  

  public void <init>(java.lang.String, int, boolean);
    descriptor: (Ljava/lang/String;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.net.Socket this
        start local 1 // java.lang.String host
        start local 2 // int port
        start local 3 // boolean stream
         0: .line 336
            aload 0 /* this */
            aload 1 /* host */
            ifnull 1
            new java.net.InetSocketAddress
            dup
            aload 1 /* host */
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/lang/String;I)V
            goto 2
         1: .line 337
      StackMap locals:
      StackMap stack: uninitialized-this
            new java.net.InetSocketAddress
            dup
            aconst_null
            invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
         2: .line 338
      StackMap locals: uninitialized-this java.lang.String int int
      StackMap stack: uninitialized-this java.net.InetSocketAddress
            aconst_null
            iload 3 /* stream */
            invokespecial java.net.Socket.<init>:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Z)V
         3: .line 339
            return
        end local 3 // boolean stream
        end local 2 // int port
        end local 1 // java.lang.String host
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljava/net/Socket;
            0    4     1    host  Ljava/lang/String;
            0    4     2    port  I
            0    4     3  stream  Z
    Exceptions:
      throws java.io.IOException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      host    
      port    
      stream  

  public void <init>(java.net.InetAddress, int, boolean);
    descriptor: (Ljava/net/InetAddress;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // java.net.Socket this
        start local 1 // java.net.InetAddress host
        start local 2 // int port
        start local 3 // boolean stream
         0: .line 375
            aload 0 /* this */
            aload 1 /* host */
            ifnull 1
            new java.net.InetSocketAddress
            dup
            aload 1 /* host */
            iload 2 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aconst_null
         2: .line 376
      StackMap locals: uninitialized-this java.net.InetAddress int int
      StackMap stack: uninitialized-this java.net.InetSocketAddress
            new java.net.InetSocketAddress
            dup
            iconst_0
            invokespecial java.net.InetSocketAddress.<init>:(I)V
            iload 3 /* stream */
            invokespecial java.net.Socket.<init>:(Ljava/net/SocketAddress;Ljava/net/SocketAddress;Z)V
         3: .line 377
            return
        end local 3 // boolean stream
        end local 2 // int port
        end local 1 // java.net.InetAddress host
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljava/net/Socket;
            0    4     1    host  Ljava/net/InetAddress;
            0    4     2    port  I
            0    4     3  stream  Z
    Exceptions:
      throws java.io.IOException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      host    
      port    
      stream  

  private void <init>(java.net.SocketAddress, java.net.SocketAddress, boolean);
    descriptor: (Ljava/net/SocketAddress;Ljava/net/SocketAddress;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // java.net.Socket this
        start local 1 // java.net.SocketAddress address
        start local 2 // java.net.SocketAddress localAddr
        start local 3 // boolean stream
         0: .line 379
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.created:Z
         2: .line 60
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.bound:Z
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.connected:Z
         4: .line 62
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.closed:Z
         5: .line 63
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield java.net.Socket.closeLock:Ljava/lang/Object;
         6: .line 64
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutIn:Z
         7: .line 65
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.shutOut:Z
         8: .line 75
            aload 0 /* this */
            iconst_0
            putfield java.net.Socket.oldImpl:Z
         9: .line 381
            aload 0 /* this */
            invokevirtual java.net.Socket.setImpl:()V
        10: .line 384
            aload 1 /* address */
            ifnonnull 12
        11: .line 385
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
        12: .line 388
      StackMap locals: java.net.Socket java.net.SocketAddress java.net.SocketAddress int
      StackMap stack:
            aload 0 /* this */
            iload 3 /* stream */
            invokevirtual java.net.Socket.createImpl:(Z)V
        13: .line 389
            aload 2 /* localAddr */
            ifnull 15
        14: .line 390
            aload 0 /* this */
            aload 2 /* localAddr */
            invokevirtual java.net.Socket.bind:(Ljava/net/SocketAddress;)V
        15: .line 391
      StackMap locals:
      StackMap stack:
            aload 1 /* address */
            ifnull 21
        16: .line 392
            aload 0 /* this */
            aload 1 /* address */
            invokevirtual java.net.Socket.connect:(Ljava/net/SocketAddress;)V
        17: .line 393
            goto 21
      StackMap locals:
      StackMap stack: java.io.IOException
        18: astore 4 /* e */
        start local 4 // java.io.IOException e
        19: .line 394
            aload 0 /* this */
            invokevirtual java.net.Socket.close:()V
        20: .line 395
            aload 4 /* e */
            athrow
        end local 4 // java.io.IOException e
        21: .line 397
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean stream
        end local 2 // java.net.SocketAddress localAddr
        end local 1 // java.net.SocketAddress address
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Ljava/net/Socket;
            0   22     1    address  Ljava/net/SocketAddress;
            0   22     2  localAddr  Ljava/net/SocketAddress;
            0   22     3     stream  Z
           19   21     4          e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          12    17      18  Class java.io.IOException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      address    
      localAddr  
      stream     

  void createImpl(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // boolean stream
         0: .line 408
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            ifnonnull 2
         1: .line 409
            aload 0 /* this */
            invokevirtual java.net.Socket.setImpl:()V
         2: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            iload 1 /* stream */
            invokevirtual java.net.SocketImpl.create:(Z)V
         3: .line 412
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.created:Z
         4: .line 413
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 414
            new java.net.SocketException
            dup
            aload 2 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // java.io.IOException e
         7: .line 416
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean stream
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Ljava/net/Socket;
            0    8     1  stream  Z
            6    7     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     4       5  Class java.io.IOException
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
        Name  Flags
      stream  

  private void checkOldImpl();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 419
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            ifnonnull 2
         1: .line 420
            return
         2: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 425
            new java.net.Socket$1
            dup
            aload 0 /* this */
            invokespecial java.net.Socket$1.<init>:(Ljava/net/Socket;)V
         4: .line 424
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putfield java.net.Socket.oldImpl:Z
         5: .line 444
            return
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;

  void setImpl();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 451
            getstatic java.net.Socket.factory:Ljava/net/SocketImplFactory;
            ifnull 4
         1: .line 452
            aload 0 /* this */
            getstatic java.net.Socket.factory:Ljava/net/SocketImplFactory;
            invokeinterface java.net.SocketImplFactory.createSocketImpl:()Ljava/net/SocketImpl;
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
         2: .line 453
            aload 0 /* this */
            invokevirtual java.net.Socket.checkOldImpl:()V
         3: .line 454
            goto 5
         4: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.net.SocksSocketImpl
            dup
            invokespecial java.net.SocksSocketImpl.<init>:()V
            putfield java.net.Socket.impl:Ljava/net/SocketImpl;
         5: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            ifnull 7
         6: .line 460
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            aload 0 /* this */
            invokevirtual java.net.SocketImpl.setSocket:(Ljava/net/Socket;)V
         7: .line 461
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/net/Socket;

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

  public void connect(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.Socket this
        start local 1 // java.net.SocketAddress endpoint
         0: .line 492
            aload 0 /* this */
            aload 1 /* endpoint */
            iconst_0
            invokevirtual java.net.Socket.connect:(Ljava/net/SocketAddress;I)V
         1: .line 493
            return
        end local 1 // java.net.SocketAddress endpoint
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/net/Socket;
            0    2     1  endpoint  Ljava/net/SocketAddress;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      endpoint  

  public void connect(java.net.SocketAddress, int);
    descriptor: (Ljava/net/SocketAddress;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // java.net.Socket this
        start local 1 // java.net.SocketAddress endpoint
        start local 2 // int timeout
         0: .line 513
            aload 1 /* endpoint */
            ifnonnull 2
         1: .line 514
            new java.lang.IllegalArgumentException
            dup
            ldc "connect: The address can't be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 516
      StackMap locals:
      StackMap stack:
            iload 2 /* timeout */
            ifge 4
         3: .line 517
            new java.lang.IllegalArgumentException
            dup
            ldc "connect: timeout can't be negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 6
         5: .line 520
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 522
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.Socket.oldImpl:Z
            ifne 8
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifeq 8
         7: .line 523
            new java.net.SocketException
            dup
            ldc "already connected"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 525
      StackMap locals:
      StackMap stack:
            aload 1 /* endpoint */
            instanceof java.net.InetSocketAddress
            ifne 10
         9: .line 526
            new java.lang.IllegalArgumentException
            dup
            ldc "Unsupported address type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 528
      StackMap locals:
      StackMap stack:
            aload 1 /* endpoint */
            checkcast java.net.InetSocketAddress
            astore 3 /* epoint */
        start local 3 // java.net.InetSocketAddress epoint
        11: .line 529
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            astore 4 /* addr */
        start local 4 // java.net.InetAddress addr
        12: .line 530
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            istore 5 /* port */
        start local 5 // int port
        13: .line 531
            aload 0 /* this */
            aload 4 /* addr */
            ldc "connect"
            invokevirtual java.net.Socket.checkAddress:(Ljava/net/InetAddress;Ljava/lang/String;)V
        14: .line 533
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 6 /* security */
        start local 6 // java.lang.SecurityManager security
        15: .line 534
            aload 6 /* security */
            ifnull 19
        16: .line 535
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.isUnresolved:()Z
            ifeq 18
        17: .line 536
            aload 6 /* security */
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.getHostName:()Ljava/lang/String;
            iload 5 /* port */
            invokevirtual java.lang.SecurityManager.checkConnect:(Ljava/lang/String;I)V
            goto 19
        18: .line 538
      StackMap locals: java.net.Socket java.net.SocketAddress int java.net.InetSocketAddress java.net.InetAddress int java.lang.SecurityManager
      StackMap stack:
            aload 6 /* security */
            aload 4 /* addr */
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            iload 5 /* port */
            invokevirtual java.lang.SecurityManager.checkConnect:(Ljava/lang/String;I)V
        19: .line 540
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.Socket.created:Z
            ifne 21
        20: .line 541
            aload 0 /* this */
            iconst_1
            invokevirtual java.net.Socket.createImpl:(Z)V
        21: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.Socket.oldImpl:Z
            ifne 23
        22: .line 543
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            aload 3 /* epoint */
            iload 2 /* timeout */
            invokevirtual java.net.SocketImpl.connect:(Ljava/net/SocketAddress;I)V
            goto 29
        23: .line 544
      StackMap locals:
      StackMap stack:
            iload 2 /* timeout */
            ifne 28
        24: .line 545
            aload 3 /* epoint */
            invokevirtual java.net.InetSocketAddress.isUnresolved:()Z
            ifeq 26
        25: .line 546
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            aload 4 /* addr */
            invokevirtual java.net.InetAddress.getHostName:()Ljava/lang/String;
            iload 5 /* port */
            invokevirtual java.net.SocketImpl.connect:(Ljava/lang/String;I)V
            goto 29
        26: .line 548
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.Socket.impl:Ljava/net/SocketImpl;
            aload 4 /* addr */
            iload 5 /* port */
            invokevirtual java.net.SocketImpl.connect:(Ljava/net/InetAddress;I)V
        27: .line 549
            goto 29
        28: .line 550
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "SocketImpl.connect(addr, timeout)"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        29: .line 551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.connected:Z
        30: .line 556
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.bound:Z
        31: .line 557
            return
        end local 6 // java.lang.SecurityManager security
        end local 5 // int port
        end local 4 // java.net.InetAddress addr
        end local 3 // java.net.InetSocketAddress epoint
        end local 2 // int timeout
        end local 1 // java.net.SocketAddress endpoint
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   32     0      this  Ljava/net/Socket;
            0   32     1  endpoint  Ljava/net/SocketAddress;
            0   32     2   timeout  I
           11   32     3    epoint  Ljava/net/InetSocketAddress;
           12   32     4      addr  Ljava/net/InetAddress;
           13   32     5      port  I
           15   32     6  security  Ljava/lang/SecurityManager;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      endpoint  
      timeout   

  public void bind(java.net.SocketAddress);
    descriptor: (Ljava/net/SocketAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // java.net.SocketAddress bindpoint
         0: .line 575
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 576
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.net.Socket.oldImpl:Z
            ifne 4
            aload 0 /* this */
            invokevirtual java.net.Socket.isBound:()Z
            ifeq 4
         3: .line 578
            new java.net.SocketException
            dup
            ldc "Already bound"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 580
      StackMap locals:
      StackMap stack:
            aload 1 /* bindpoint */
            ifnull 6
            aload 1 /* bindpoint */
            instanceof java.net.InetSocketAddress
            ifne 6
         5: .line 581
            new java.lang.IllegalArgumentException
            dup
            ldc "Unsupported address type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 582
      StackMap locals:
      StackMap stack:
            aload 1 /* bindpoint */
            checkcast java.net.InetSocketAddress
            astore 2 /* epoint */
        start local 2 // java.net.InetSocketAddress epoint
         7: .line 583
            aload 2 /* epoint */
            ifnull 9
            aload 2 /* epoint */
            invokevirtual java.net.InetSocketAddress.isUnresolved:()Z
            ifeq 9
         8: .line 584
            new java.net.SocketException
            dup
            ldc "Unresolved address"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 585
      StackMap locals: java.net.InetSocketAddress
      StackMap stack:
            aload 2 /* epoint */
            ifnonnull 11
        10: .line 586
            new java.net.InetSocketAddress
            dup
            iconst_0
            invokespecial java.net.InetSocketAddress.<init>:(I)V
            astore 2 /* epoint */
        11: .line 588
      StackMap locals:
      StackMap stack:
            aload 2 /* epoint */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            astore 3 /* addr */
        start local 3 // java.net.InetAddress addr
        12: .line 589
            aload 2 /* epoint */
            invokevirtual java.net.InetSocketAddress.getPort:()I
            istore 4 /* port */
        start local 4 // int port
        13: .line 590
            aload 0 /* this */
            aload 3 /* addr */
            ldc "bind"
            invokevirtual java.net.Socket.checkAddress:(Ljava/net/InetAddress;Ljava/lang/String;)V
        14: .line 591
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 5 /* security */
        start local 5 // java.lang.SecurityManager security
        15: .line 592
            aload 5 /* security */
            ifnull 17
        16: .line 593
            aload 5 /* security */
            iload 4 /* port */
            invokevirtual java.lang.SecurityManager.checkListen:(I)V
        17: .line 595
      StackMap locals: java.net.InetAddress int java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            aload 3 /* addr */
            iload 4 /* port */
            invokevirtual java.net.SocketImpl.bind:(Ljava/net/InetAddress;I)V
        18: .line 596
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.bound:Z
        19: .line 597
            return
        end local 5 // java.lang.SecurityManager security
        end local 4 // int port
        end local 3 // java.net.InetAddress addr
        end local 2 // java.net.InetSocketAddress epoint
        end local 1 // java.net.SocketAddress bindpoint
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0       this  Ljava/net/Socket;
            0   20     1  bindpoint  Ljava/net/SocketAddress;
            7   20     2     epoint  Ljava/net/InetSocketAddress;
           12   20     3       addr  Ljava/net/InetAddress;
           13   20     4       port  I
           15   20     5   security  Ljava/lang/SecurityManager;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      bindpoint  

  private void checkAddress(java.net.InetAddress, java.lang.String);
    descriptor: (Ljava/net/InetAddress;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.net.Socket this
        start local 1 // java.net.InetAddress addr
        start local 2 // java.lang.String op
         0: .line 600
            aload 1 /* addr */
            ifnonnull 2
         1: .line 601
            return
         2: .line 603
      StackMap locals:
      StackMap stack:
            aload 1 /* addr */
            instanceof java.net.Inet4Address
            ifne 4
            aload 1 /* addr */
            instanceof java.net.Inet6Address
            ifne 4
         3: .line 604
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            aload 2 /* op */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": invalid address type"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 606
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String op
        end local 1 // java.net.InetAddress addr
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/net/Socket;
            0    5     1  addr  Ljava/net/InetAddress;
            0    5     2    op  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      addr  
      op    

  final void postAccept();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 612
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.connected:Z
         1: .line 613
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.created:Z
         2: .line 614
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.bound:Z
         3: .line 615
            return
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/net/Socket;

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

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

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

  public java.net.InetAddress getInetAddress();
    descriptor: ()Ljava/net/InetAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 636
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifne 2
         1: .line 637
            aconst_null
            areturn
         2: .line 639
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getInetAddress:()Ljava/net/InetAddress;
         3: areturn
         4: .line 640
      StackMap locals:
      StackMap stack: java.net.SocketException
            pop
         5: .line 642
            aconst_null
            areturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
      Exception table:
        from    to  target  type
           2     3       4  Class java.net.SocketException

  public java.net.InetAddress getLocalAddress();
    descriptor: ()Ljava/net/InetAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.net.Socket this
         0: .line 655
            aload 0 /* this */
            invokevirtual java.net.Socket.isBound:()Z
            ifne 2
         1: .line 656
            invokestatic java.net.InetAddress.anyLocalAddress:()Ljava/net/InetAddress;
            areturn
         2: .line 657
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* in */
        start local 1 // java.net.InetAddress in
         3: .line 659
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            bipush 15
            invokevirtual java.net.SocketImpl.getOption:(I)Ljava/lang/Object;
            checkcast java.net.InetAddress
            astore 1 /* in */
         4: .line 661
            invokestatic java.net.NetUtil.doRevealLocalAddress:()Z
            ifne 8
         5: .line 662
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 2 /* sm */
        start local 2 // java.lang.SecurityManager sm
         6: .line 663
            aload 2 /* sm */
            ifnull 8
         7: .line 664
            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
        end local 2 // java.lang.SecurityManager sm
         8: .line 666
      StackMap locals: java.net.InetAddress
      StackMap stack:
            aload 1 /* in */
            invokevirtual java.net.InetAddress.isAnyLocalAddress:()Z
            ifeq 15
         9: .line 667
            invokestatic java.net.InetAddress.anyLocalAddress:()Ljava/net/InetAddress;
            astore 1 /* in */
        10: .line 669
            goto 15
      StackMap locals:
      StackMap stack: java.lang.SecurityException
        11: pop
        12: .line 670
            getstatic java.net.InetAddress.impl:Ljava/net/InetAddressImpl;
            invokeinterface java.net.InetAddressImpl.loopbackAddress:()Ljava/net/InetAddress;
            astore 1 /* in */
            goto 15
        13: .line 671
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
        14: .line 672
            invokestatic java.net.InetAddress.anyLocalAddress:()Ljava/net/InetAddress;
            astore 1 /* in */
        15: .line 674
      StackMap locals:
      StackMap stack:
            aload 1 /* in */
            areturn
        end local 1 // java.net.InetAddress in
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Ljava/net/Socket;
            3   16     1    in  Ljava/net/InetAddress;
            6    8     2    sm  Ljava/lang/SecurityManager;
      Exception table:
        from    to  target  type
           3    10      11  Class java.lang.SecurityException
           3    10      13  Class java.lang.Exception

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 684
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifne 2
         1: .line 685
            iconst_0
            ireturn
         2: .line 687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getPort:()I
         3: ireturn
         4: .line 688
      StackMap locals:
      StackMap stack: java.net.SocketException
            pop
         5: .line 691
            iconst_m1
            ireturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
      Exception table:
        from    to  target  type
           2     3       4  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.Socket this
         0: .line 701
            aload 0 /* this */
            invokevirtual java.net.Socket.isBound:()Z
            ifne 2
         1: .line 702
            iconst_m1
            ireturn
         2: .line 704
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getLocalPort:()I
         3: ireturn
         4: .line 705
      StackMap locals:
      StackMap stack: java.net.SocketException
            pop
         5: .line 708
            iconst_m1
            ireturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
      Exception table:
        from    to  target  type
           2     3       4  Class java.net.SocketException

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

  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.Socket this
         0: .line 742
            aload 0 /* this */
            invokevirtual java.net.Socket.isBound:()Z
            ifne 2
         1: .line 743
            aconst_null
            areturn
         2: .line 744
      StackMap locals:
      StackMap stack:
            new java.net.InetSocketAddress
            dup
            aload 0 /* this */
            invokevirtual java.net.Socket.getLocalAddress:()Ljava/net/InetAddress;
            aload 0 /* this */
            invokevirtual java.net.Socket.getLocalPort:()I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            areturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/Socket;

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

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.net.Socket this
         0: .line 814
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 815
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifne 4
         3: .line 817
            new java.net.SocketException
            dup
            ldc "Socket is not connected"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isInputShutdown:()Z
            ifeq 6
         5: .line 819
            new java.net.SocketException
            dup
            ldc "Socket input is shutdown"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 821
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* is */
        start local 1 // java.io.InputStream is
         7: .line 824
            new java.net.Socket$2
            dup
            aload 0 /* this */
            invokespecial java.net.Socket$2.<init>:(Ljava/net/Socket;)V
         8: .line 823
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
            checkcast java.io.InputStream
            astore 1 /* is */
         9: .line 829
            goto 12
      StackMap locals: java.net.Socket java.io.InputStream
      StackMap stack: java.security.PrivilegedActionException
        10: astore 2 /* e */
        start local 2 // java.security.PrivilegedActionException e
        11: .line 830
            aload 2 /* e */
            invokevirtual java.security.PrivilegedActionException.getException:()Ljava/lang/Exception;
            checkcast java.io.IOException
            athrow
        end local 2 // java.security.PrivilegedActionException e
        12: .line 832
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            areturn
        end local 1 // java.io.InputStream is
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/net/Socket;
            7   13     1    is  Ljava/io/InputStream;
           11   12     2     e  Ljava/security/PrivilegedActionException;
      Exception table:
        from    to  target  type
           7     9      10  Class java.security.PrivilegedActionException
    Exceptions:
      throws java.io.IOException

  public java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.net.Socket this
         0: .line 854
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 855
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifne 4
         3: .line 857
            new java.net.SocketException
            dup
            ldc "Socket is not connected"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 858
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isOutputShutdown:()Z
            ifeq 6
         5: .line 859
            new java.net.SocketException
            dup
            ldc "Socket output is shutdown"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 861
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* os */
        start local 1 // java.io.OutputStream os
         7: .line 864
            new java.net.Socket$3
            dup
            aload 0 /* this */
            invokespecial java.net.Socket$3.<init>:(Ljava/net/Socket;)V
         8: .line 863
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;
            checkcast java.io.OutputStream
            astore 1 /* os */
         9: .line 869
            goto 12
      StackMap locals: java.net.Socket java.io.OutputStream
      StackMap stack: java.security.PrivilegedActionException
        10: astore 2 /* e */
        start local 2 // java.security.PrivilegedActionException e
        11: .line 870
            aload 2 /* e */
            invokevirtual java.security.PrivilegedActionException.getException:()Ljava/lang/Exception;
            checkcast java.io.IOException
            athrow
        end local 2 // java.security.PrivilegedActionException e
        12: .line 872
      StackMap locals:
      StackMap stack:
            aload 1 /* os */
            areturn
        end local 1 // java.io.OutputStream os
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/net/Socket;
            7   13     1    os  Ljava/io/OutputStream;
           11   12     2     e  Ljava/security/PrivilegedActionException;
      Exception table:
        from    to  target  type
           7     9      10  Class java.security.PrivilegedActionException
    Exceptions:
      throws java.io.IOException

  public void setTcpNoDelay(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // boolean on
         0: .line 889
            aload 0 /* this */
            invokevirtual java.net.Socket.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:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            iconst_1
            iload 1 /* on */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         3: .line 892
            return
        end local 1 // boolean on
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/net/Socket;
            0    4     1    on  Z
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      on    

  public boolean getTcpNoDelay();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 904
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 905
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            iconst_1
            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.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/Socket;
    Exceptions:
      throws java.net.SocketException

  public void setSoLinger(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // java.net.Socket this
        start local 1 // boolean on
        start local 2 // int linger
         0: .line 924
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 925
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 926
      StackMap locals:
      StackMap stack:
            iload 1 /* on */
            ifne 5
         3: .line 927
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 128
            new java.lang.Boolean
            dup
            iload 1 /* on */
            invokespecial java.lang.Boolean.<init>:(Z)V
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         4: .line 928
            goto 10
         5: .line 929
      StackMap locals:
      StackMap stack:
            iload 2 /* linger */
            ifge 7
         6: .line 930
            new java.lang.IllegalArgumentException
            dup
            ldc "invalid value for SO_LINGER"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 932
      StackMap locals:
      StackMap stack:
            iload 2 /* linger */
            ldc 65535
            if_icmple 9
         8: .line 933
            ldc 65535
            istore 2 /* linger */
         9: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 128
            new java.lang.Integer
            dup
            iload 2 /* linger */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
        10: .line 936
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int linger
        end local 1 // boolean on
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Ljava/net/Socket;
            0   11     1      on  Z
            0   11     2  linger  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
        Name  Flags
      on      
      linger  

  public int getSoLinger();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.net.Socket this
         0: .line 951
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 952
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 953
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 128
            invokevirtual java.net.SocketImpl.getOption:(I)Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         3: .line 954
            aload 1 /* o */
            instanceof java.lang.Integer
            ifeq 5
         4: .line 955
            aload 1 /* o */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         5: .line 957
      StackMap locals: java.lang.Object
      StackMap stack:
            iconst_m1
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
            3    6     1     o  Ljava/lang/Object;
    Exceptions:
      throws java.net.SocketException

  public void sendUrgentData(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // int data
         0: .line 972
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.supportsUrgentData:()Z
            ifne 2
         1: .line 973
            new java.net.SocketException
            dup
            ldc "Urgent data not supported"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            iload 1 /* data */
            invokevirtual java.net.SocketImpl.sendUrgentData:(I)V
         3: .line 976
            return
        end local 1 // int data
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/net/Socket;
            0    4     1  data  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      data  

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

  public boolean getOOBInline();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1017
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1018
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1019
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 4099
            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.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/Socket;
    Exceptions:
      throws java.net.SocketException

  public synchronized void setSoTimeout(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // int timeout
         0: .line 1039
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1040
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1041
      StackMap locals:
      StackMap stack:
            iload 1 /* timeout */
            ifge 4
         3: .line 1042
            new java.lang.IllegalArgumentException
            dup
            ldc "timeout can't be negative"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1044
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 4102
            new java.lang.Integer
            dup
            iload 1 /* timeout */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         5: .line 1045
            return
        end local 1 // int timeout
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljava/net/Socket;
            0    6     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.Socket this
         0: .line 1057
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1058
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.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 1061
            aload 1 /* o */
            instanceof java.lang.Integer
            ifeq 5
         4: .line 1062
            aload 1 /* o */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
         5: .line 1064
      StackMap locals: java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
            3    6     1     o  Ljava/lang/Object;
    Exceptions:
      throws java.net.SocketException

  public synchronized void setSendBufferSize(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // int size
         0: .line 1092
            iload 1 /* size */
            ifgt 2
         1: .line 1093
            new java.lang.IllegalArgumentException
            dup
            ldc "negative send size"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 4
         3: .line 1096
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 4097
            new java.lang.Integer
            dup
            iload 1 /* size */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         5: .line 1098
            return
        end local 1 // int size
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
            0    6     1  size  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      size  

  public synchronized int getSendBufferSize();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1113
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1114
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1115
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         3: .line 1116
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 4097
            invokevirtual java.net.SocketImpl.getOption:(I)Ljava/lang/Object;
            astore 2 /* o */
        start local 2 // java.lang.Object o
         4: .line 1117
            aload 2 /* o */
            instanceof java.lang.Integer
            ifeq 6
         5: .line 1118
            aload 2 /* o */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 1 /* result */
         6: .line 1120
      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.Socket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/net/Socket;
            3    7     1  result  I
            4    7     2       o  Ljava/lang/Object;
    Exceptions:
      throws java.net.SocketException

  public synchronized void setReceiveBufferSize(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // int size
         0: .line 1164
            iload 1 /* size */
            ifgt 2
         1: .line 1165
            new java.lang.IllegalArgumentException
            dup
            ldc "invalid receive size"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1167
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 4
         3: .line 1168
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            sipush 4098
            new java.lang.Integer
            dup
            iload 1 /* size */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         5: .line 1170
            return
        end local 1 // int size
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
            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.Socket this
         0: .line 1185
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1186
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1187
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* result */
        start local 1 // int result
         3: .line 1188
            aload 0 /* this */
            invokevirtual java.net.Socket.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 1189
            aload 2 /* o */
            instanceof java.lang.Integer
            ifeq 6
         5: .line 1190
            aload 2 /* o */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 1 /* result */
         6: .line 1192
      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.Socket this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Ljava/net/Socket;
            3    7     1  result  I
            4    7     2       o  Ljava/lang/Object;
    Exceptions:
      throws java.net.SocketException

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

  public boolean getKeepAlive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1220
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1221
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            bipush 8
            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.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/Socket;
    Exceptions:
      throws java.net.SocketException

  public void setTrafficClass(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // int tc
         0: .line 1270
            iload 1 /* tc */
            iflt 1
            iload 1 /* tc */
            sipush 255
            if_icmple 2
         1: .line 1271
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "tc is not in range 0 -- 255"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1273
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 4
         3: .line 1274
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            iconst_3
            new java.lang.Integer
            dup
            iload 1 /* tc */
            invokespecial java.lang.Integer.<init>:(I)V
            invokevirtual java.net.SocketImpl.setOption:(ILjava/lang/Object;)V
         5: .line 1276
            return
        end local 1 // int tc
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/net/Socket;
            0    6     1    tc  I
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
      Name  Flags
      tc    

  public int getTrafficClass();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1294
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            iconst_3
            invokevirtual java.net.SocketImpl.getOption:(I)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            ireturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/Socket;
    Exceptions:
      throws java.net.SocketException

  public void setReuseAddress(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.Socket this
        start local 1 // boolean on
         0: .line 1332
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1333
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.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 1335
            return
        end local 1 // boolean on
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/net/Socket;
            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.Socket this
         0: .line 1347
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1348
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.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.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/net/Socket;
    Exceptions:
      throws java.net.SocketException

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

  public void shutdownInput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1403
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1404
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifne 4
         3: .line 1406
            new java.net.SocketException
            dup
            ldc "Socket is not connected"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1407
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isInputShutdown:()Z
            ifeq 6
         5: .line 1408
            new java.net.SocketException
            dup
            ldc "Socket input is already shutdown"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.shutdownInput:()V
         7: .line 1410
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.shutIn:Z
         8: .line 1411
            return
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljava/net/Socket;
    Exceptions:
      throws java.io.IOException

  public void shutdownOutput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1433
            aload 0 /* this */
            invokevirtual java.net.Socket.isClosed:()Z
            ifeq 2
         1: .line 1434
            new java.net.SocketException
            dup
            ldc "Socket is closed"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifne 4
         3: .line 1436
            new java.net.SocketException
            dup
            ldc "Socket is not connected"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.isOutputShutdown:()Z
            ifeq 6
         5: .line 1438
            new java.net.SocketException
            dup
            ldc "Socket output is already shutdown"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 1439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.shutdownOutput:()V
         7: .line 1440
            aload 0 /* this */
            iconst_1
            putfield java.net.Socket.shutOut:Z
         8: .line 1441
            return
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljava/net/Socket;
    Exceptions:
      throws java.io.IOException

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1450
            aload 0 /* this */
            invokevirtual java.net.Socket.isConnected:()Z
            ifeq 7
         1: .line 1451
            new java.lang.StringBuilder
            dup
            ldc "Socket[addr="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getInetAddress:()Ljava/net/InetAddress;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 1452
            ldc ",port="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()Ljava/net/SocketImpl;
            invokevirtual java.net.SocketImpl.getPort:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 1453
            ldc ",localport="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual java.net.Socket.getImpl:()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;
         4: .line 1451
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: areturn
         6: .line 1454
      StackMap locals:
      StackMap stack: java.net.SocketException
            pop
         7: .line 1456
      StackMap locals:
      StackMap stack:
            ldc "Socket[unconnected]"
            areturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljava/net/Socket;
      Exception table:
        from    to  target  type
           0     5       6  Class java.net.SocketException

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

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

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

  public boolean isInputShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1503
            aload 0 /* this */
            getfield java.net.Socket.shutIn:Z
            ireturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/Socket;

  public boolean isOutputShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.net.Socket this
         0: .line 1514
            aload 0 /* this */
            getfield java.net.Socket.shutOut:Z
            ireturn
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/net/Socket;

  public static synchronized void setSocketImplFactory(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 1549
            getstatic java.net.Socket.factory:Ljava/net/SocketImplFactory;
            ifnull 2
         1: .line 1550
            new java.net.SocketException
            dup
            ldc "factory already defined"
            invokespecial java.net.SocketException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1552
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* security */
        start local 1 // java.lang.SecurityManager security
         3: .line 1553
            aload 1 /* security */
            ifnull 5
         4: .line 1554
            aload 1 /* security */
            invokevirtual java.lang.SecurityManager.checkSetFactory:()V
         5: .line 1556
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 0 /* fac */
            putstatic java.net.Socket.factory:Ljava/net/SocketImplFactory;
         6: .line 1557
            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 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.Socket this
        start local 1 // int connectionTime
        start local 2 // int latency
        start local 3 // int bandwidth
         0: .line 1602
            return
        end local 3 // int bandwidth
        end local 2 // int latency
        end local 1 // int connectionTime
        end local 0 // java.net.Socket this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Ljava/net/Socket;
            0    1     1  connectionTime  I
            0    1     2         latency  I
            0    1     3       bandwidth  I
    MethodParameters:
                Name  Flags
      connectionTime  
      latency         
      bandwidth       
}
SourceFile: "Socket.java"
NestMembers:
  java.net.Socket$1  java.net.Socket$2  java.net.Socket$3
InnerClasses:
  public final Type = java.net.Proxy$Type of java.net.Proxy
  java.net.Socket$1
  java.net.Socket$2
  java.net.Socket$3