public class sun.net.www.protocol.https.HttpsURLConnectionImpl extends javax.net.ssl.HttpsURLConnection
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.net.www.protocol.https.HttpsURLConnectionImpl
super_class: javax.net.ssl.HttpsURLConnection
{
protected sun.net.www.protocol.https.DelegateHttpsURLConnection delegate;
descriptor: Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
flags: (0x0004) ACC_PROTECTED
void <init>(java.net.URL, sun.net.www.protocol.https.Handler);
descriptor: (Ljava/net/URL;Lsun/net/www/protocol/https/Handler;)V
flags: (0x0000)
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.HttpsURLConnectionImpl.<init>:(Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/https/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/HttpsURLConnectionImpl;
0 2 1 u Ljava/net/URL;
0 2 2 handler Lsun/net/www/protocol/https/Handler;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
u
handler
static java.net.URL checkURL(java.net.URL);
descriptor: (Ljava/net/URL;)Ljava/net/URL;
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnull 3
1: aload 0
invokevirtual java.net.URL.toExternalForm:()Ljava/lang/String;
bipush 10
invokevirtual java.lang.String.indexOf:(I)I
iconst_m1
if_icmple 3
2: new java.net.MalformedURLException
dup
ldc "Illegal character in URL"
invokespecial java.net.MalformedURLException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals:
StackMap stack:
aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 u Ljava/net/URL;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
u
void <init>(java.net.URL, java.net.Proxy, sun.net.www.protocol.https.Handler);
descriptor: (Ljava/net/URL;Ljava/net/Proxy;Lsun/net/www/protocol/https/Handler;)V
flags: (0x0000)
Code:
stack=7, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokestatic sun.net.www.protocol.https.HttpsURLConnectionImpl.checkURL:(Ljava/net/URL;)Ljava/net/URL;
invokespecial javax.net.ssl.HttpsURLConnection.<init>:(Ljava/net/URL;)V
1: aload 0
new sun.net.www.protocol.https.DelegateHttpsURLConnection
dup
aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.url:Ljava/net/URL;
aload 2
aload 3
aload 0
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
putfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
2: return
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/HttpsURLConnectionImpl;
0 3 1 u Ljava/net/URL;
0 3 2 p Ljava/net/Proxy;
0 3 3 handler Lsun/net/www/protocol/https/Handler;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
u
p
handler
protected void <init>(java.net.URL);
descriptor: (Ljava/net/URL;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial javax.net.ssl.HttpsURLConnection.<init>:(Ljava/net/URL;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 u Ljava/net/URL;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
u
protected void setNewClient(java.net.URL);
descriptor: (Ljava/net/URL;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
iconst_0
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.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/HttpsURLConnectionImpl;
0 2 1 url Ljava/net/URL;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
url
protected void setNewClient(java.net.URL, boolean);
descriptor: (Ljava/net/URL;Z)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
iload 2
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setNewClient:(Ljava/net/URL;Z)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/HttpsURLConnectionImpl;
0 2 1 url Ljava/net/URL;
0 2 2 useCache Z
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
url
useCache
protected void setProxiedClient(java.net.URL, java.lang.String, int);
descriptor: (Ljava/net/URL;Ljava/lang/String;I)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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
aload 2
iload 3
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setProxiedClient:(Ljava/net/URL;Ljava/lang/String;I)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/HttpsURLConnectionImpl;
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
protected void setProxiedClient(java.net.URL, java.lang.String, int, boolean);
descriptor: (Ljava/net/URL;Ljava/lang/String;IZ)V
flags: (0x0004) ACC_PROTECTED
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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
aload 2
iload 3
iload 4
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setProxiedClient:(Ljava/net/URL;Ljava/lang/String;IZ)V
1: return
end local 4 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/HttpsURLConnectionImpl;
0 2 1 url Ljava/net/URL;
0 2 2 proxyHost Ljava/lang/String;
0 2 3 proxyPort I
0 2 4 useCache Z
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
url
proxyHost
proxyPort
useCache
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.connect:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.io.IOException
protected boolean isConnected();
descriptor: ()Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.isConnected:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
protected void setConnected(boolean);
descriptor: (Z)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setConnected:(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/HttpsURLConnectionImpl;
0 2 1 conn Z
MethodParameters:
Name Flags
conn
public java.lang.String getCipherSuite();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getCipherSuite:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public java.security.cert.Certificate[] getLocalCertificates();
descriptor: ()[Ljava/security/cert/Certificate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getLocalCertificates:()[Ljava/security/cert/Certificate;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public java.security.cert.Certificate[] getServerCertificates();
descriptor: ()[Ljava/security/cert/Certificate;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getServerCertificates:()[Ljava/security/cert/Certificate;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws javax.net.ssl.SSLPeerUnverifiedException
public java.security.Principal getPeerPrincipal();
descriptor: ()Ljava/security/Principal;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getPeerPrincipal:()Ljava/security/Principal;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws javax.net.ssl.SSLPeerUnverifiedException
public java.security.Principal getLocalPrincipal();
descriptor: ()Ljava/security/Principal;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getLocalPrincipal:()Ljava/security/Principal;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public synchronized java.io.OutputStream getOutputStream();
descriptor: ()Ljava/io/OutputStream;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getOutputStream:()Ljava/io/OutputStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.io.IOException
public synchronized java.io.InputStream getInputStream();
descriptor: ()Ljava/io/InputStream;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getInputStream:()Ljava/io/InputStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.io.IOException
public java.io.InputStream getErrorStream();
descriptor: ()Ljava/io/InputStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getErrorStream:()Ljava/io/InputStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void disconnect();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.disconnect:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public boolean usingProxy();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.usingProxy:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public java.util.Map<java.lang.String, java.util.List<java.lang.String>> getHeaderFields();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getHeaderFields:()Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
public java.lang.String (java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getHeaderField:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.lang.String (int);
descriptor: (I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getHeaderField:(I)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 n I
MethodParameters:
Name Flags
n
public java.lang.String (int);
descriptor: (I)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldKey:(I)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 n I
MethodParameters:
Name Flags
n
public void setRequestProperty(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
aload 2
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setRequestProperty:(Ljava/lang/String;Ljava/lang/String;)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/HttpsURLConnectionImpl;
0 2 1 key Ljava/lang/String;
0 2 2 value Ljava/lang/String;
MethodParameters:
Name Flags
key
value
public void addRequestProperty(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
aload 2
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.addRequestProperty:(Ljava/lang/String;Ljava/lang/String;)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/HttpsURLConnectionImpl;
0 2 1 key Ljava/lang/String;
0 2 2 value Ljava/lang/String;
MethodParameters:
Name Flags
key
value
public int getResponseCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getResponseCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.io.IOException
public java.lang.String getRequestProperty(java.lang.String);
descriptor: (Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getRequestProperty:(Ljava/lang/String;)Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 key Ljava/lang/String;
MethodParameters:
Name Flags
key
public java.util.Map<java.lang.String, java.util.List<java.lang.String>> getRequestProperties();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getRequestProperties:()Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
public void setInstanceFollowRedirects(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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setInstanceFollowRedirects:(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/HttpsURLConnectionImpl;
0 2 1 shouldFollow Z
MethodParameters:
Name Flags
shouldFollow
public boolean getInstanceFollowRedirects();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getInstanceFollowRedirects:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setRequestMethod(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setRequestMethod:(Ljava/lang/String;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 method Ljava/lang/String;
Exceptions:
throws java.net.ProtocolException
MethodParameters:
Name Flags
method
public java.lang.String getRequestMethod();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getRequestMethod:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public java.lang.String getResponseMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getResponseMessage:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.io.IOException
public long (java.lang.String, long);
descriptor: (Ljava/lang/String;J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
lload 2
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldDate:(Ljava/lang/String;J)J
lreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 name Ljava/lang/String;
0 1 2 Default J
MethodParameters:
Name Flags
name
Default
public java.security.Permission getPermission();
descriptor: ()Ljava/security/Permission;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getPermission:()Ljava/security/Permission;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.io.IOException
public java.net.URL getURL();
descriptor: ()Ljava/net/URL;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getURL:()Ljava/net/URL;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public int getContentLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getContentLength:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public long getContentLengthLong();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getContentLengthLong:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public java.lang.String getContentType();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getContentType:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public java.lang.String getContentEncoding();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getContentEncoding:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public long getExpiration();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getExpiration:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public long getDate();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getDate:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public long getLastModified();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getLastModified:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public int (java.lang.String, int);
descriptor: (Ljava/lang/String;I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
iload 2
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldInt:(Ljava/lang/String;I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 name Ljava/lang/String;
0 1 2 Default I
MethodParameters:
Name Flags
name
Default
public long (java.lang.String, long);
descriptor: (Ljava/lang/String;J)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
lload 2
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getHeaderFieldLong:(Ljava/lang/String;J)J
lreturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 name Ljava/lang/String;
0 1 2 Default J
MethodParameters:
Name Flags
name
Default
public java.lang.Object getContent();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getContent:()Ljava/lang/Object;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.io.IOException
public java.lang.Object getContent(java.lang.Class[]);
descriptor: ([Ljava/lang/Class;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getContent:([Ljava/lang/Class;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 1 1 classes [Ljava/lang/Class;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
classes
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setDoInput(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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setDoInput:(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/HttpsURLConnectionImpl;
0 2 1 doinput Z
MethodParameters:
Name Flags
doinput
public boolean getDoInput();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getDoInput:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setDoOutput(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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setDoOutput:(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/HttpsURLConnectionImpl;
0 2 1 dooutput Z
MethodParameters:
Name Flags
dooutput
public boolean getDoOutput();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getDoOutput:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setAllowUserInteraction(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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setAllowUserInteraction:(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/HttpsURLConnectionImpl;
0 2 1 allowuserinteraction Z
MethodParameters:
Name Flags
allowuserinteraction
public boolean getAllowUserInteraction();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getAllowUserInteraction:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setUseCaches(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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setUseCaches:(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/HttpsURLConnectionImpl;
0 2 1 usecaches Z
MethodParameters:
Name Flags
usecaches
public boolean getUseCaches();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getUseCaches:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setIfModifiedSince(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
lload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setIfModifiedSince:(J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 ifmodifiedsince J
MethodParameters:
Name Flags
ifmodifiedsince
public long getIfModifiedSince();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getIfModifiedSince:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public boolean getDefaultUseCaches();
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.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getDefaultUseCaches:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setDefaultUseCaches(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
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setDefaultUseCaches:(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/HttpsURLConnectionImpl;
0 2 1 defaultusecaches Z
MethodParameters:
Name Flags
defaultusecaches
protected void finalize();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.dispose:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
Exceptions:
throws java.lang.Throwable
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpeq 3
aload 1
instanceof sun.net.www.protocol.https.HttpsURLConnectionImpl
ifeq 2
1: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
checkcast sun.net.www.protocol.https.HttpsURLConnectionImpl
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifne 3
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
StackMap locals:
StackMap stack:
3: iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 4 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setConnectTimeout(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setConnectTimeout:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 timeout I
MethodParameters:
Name Flags
timeout
public int getConnectTimeout();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getConnectTimeout:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setReadTimeout(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setReadTimeout:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 timeout I
MethodParameters:
Name Flags
timeout
public int getReadTimeout();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.getReadTimeout:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
public void setFixedLengthStreamingMode(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setFixedLengthStreamingMode:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 contentLength I
MethodParameters:
Name Flags
contentLength
public void setFixedLengthStreamingMode(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
lload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setFixedLengthStreamingMode:(J)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 contentLength J
MethodParameters:
Name Flags
contentLength
public void setChunkedStreamingMode(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
iload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setChunkedStreamingMode:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 chunklen I
MethodParameters:
Name Flags
chunklen
public void setAuthenticator(java.net.Authenticator);
descriptor: (Ljava/net/Authenticator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.net.www.protocol.https.HttpsURLConnectionImpl.delegate:Lsun/net/www/protocol/https/DelegateHttpsURLConnection;
aload 1
invokevirtual sun.net.www.protocol.https.DelegateHttpsURLConnection.setAuthenticator:(Ljava/net/Authenticator;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/net/www/protocol/https/HttpsURLConnectionImpl;
0 2 1 auth Ljava/net/Authenticator;
MethodParameters:
Name Flags
auth
}
SourceFile: "HttpsURLConnectionImpl.java"