public abstract class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection extends sun.net.www.protocol.http.HttpURLConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
  super_class: sun.net.www.protocol.http.HttpURLConnection
{
  protected void <init>(java.net.URL, sun.net.www.protocol.http.Handler);
    descriptor: (Ljava/net/URL;Lsun/net/www/protocol/http/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // java.net.URL url
        start local 2 // sun.net.www.protocol.http.Handler handler
         0: .line 52
            aload 0 /* this */
            aload 1 /* url */
            aconst_null
            aload 2 /* handler */
            invokespecial sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;)V
         1: .line 53
            return
        end local 2 // sun.net.www.protocol.http.Handler handler
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    2     1      url  Ljava/net/URL;
            0    2     2  handler  Lsun/net/www/protocol/http/Handler;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      url      
      handler  

  protected void <init>(java.net.URL, java.net.Proxy, sun.net.www.protocol.http.Handler);
    descriptor: (Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // java.net.URL url
        start local 2 // java.net.Proxy p
        start local 3 // sun.net.www.protocol.http.Handler handler
         0: .line 57
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* p */
            aload 3 /* handler */
            invokespecial sun.net.www.protocol.http.HttpURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;)V
         1: .line 58
            return
        end local 3 // sun.net.www.protocol.http.Handler handler
        end local 2 // java.net.Proxy p
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    2     1      url  Ljava/net/URL;
            0    2     2        p  Ljava/net/Proxy;
            0    2     3  handler  Lsun/net/www/protocol/http/Handler;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      url      
      p        
      handler  

  protected abstract javax.net.ssl.SSLSocketFactory getSSLSocketFactory();
    descriptor: ()Ljavax/net/ssl/SSLSocketFactory;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract javax.net.ssl.HostnameVerifier getHostnameVerifier();
    descriptor: ()Ljavax/net/ssl/HostnameVerifier;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public void setNewClient(java.net.URL);
    descriptor: (Ljava/net/URL;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // java.net.URL url
         0: .line 82
            aload 0 /* this */
            aload 1 /* url */
            iconst_0
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.setNewClient:(Ljava/net/URL;Z)V
         1: .line 83
            return
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    2     1   url  Ljava/net/URL;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      url   

  public void setNewClient(java.net.URL, boolean);
    descriptor: (Ljava/net/URL;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // java.net.URL url
        start local 2 // boolean useCache
         0: .line 98
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
         1: .line 99
            aload 1 /* url */
         2: .line 100
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
         3: .line 101
            iload 2 /* useCache */
            aload 0 /* this */
         4: .line 98
            invokestatic sun.net.www.protocol.https.HttpsClient.New:(Ljavax/net/ssl/SSLSocketFactory;Ljava/net/URL;Ljavax/net/ssl/HostnameVerifier;ZLsun/net/www/protocol/http/HttpURLConnection;)Lsun/net/www/http/HttpClient;
            putfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
         5: .line 102
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.afterConnect:()V
         6: .line 103
            return
        end local 2 // boolean useCache
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    7     1       url  Ljava/net/URL;
            0    7     2  useCache  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      url       
      useCache  

  public void setProxiedClient(java.net.URL, java.lang.String, int);
    descriptor: (Ljava/net/URL;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // java.net.URL url
        start local 2 // java.lang.String proxyHost
        start local 3 // int proxyPort
         0: .line 120
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* proxyHost */
            iload 3 /* proxyPort */
            iconst_0
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.setProxiedClient:(Ljava/net/URL;Ljava/lang/String;IZ)V
         1: .line 121
            return
        end local 3 // int proxyPort
        end local 2 // java.lang.String proxyHost
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            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  

  public void setProxiedClient(java.net.URL, java.lang.String, int, boolean);
    descriptor: (Ljava/net/URL;Ljava/lang/String;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection 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 140
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* proxyHost */
            iload 3 /* proxyPort */
            iload 4 /* useCache */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.proxiedConnect:(Ljava/net/URL;Ljava/lang/String;IZ)V
         1: .line 141
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            invokevirtual sun.net.www.http.HttpClient.isCachedConnection:()Z
            ifne 3
         2: .line 142
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.doTunneling:()V
         3: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.afterConnect:()V
         4: .line 145
            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 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    5     1        url  Ljava/net/URL;
            0    5     2  proxyHost  Ljava/lang/String;
            0    5     3  proxyPort  I
            0    5     4   useCache  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      url        
      proxyHost  
      proxyPort  
      useCache   

  protected void proxiedConnect(java.net.URL, java.lang.String, int, boolean);
    descriptor: (Ljava/net/URL;Ljava/lang/String;IZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection 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 149
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
            ifeq 2
         1: .line 150
            return
         2: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
         3: .line 152
            aload 1 /* url */
         4: .line 153
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
         5: .line 154
            aload 2 /* proxyHost */
            iload 3 /* proxyPort */
            iload 4 /* useCache */
            aload 0 /* this */
         6: .line 151
            invokestatic sun.net.www.protocol.https.HttpsClient.New:(Ljavax/net/ssl/SSLSocketFactory;Ljava/net/URL;Ljavax/net/ssl/HostnameVerifier;Ljava/lang/String;IZLsun/net/www/protocol/http/HttpURLConnection;)Lsun/net/www/http/HttpClient;
            putfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
         7: .line 155
            aload 0 /* this */
            iconst_1
            putfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
         8: .line 156
            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 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    9     1        url  Ljava/net/URL;
            0    9     2  proxyHost  Ljava/lang/String;
            0    9     3  proxyPort  I
            0    9     4   useCache  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      url        
      proxyHost  
      proxyPort  
      useCache   

  public boolean isConnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 162
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
            ireturn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;

  public void setConnected(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // boolean conn
         0: .line 169
            aload 0 /* this */
            iload 1 /* conn */
            putfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
         1: .line 170
            return
        end local 1 // boolean conn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    2     1  conn  Z
    MethodParameters:
      Name  Flags
      conn  

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 177
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
            ifeq 2
         1: .line 178
            return
         2: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.plainConnect:()V
         3: .line 180
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            ifnull 5
         4: .line 182
            return
         5: .line 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            invokevirtual sun.net.www.http.HttpClient.isCachedConnection:()Z
            ifne 7
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            invokevirtual sun.net.www.http.HttpClient.needsTunneling:()Z
            ifeq 7
         6: .line 185
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.doTunneling:()V
         7: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.afterConnect:()V
         8: .line 188
            return
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
    Exceptions:
      throws java.io.IOException

  protected sun.net.www.http.HttpClient getNewHttpClient(java.net.URL, java.net.Proxy, int);
    descriptor: (Ljava/net/URL;Ljava/net/Proxy;I)Lsun/net/www/http/HttpClient;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // java.net.URL url
        start local 2 // java.net.Proxy p
        start local 3 // int connectTimeout
         0: .line 193
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
            aload 1 /* url */
         1: .line 194
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
            aload 2 /* p */
            iconst_1
            iload 3 /* connectTimeout */
         2: .line 195
            aload 0 /* this */
         3: .line 193
            invokestatic sun.net.www.protocol.https.HttpsClient.New:(Ljavax/net/ssl/SSLSocketFactory;Ljava/net/URL;Ljavax/net/ssl/HostnameVerifier;Ljava/net/Proxy;ZILsun/net/www/protocol/http/HttpURLConnection;)Lsun/net/www/http/HttpClient;
            areturn
        end local 3 // int connectTimeout
        end local 2 // java.net.Proxy p
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    4     1             url  Ljava/net/URL;
            0    4     2               p  Ljava/net/Proxy;
            0    4     3  connectTimeout  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      url             
      p               
      connectTimeout  

  protected sun.net.www.http.HttpClient getNewHttpClient(java.net.URL, java.net.Proxy, int, boolean);
    descriptor: (Ljava/net/URL;Ljava/net/Proxy;IZ)Lsun/net/www/http/HttpClient;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
        start local 1 // java.net.URL url
        start local 2 // java.net.Proxy p
        start local 3 // int connectTimeout
        start local 4 // boolean useCache
         0: .line 202
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
            aload 1 /* url */
         1: .line 203
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
            aload 2 /* p */
         2: .line 204
            iload 4 /* useCache */
            iload 3 /* connectTimeout */
            aload 0 /* this */
         3: .line 202
            invokestatic sun.net.www.protocol.https.HttpsClient.New:(Ljavax/net/ssl/SSLSocketFactory;Ljava/net/URL;Ljavax/net/ssl/HostnameVerifier;Ljava/net/Proxy;ZILsun/net/www/protocol/http/HttpURLConnection;)Lsun/net/www/http/HttpClient;
            areturn
        end local 4 // boolean useCache
        end local 3 // int connectTimeout
        end local 2 // java.net.Proxy p
        end local 1 // java.net.URL url
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            0    4     1             url  Ljava/net/URL;
            0    4     2               p  Ljava/net/Proxy;
            0    4     3  connectTimeout  I
            0    4     4        useCache  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                Name  Flags
      url             
      p               
      connectTimeout  
      useCache        

  public java.lang.String getCipherSuite();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 211
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            ifnull 2
         1: .line 212
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            checkcast java.net.SecureCacheResponse
            invokevirtual java.net.SecureCacheResponse.getCipherSuite:()Ljava/lang/String;
            areturn
         2: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            ifnonnull 4
         3: .line 215
            new java.lang.IllegalStateException
            dup
            ldc "connection not yet open"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.getCipherSuite:()Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;

  public java.security.cert.Certificate[] getLocalCertificates();
    descriptor: ()[Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 226
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            ifnull 5
         1: .line 227
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            checkcast java.net.SecureCacheResponse
            invokevirtual java.net.SecureCacheResponse.getLocalCertificateChain:()Ljava/util/List;
            astore 1 /* l */
        start local 1 // java.util.List l
         2: .line 228
            aload 1 /* l */
            ifnonnull 4
         3: .line 229
            aconst_null
            areturn
         4: .line 231
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* l */
            iconst_0
            anewarray java.security.cert.Certificate
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.security.cert.Certificate[]
            areturn
        end local 1 // java.util.List l
         5: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            ifnonnull 7
         6: .line 235
            new java.lang.IllegalStateException
            dup
            ldc "connection not yet open"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.getLocalCertificates:()[Ljava/security/cert/Certificate;
            areturn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            2    5     1     l  Ljava/util/List<Ljava/security/cert/Certificate;>;

  public java.security.cert.Certificate[] getServerCertificates();
    descriptor: ()[Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 248
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            ifnull 7
         1: .line 250
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            checkcast java.net.SecureCacheResponse
         2: .line 251
            invokevirtual java.net.SecureCacheResponse.getServerCertificateChain:()Ljava/util/List;
         3: .line 249
            astore 1 /* l */
        start local 1 // java.util.List l
         4: .line 252
            aload 1 /* l */
            ifnonnull 6
         5: .line 253
            aconst_null
            areturn
         6: .line 255
      StackMap locals: java.util.List
      StackMap stack:
            aload 1 /* l */
            iconst_0
            anewarray java.security.cert.Certificate
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.security.cert.Certificate[]
            areturn
        end local 1 // java.util.List l
         7: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            ifnonnull 9
         8: .line 260
            new java.lang.IllegalStateException
            dup
            ldc "connection not yet open"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.getServerCertificates:()[Ljava/security/cert/Certificate;
            areturn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            4    7     1     l  Ljava/util/List<Ljava/security/cert/Certificate;>;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  java.security.Principal getPeerPrincipal();
    descriptor: ()Ljava/security/Principal;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 273
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            ifnull 2
         1: .line 274
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            checkcast java.net.SecureCacheResponse
            invokevirtual java.net.SecureCacheResponse.getPeerPrincipal:()Ljava/security/Principal;
            areturn
         2: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            ifnonnull 4
         3: .line 278
            new java.lang.IllegalStateException
            dup
            ldc "connection not yet open"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.getPeerPrincipal:()Ljava/security/Principal;
            areturn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  java.security.Principal getLocalPrincipal();
    descriptor: ()Ljava/security/Principal;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 290
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            ifnull 2
         1: .line 291
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            checkcast java.net.SecureCacheResponse
            invokevirtual java.net.SecureCacheResponse.getLocalPrincipal:()Ljava/security/Principal;
            areturn
         2: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            ifnonnull 4
         3: .line 295
            new java.lang.IllegalStateException
            dup
            ldc "connection not yet open"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.getLocalPrincipal:()Ljava/security/Principal;
            areturn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;

  javax.net.ssl.SSLSession getSSLSession();
    descriptor: ()Ljavax/net/ssl/SSLSession;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
         0: .line 302
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            ifnull 5
         1: .line 304
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
            checkcast java.net.SecureCacheResponse
            invokevirtual java.net.SecureCacheResponse.getSSLSession:()Ljava/util/Optional;
         2: .line 303
            astore 1 /* option */
        start local 1 // java.util.Optional option
         3: .line 305
            aload 1 /* option */
            invokevirtual java.util.Optional.isPresent:()Z
            ifeq 5
         4: .line 306
            aload 1 /* option */
            invokevirtual java.util.Optional.orElseThrow:()Ljava/lang/Object;
            checkcast javax.net.ssl.SSLSession
            areturn
        end local 1 // java.util.Optional option
         5: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            ifnonnull 7
         6: .line 311
            new java.lang.IllegalStateException
            dup
            ldc "connection not yet open"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
            checkcast sun.net.www.protocol.https.HttpsClient
            invokevirtual sun.net.www.protocol.https.HttpsClient.getSSLSession:()Ljavax/net/ssl/SSLSession;
            areturn
        end local 0 // sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
            3    5     1  option  Ljava/util/Optional<Ljavax/net/ssl/SSLSession;>;
}
SourceFile: "AbstractDelegateHttpsURLConnection.java"