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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
aload 2
aload 3
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: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
invokespecial sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;)V
1: aload 0
aload 4
putfield sun.net.www.protocol.https.DelegateHttpsURLConnection.httpsURLConnection:Ljavax/net/ssl/HttpsURLConnection;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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 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 0: aload 0
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 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 0: aload 0
invokespecial java.lang.Object.finalize:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
Exceptions:
throws java.lang.Throwable
}
SourceFile: "DelegateHttpsURLConnection.java"