public class com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl extends com.sun.net.ssl.HttpsURLConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl
  super_class: com.sun.net.ssl.HttpsURLConnection
{
  private com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection delegate;
    descriptor: Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.net.URL, com.sun.net.ssl.internal.www.protocol.https.Handler);
    descriptor: (Ljava/net/URL;Lcom/sun/net/ssl/internal/www/protocol/https/Handler;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.net.URL u
        start local 2 // com.sun.net.ssl.internal.www.protocol.https.Handler handler
         0: .line 79
            aload 0 /* this */
            aload 1 /* u */
            aconst_null
            aload 2 /* handler */
            invokespecial com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lcom/sun/net/ssl/internal/www/protocol/https/Handler;)V
         1: .line 80
            return
        end local 2 // com.sun.net.ssl.internal.www.protocol.https.Handler handler
        end local 1 // java.net.URL u
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1        u  Ljava/net/URL;
            0    2     2  handler  Lcom/sun/net/ssl/internal/www/protocol/https/Handler;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      u        
      handler  

  static java.net.URL checkURL(java.net.URL);
    descriptor: (Ljava/net/URL;)Ljava/net/URL;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.net.URL u
         0: .line 83
            aload 0 /* u */
            ifnull 3
         1: .line 84
            aload 0 /* u */
            invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
            bipush 10
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmple 3
         2: .line 85
            new java.net.MalformedURLException
            dup
            ldc "Illegal character in URL"
            invokespecial java.net.MalformedURLException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* u */
            areturn
        end local 0 // java.net.URL u
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     u  Ljava/net/URL;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      u     

  void <init>(java.net.URL, java.net.Proxy, com.sun.net.ssl.internal.www.protocol.https.Handler);
    descriptor: (Ljava/net/URL;Ljava/net/Proxy;Lcom/sun/net/ssl/internal/www/protocol/https/Handler;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.net.URL u
        start local 2 // java.net.Proxy p
        start local 3 // com.sun.net.ssl.internal.www.protocol.https.Handler handler
         0: .line 93
            aload 0 /* this */
            aload 1 /* u */
            invokestatic com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.checkURL:(Ljava/net/URL;)Ljava/net/URL;
            invokespecial com.sun.net.ssl.HttpsURLConnection.<init>:(Ljava/net/URL;)V
         1: .line 94
            aload 0 /* this */
            new com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection
            dup
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.url:Ljava/net/URL;
            aload 2 /* p */
            aload 3 /* handler */
            aload 0 /* this */
            invokespecial com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;Lcom/sun/net/ssl/HttpsURLConnection;)V
            putfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
         2: .line 95
            return
        end local 3 // com.sun.net.ssl.internal.www.protocol.https.Handler handler
        end local 2 // java.net.Proxy p
        end local 1 // java.net.URL u
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    3     1        u  Ljava/net/URL;
            0    3     2        p  Ljava/net/Proxy;
            0    3     3  handler  Lcom/sun/net/ssl/internal/www/protocol/https/Handler;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      u        
      p        
      handler  

  protected void setNewClient(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.net.URL url
         0: .line 104
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* url */
            iconst_0
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setNewClient:(Ljava/net/URL;Z)V
         1: .line 105
            return
        end local 1 // java.net.URL url
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1   url  Ljava/net/URL;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      url   

  protected void setNewClient(java.net.URL, boolean);
    descriptor: (Ljava/net/URL;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.net.URL url
        start local 2 // boolean useCache
         0: .line 116
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* url */
            iload 2 /* useCache */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setNewClient:(Ljava/net/URL;Z)V
         1: .line 117
            return
        end local 2 // boolean useCache
        end local 1 // java.net.URL url
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1       url  Ljava/net/URL;
            0    2     2  useCache  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      url       
      useCache  

  protected void setProxiedClient(java.net.URL, java.lang.String, int);
    descriptor: (Ljava/net/URL;Ljava/lang/String;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.net.URL url
        start local 2 // java.lang.String proxyHost
        start local 3 // int proxyPort
         0: .line 130
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* url */
            aload 2 /* proxyHost */
            iload 3 /* proxyPort */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setProxiedClient:(Ljava/net/URL;Ljava/lang/String;I)V
         1: .line 131
            return
        end local 3 // int proxyPort
        end local 2 // java.lang.String proxyHost
        end local 1 // java.net.URL url
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1        url  Ljava/net/URL;
            0    2     2  proxyHost  Ljava/lang/String;
            0    2     3  proxyPort  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      url        
      proxyHost  
      proxyPort  

  protected void setProxiedClient(java.net.URL, java.lang.String, int, boolean);
    descriptor: (Ljava/net/URL;Ljava/lang/String;IZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.net.URL url
        start local 2 // java.lang.String proxyHost
        start local 3 // int proxyPort
        start local 4 // boolean useCache
         0: .line 146
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* url */
            aload 2 /* proxyHost */
            iload 3 /* proxyPort */
            iload 4 /* useCache */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setProxiedClient:(Ljava/net/URL;Ljava/lang/String;IZ)V
         1: .line 147
            return
        end local 4 // boolean useCache
        end local 3 // int proxyPort
        end local 2 // java.lang.String proxyHost
        end local 1 // java.net.URL url
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1        url  Ljava/net/URL;
            0    2     2  proxyHost  Ljava/lang/String;
            0    2     3  proxyPort  I
            0    2     4   useCache  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      url        
      proxyHost  
      proxyPort  
      useCache   

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 154
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.connect:()V
         1: .line 155
            return
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.io.IOException

  protected boolean isConnected();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 163
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.isConnected:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  protected void setConnected(boolean);
    descriptor: (Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // boolean conn
         0: .line 172
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* conn */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setConnected:(Z)V
         1: .line 173
            return
        end local 1 // boolean conn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  conn  Z
    MethodParameters:
      Name  Flags
      conn  

  public java.lang.String getCipherSuite();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 179
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getCipherSuite:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public java.security.cert.Certificate[] getLocalCertificates();
    descriptor: ()[Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 188
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getLocalCertificates:()[Ljava/security/cert/Certificate;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public java.security.cert.Certificate[] getServerCertificates();
    descriptor: ()[Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 198
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getServerCertificates:()[Ljava/security/cert/Certificate;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  public synchronized java.io.OutputStream getOutputStream();
    descriptor: ()Ljava/io/OutputStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 213
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getOutputStream:()Ljava/io/OutputStream;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.io.IOException

  public synchronized java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 217
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getInputStream:()Ljava/io/InputStream;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream getErrorStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 221
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getErrorStream:()Ljava/io/InputStream;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void disconnect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 228
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.disconnect:()V
         1: .line 229
            return
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public boolean usingProxy();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 232
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.usingProxy:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public java.util.Map<java.lang.String, java.util.List<java.lang.String>> getHeaderFields();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 246
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getHeaderFields:()Ljava/util/Map;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;

  public java.lang.String getHeaderField(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String name
         0: .line 254
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* name */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getHeaderField:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getHeaderField(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // int n
         0: .line 262
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* n */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getHeaderField:(I)Ljava/lang/String;
            areturn
        end local 1 // int n
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1     n  I
    MethodParameters:
      Name  Flags
      n     

  public java.lang.String getHeaderFieldKey(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // int n
         0: .line 270
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* n */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldKey:(I)Ljava/lang/String;
            areturn
        end local 1 // int n
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1     n  I
    MethodParameters:
      Name  Flags
      n     

  public void setRequestProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 279
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setRequestProperty:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 280
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  public void addRequestProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 294
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.addRequestProperty:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 295
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  public int getResponseCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 301
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getResponseCode:()I
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.io.IOException

  public java.lang.String getRequestProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String key
         0: .line 305
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* key */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getRequestProperty:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String key
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public java.util.Map<java.lang.String, java.util.List<java.lang.String>> getRequestProperties();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 321
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getRequestProperties:()Ljava/util/Map;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;

  public void setInstanceFollowRedirects(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // boolean shouldFollow
         0: .line 329
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* shouldFollow */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setInstanceFollowRedirects:(Z)V
         1: .line 330
            return
        end local 1 // boolean shouldFollow
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  shouldFollow  Z
    MethodParameters:
              Name  Flags
      shouldFollow  

  public boolean getInstanceFollowRedirects();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 333
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getInstanceFollowRedirects:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setRequestMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String method
         0: .line 337
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* method */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setRequestMethod:(Ljava/lang/String;)V
         1: .line 338
            return
        end local 1 // java.lang.String method
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  method  Ljava/lang/String;
    Exceptions:
      throws java.net.ProtocolException
    MethodParameters:
        Name  Flags
      method  

  public java.lang.String getRequestMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 341
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getRequestMethod:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public java.lang.String getResponseMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 345
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getResponseMessage:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.io.IOException

  public long getHeaderFieldDate(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String name
        start local 2 // long Default
         0: .line 349
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* name */
            lload 2 /* Default */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldDate:(Ljava/lang/String;J)J
            lreturn
        end local 2 // long Default
        end local 1 // java.lang.String name
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1     name  Ljava/lang/String;
            0    1     2  Default  J
    MethodParameters:
         Name  Flags
      name     
      Default  

  public java.security.Permission getPermission();
    descriptor: ()Ljava/security/Permission;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 353
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getPermission:()Ljava/security/Permission;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.io.IOException

  public java.net.URL getURL();
    descriptor: ()Ljava/net/URL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 357
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getURL:()Ljava/net/URL;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public int getContentLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 361
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getContentLength:()I
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public long getContentLengthLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 365
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getContentLengthLong:()J
            lreturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 369
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getContentType:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public java.lang.String getContentEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 373
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getContentEncoding:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public long getExpiration();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 377
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getExpiration:()J
            lreturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public long getDate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 381
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getDate:()J
            lreturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public long getLastModified();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 385
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getLastModified:()J
            lreturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public int getHeaderFieldInt(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String name
        start local 2 // int Default
         0: .line 389
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* name */
            iload 2 /* Default */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldInt:(Ljava/lang/String;I)I
            ireturn
        end local 2 // int Default
        end local 1 // java.lang.String name
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1     name  Ljava/lang/String;
            0    1     2  Default  I
    MethodParameters:
         Name  Flags
      name     
      Default  

  public long getHeaderFieldLong(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.String name
        start local 2 // long Default
         0: .line 393
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* name */
            lload 2 /* Default */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldLong:(Ljava/lang/String;J)J
            lreturn
        end local 2 // long Default
        end local 1 // java.lang.String name
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1     name  Ljava/lang/String;
            0    1     2  Default  J
    MethodParameters:
         Name  Flags
      name     
      Default  

  public java.lang.Object getContent();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 397
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getContent:()Ljava/lang/Object;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.io.IOException

  public java.lang.Object getContent(java.lang.Class[]);
    descriptor: ([Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.Class[] classes
         0: .line 402
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* classes */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getContent:([Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class[] classes
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1  classes  [Ljava/lang/Class;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      classes  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 406
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setDoInput(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // boolean doinput
         0: .line 410
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* doinput */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setDoInput:(Z)V
         1: .line 411
            return
        end local 1 // boolean doinput
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  doinput  Z
    MethodParameters:
         Name  Flags
      doinput  

  public boolean getDoInput();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 414
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getDoInput:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setDoOutput(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // boolean dooutput
         0: .line 418
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* dooutput */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setDoOutput:(Z)V
         1: .line 419
            return
        end local 1 // boolean dooutput
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  dooutput  Z
    MethodParameters:
          Name  Flags
      dooutput  

  public boolean getDoOutput();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 422
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getDoOutput:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setAllowUserInteraction(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // boolean allowuserinteraction
         0: .line 426
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* allowuserinteraction */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setAllowUserInteraction:(Z)V
         1: .line 427
            return
        end local 1 // boolean allowuserinteraction
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  allowuserinteraction  Z
    MethodParameters:
                      Name  Flags
      allowuserinteraction  

  public boolean getAllowUserInteraction();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 430
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getAllowUserInteraction:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setUseCaches(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // boolean usecaches
         0: .line 434
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* usecaches */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setUseCaches:(Z)V
         1: .line 435
            return
        end local 1 // boolean usecaches
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  usecaches  Z
    MethodParameters:
           Name  Flags
      usecaches  

  public boolean getUseCaches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 438
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getUseCaches:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setIfModifiedSince(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // long ifmodifiedsince
         0: .line 442
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            lload 1 /* ifmodifiedsince */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setIfModifiedSince:(J)V
         1: .line 443
            return
        end local 1 // long ifmodifiedsince
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  ifmodifiedsince  J
    MethodParameters:
                 Name  Flags
      ifmodifiedsince  

  public long getIfModifiedSince();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 446
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getIfModifiedSince:()J
            lreturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public boolean getDefaultUseCaches();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 450
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getDefaultUseCaches:()Z
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setDefaultUseCaches(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // boolean defaultusecaches
         0: .line 454
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* defaultusecaches */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setDefaultUseCaches:(Z)V
         1: .line 455
            return
        end local 1 // boolean defaultusecaches
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  defaultusecaches  Z
    MethodParameters:
                  Name  Flags
      defaultusecaches  

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 463
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.dispose:()V
         1: .line 464
            return
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
    Exceptions:
      throws java.lang.Throwable

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.lang.Object obj
         0: .line 467
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* obj */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    1     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 471
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setConnectTimeout(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // int timeout
         0: .line 475
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* timeout */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setConnectTimeout:(I)V
         1: .line 476
            return
        end local 1 // int timeout
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  timeout  I
    MethodParameters:
         Name  Flags
      timeout  

  public int getConnectTimeout();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 479
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getConnectTimeout:()I
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setReadTimeout(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // int timeout
         0: .line 483
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* timeout */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setReadTimeout:(I)V
         1: .line 484
            return
        end local 1 // int timeout
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  timeout  I
    MethodParameters:
         Name  Flags
      timeout  

  public int getReadTimeout();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
         0: .line 487
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.getReadTimeout:()I
            ireturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;

  public void setFixedLengthStreamingMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // int contentLength
         0: .line 491
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* contentLength */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setFixedLengthStreamingMode:(I)V
         1: .line 492
            return
        end local 1 // int contentLength
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  contentLength  I
    MethodParameters:
               Name  Flags
      contentLength  

  public void setFixedLengthStreamingMode(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // long contentLength
         0: .line 495
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            lload 1 /* contentLength */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setFixedLengthStreamingMode:(J)V
         1: .line 496
            return
        end local 1 // long contentLength
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  contentLength  J
    MethodParameters:
               Name  Flags
      contentLength  

  public void setChunkedStreamingMode(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // int chunklen
         0: .line 499
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            iload 1 /* chunklen */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setChunkedStreamingMode:(I)V
         1: .line 500
            return
        end local 1 // int chunklen
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  chunklen  I
    MethodParameters:
          Name  Flags
      chunklen  

  public void setAuthenticator(java.net.Authenticator);
    descriptor: (Ljava/net/Authenticator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
        start local 1 // java.net.Authenticator auth
         0: .line 504
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.delegate:Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
            aload 1 /* auth */
            invokevirtual com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.setAuthenticator:(Ljava/net/Authenticator;)V
         1: .line 505
            return
        end local 1 // java.net.Authenticator auth
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/HttpsURLConnectionOldImpl;
            0    2     1  auth  Ljava/net/Authenticator;
    MethodParameters:
      Name  Flags
      auth  
}
SourceFile: "HttpsURLConnectionOldImpl.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9")