class sun.net.www.protocol.http.HttpURLConnection$11 implements java.security.PrivilegedExceptionAction<java.net.InetAddress>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.net.www.protocol.http.HttpURLConnection$11
super_class: java.lang.Object
{
final sun.net.www.protocol.http.HttpURLConnection this$0;
descriptor: Lsun/net/www/protocol/http/HttpURLConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.String val$finalHost;
descriptor: Ljava/lang/String;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.net.www.protocol.http.HttpURLConnection, java.lang.String);
descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.net.www.protocol.http.HttpURLConnection$11.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
aload 0
aload 2
putfield sun.net.www.protocol.http.HttpURLConnection$11.val$finalHost:Ljava/lang/String;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/http/HttpURLConnection$11;
MethodParameters:
Name Flags
this$0 final
val$finalHost final
public java.net.InetAddress run();
descriptor: ()Ljava/net/InetAddress;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.http.HttpURLConnection$11.val$finalHost:Ljava/lang/String;
invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/http/HttpURLConnection$11;
Exceptions:
throws java.net.UnknownHostException
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.net.www.protocol.http.HttpURLConnection$11.run:()Ljava/net/InetAddress;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/net/InetAddress;>;
SourceFile: "HttpURLConnection.java"
EnclosingMethod: sun.net.www.protocol.http.HttpURLConnection.getHttpProxyAuthentication:(Lsun/net/www/protocol/http/AuthenticationHeader;)Lsun/net/www/protocol/http/AuthenticationInfo;
NestHost: sun.net.www.protocol.http.HttpURLConnection
InnerClasses:
sun.net.www.protocol.http.HttpURLConnection$11