public class com.sun.net.ssl.internal.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: com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection
  super_class: sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
{
  public com.sun.net.ssl.HttpsURLConnection httpsURLConnection;
    descriptor: Lcom/sun/net/ssl/HttpsURLConnection;
    flags: (0x0001) ACC_PUBLIC

  void <init>(java.net.URL, sun.net.www.protocol.http.Handler, com.sun.net.ssl.HttpsURLConnection);
    descriptor: (Ljava/net/URL;Lsun/net/www/protocol/http/Handler;Lcom/sun/net/ssl/HttpsURLConnection;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.net.ssl.internal.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 // com.sun.net.ssl.HttpsURLConnection httpsURLConnection
         0: .line 74
            aload 0 /* this */
            aload 1 /* url */
            aconst_null
            aload 2 /* handler */
            aload 3 /* httpsURLConnection */
            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
         1: .line 75
            return
        end local 3 // com.sun.net.ssl.HttpsURLConnection httpsURLConnection
        end local 2 // sun.net.www.protocol.http.Handler handler
        end local 1 // java.net.URL url
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/sun/net/ssl/internal/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  Lcom/sun/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, com.sun.net.ssl.HttpsURLConnection);
    descriptor: (Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;Lcom/sun/net/ssl/HttpsURLConnection;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.net.ssl.internal.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 // com.sun.net.ssl.HttpsURLConnection httpsURLConnection
         0: .line 81
            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 82
            aload 0 /* this */
            aload 4 /* httpsURLConnection */
            putfield com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.httpsURLConnection:Lcom/sun/net/ssl/HttpsURLConnection;
         2: .line 83
            return
        end local 4 // com.sun.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 // com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/sun/net/ssl/internal/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  Lcom/sun/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 // com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection this
         0: .line 86
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.httpsURLConnection:Lcom/sun/net/ssl/HttpsURLConnection;
            invokevirtual com.sun.net.ssl.HttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;

  protected javax.net.ssl.HostnameVerifier getHostnameVerifier();
    descriptor: ()Ljavax/net/ssl/HostnameVerifier;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection this
         0: .line 91
            new com.sun.net.ssl.internal.www.protocol.https.VerifierWrapper
            dup
            aload 0 /* this */
            getfield com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection.httpsURLConnection:Lcom/sun/net/ssl/HttpsURLConnection;
            invokevirtual com.sun.net.ssl.HttpsURLConnection.getHostnameVerifier:()Lcom/sun/net/ssl/HostnameVerifier;
            invokespecial com.sun.net.ssl.internal.www.protocol.https.VerifierWrapper.<init>:(Lcom/sun/net/ssl/HostnameVerifier;)V
            areturn
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;

  protected void dispose();
    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.DelegateHttpsURLConnection this
         0: .line 99
            aload 0 /* this */
            invokespecial java.lang.Object.finalize:()V
         1: .line 100
            return
        end local 0 // com.sun.net.ssl.internal.www.protocol.https.DelegateHttpsURLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/net/ssl/internal/www/protocol/https/DelegateHttpsURLConnection;
    Exceptions:
      throws java.lang.Throwable
}
SourceFile: "DelegateHttpsURLConnection.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9")