public class sun.net.www.protocol.https.DelegateHttpsURLConnection extends sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.www.protocol.https.DelegateHttpsURLConnection
  super_class: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
{
  public javax.net.ssl.HttpsURLConnection httpsURLConnection;
    descriptor: Ljavax/net/ssl/HttpsURLConnection;
    flags: (0x0001) ACC_PUBLIC

  void <init>(java.net.URL, sun.net.www.protocol.http.Handler, javax.net.ssl.HttpsURLConnection);
    descriptor: (Ljava/net/URL;Lsun/net/www/protocol/http/Handler;Ljavax/net/ssl/HttpsURLConnection;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection this
        start local 1 // java.net.URL url
        start local 2 // sun.net.www.protocol.http.Handler handler
        start local 3 // javax.net.ssl.HttpsURLConnection httpsURLConnection
         0: .line 57
            aload 0 /* this */
            aload 1 /* url */
            aconst_null
            aload 2 /* handler */
            aload 3 /* httpsURLConnection */
            invokespecial sun.net.www.protocol.https.DelegateHttpsURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;Ljavax/net/ssl/HttpsURLConnection;)V
         1: .line 58
            return
        end local 3 // javax.net.ssl.HttpsURLConnection httpsURLConnection
        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.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
            0    2     1                 url  Ljava/net/URL;
            0    2     2             handler  Lsun/net/www/protocol/http/Handler;
            0    2     3  httpsURLConnection  Ljavax/net/ssl/HttpsURLConnection;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                    Name  Flags
      url                 
      handler             
      httpsURLConnection  

  void <init>(java.net.URL, java.net.Proxy, sun.net.www.protocol.http.Handler, javax.net.ssl.HttpsURLConnection);
    descriptor: (Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;Ljavax/net/ssl/HttpsURLConnection;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection 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
        start local 4 // javax.net.ssl.HttpsURLConnection httpsURLConnection
         0: .line 64
            aload 0 /* this */
            aload 1 /* url */
            aload 2 /* p */
            aload 3 /* handler */
            invokespecial sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;)V
         1: .line 65
            aload 0 /* this */
            aload 4 /* httpsURLConnection */
            putfield sun.net.www.protocol.https.DelegateHttpsURLConnection.httpsURLConnection:Ljavax/net/ssl/HttpsURLConnection;
         2: .line 66
            return
        end local 4 // javax.net.ssl.HttpsURLConnection httpsURLConnection
        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.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
            0    3     1                 url  Ljava/net/URL;
            0    3     2                   p  Ljava/net/Proxy;
            0    3     3             handler  Lsun/net/www/protocol/http/Handler;
            0    3     4  httpsURLConnection  Ljavax/net/ssl/HttpsURLConnection;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                    Name  Flags
      url                 
      p                   
      handler             
      httpsURLConnection  

  protected javax.net.ssl.SSLSocketFactory getSSLSocketFactory();
    descriptor: ()Ljavax/net/ssl/SSLSocketFactory;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection this
         0: .line 69
            aload 0 /* this */
            getfield sun.net.www.protocol.https.DelegateHttpsURLConnection.httpsURLConnection:Ljavax/net/ssl/HttpsURLConnection;
            invokevirtual javax.net.ssl.HttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
            areturn
        end local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/https/DelegateHttpsURLConnection;

  protected javax.net.ssl.HostnameVerifier getHostnameVerifier();
    descriptor: ()Ljavax/net/ssl/HostnameVerifier;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection this
         0: .line 73
            aload 0 /* this */
            getfield sun.net.www.protocol.https.DelegateHttpsURLConnection.httpsURLConnection:Ljavax/net/ssl/HttpsURLConnection;
            invokevirtual javax.net.ssl.HttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
            areturn
        end local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/https/DelegateHttpsURLConnection;

  protected void dispose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection this
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         1: .line 83
            return
        end local 0 // sun.net.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "DelegateHttpsURLConnection.java"