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 start local 1 start local 2 0: aload 0
aload 1
aconst_null
aload 2
invokespecial sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;)V
1: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokespecial sun.net.www.protocol.http.HttpURLConnection.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/http/Handler;)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/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 start local 1 0: aload 0
aload 1
iconst_0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.setNewClient:(Ljava/net/URL;Z)V
1: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
1: aload 1
2: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
3: iload 2
aload 0
4: 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: aload 0
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: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
iload 3
iconst_0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.setProxiedClient:(Ljava/net/URL;Ljava/lang/String;IZ)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/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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
iload 3
iload 4
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.proxiedConnect:(Ljava/net/URL;Ljava/lang/String;IZ)V
1: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
invokevirtual sun.net.www.http.HttpClient.isCachedConnection:()Z
ifne 3
2: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.doTunneling:()V
3: StackMap locals:
StackMap stack:
aload 0
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: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
3: aload 1
4: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
5: aload 2
iload 3
iload 4
aload 0
6: 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: aload 0
iconst_1
putfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
8: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
ireturn
end local 0 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 start local 1 0: aload 0
iload 1
putfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
1: return
end local 1 end local 0 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 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connected:Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.plainConnect:()V
3: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
ifnull 5
4: return
5: StackMap locals:
StackMap stack:
aload 0
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
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
invokevirtual sun.net.www.http.HttpClient.needsTunneling:()Z
ifeq 7
6: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.doTunneling:()V
7: StackMap locals:
StackMap stack:
aload 0
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: return
end local 0 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 start local 1 start local 2 start local 3 0: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
aload 1
1: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
aload 2
iconst_1
iload 3
2: aload 0
3: 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 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getSSLSocketFactory:()Ljavax/net/ssl/SSLSocketFactory;
aload 1
1: aload 0
invokevirtual sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getHostnameVerifier:()Ljavax/net/ssl/HostnameVerifier;
aload 2
2: iload 4
iload 3
aload 0
3: 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 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
ifnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
ifnonnull 4
3: new java.lang.IllegalStateException
dup
ldc "connection not yet open"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
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 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 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
ifnull 5
1: aload 0
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
start local 1 2: aload 1
ifnonnull 4
3: aconst_null
areturn
4: StackMap locals: java.util.List
StackMap stack:
aload 1
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 5: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
ifnonnull 7
6: new java.lang.IllegalStateException
dup
ldc "connection not yet open"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals:
StackMap stack:
aload 0
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 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 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
ifnull 7
1: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
checkcast java.net.SecureCacheResponse
2: invokevirtual java.net.SecureCacheResponse.getServerCertificateChain:()Ljava/util/List;
3: astore 1
start local 1 4: aload 1
ifnonnull 6
5: aconst_null
areturn
6: StackMap locals: java.util.List
StackMap stack:
aload 1
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 7: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
ifnonnull 9
8: new java.lang.IllegalStateException
dup
ldc "connection not yet open"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
9: StackMap locals:
StackMap stack:
aload 0
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 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 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
ifnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
ifnonnull 4
3: new java.lang.IllegalStateException
dup
ldc "connection not yet open"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
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 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 0: aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.cachedResponse:Ljava/net/CacheResponse;
ifnull 2
1: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.http:Lsun/net/www/http/HttpClient;
ifnonnull 4
3: new java.lang.IllegalStateException
dup
ldc "connection not yet open"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals:
StackMap stack:
aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/net/www/protocol/https/AbstractDelegateHttpsURLConnection;
}
SourceFile: "AbstractDelegateHttpsURLConnection.java"