public final class sun.net.www.protocol.http.HttpCallerInfo
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: sun.net.www.protocol.http.HttpCallerInfo
super_class: java.lang.Object
{
public final java.net.URL url;
descriptor: Ljava/net/URL;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.String host;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.String protocol;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.String prompt;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.String scheme;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final int port;
descriptor: I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.net.InetAddress addr;
descriptor: Ljava/net/InetAddress;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.net.Authenticator$RequestorType authType;
descriptor: Ljava/net/Authenticator$RequestorType;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(sun.net.www.protocol.http.HttpCallerInfo, java.lang.String);
descriptor: (Lsun/net/www/protocol/http/HttpCallerInfo;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield sun.net.www.protocol.http.HttpCallerInfo.url:Ljava/net/URL;
putfield sun.net.www.protocol.http.HttpCallerInfo.url:Ljava/net/URL;
2: aload 0
aload 1
getfield sun.net.www.protocol.http.HttpCallerInfo.host:Ljava/lang/String;
putfield sun.net.www.protocol.http.HttpCallerInfo.host:Ljava/lang/String;
3: aload 0
aload 1
getfield sun.net.www.protocol.http.HttpCallerInfo.protocol:Ljava/lang/String;
putfield sun.net.www.protocol.http.HttpCallerInfo.protocol:Ljava/lang/String;
4: aload 0
aload 1
getfield sun.net.www.protocol.http.HttpCallerInfo.prompt:Ljava/lang/String;
putfield sun.net.www.protocol.http.HttpCallerInfo.prompt:Ljava/lang/String;
5: aload 0
aload 1
getfield sun.net.www.protocol.http.HttpCallerInfo.port:I
putfield sun.net.www.protocol.http.HttpCallerInfo.port:I
6: aload 0
aload 1
getfield sun.net.www.protocol.http.HttpCallerInfo.addr:Ljava/net/InetAddress;
putfield sun.net.www.protocol.http.HttpCallerInfo.addr:Ljava/net/InetAddress;
7: aload 0
aload 1
getfield sun.net.www.protocol.http.HttpCallerInfo.authType:Ljava/net/Authenticator$RequestorType;
putfield sun.net.www.protocol.http.HttpCallerInfo.authType:Ljava/net/Authenticator$RequestorType;
8: aload 0
aload 2
putfield sun.net.www.protocol.http.HttpCallerInfo.scheme:Ljava/lang/String;
9: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/net/www/protocol/http/HttpCallerInfo;
0 10 1 old Lsun/net/www/protocol/http/HttpCallerInfo;
0 10 2 scheme Ljava/lang/String;
MethodParameters:
Name Flags
old
scheme
public void <init>(java.net.URL);
descriptor: (Ljava/net/URL;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.net.www.protocol.http.HttpCallerInfo.url:Ljava/net/URL;
2: aload 0
ldc ""
putfield sun.net.www.protocol.http.HttpCallerInfo.prompt:Ljava/lang/String;
3: aload 0
aload 1
invokevirtual java.net.URL.getHost:()Ljava/lang/String;
putfield sun.net.www.protocol.http.HttpCallerInfo.host:Ljava/lang/String;
4: aload 1
invokevirtual java.net.URL.getPort:()I
istore 2
start local 2 5: iload 2
iconst_m1
if_icmpne 8
6: aload 0
aload 1
invokevirtual java.net.URL.getDefaultPort:()I
putfield sun.net.www.protocol.http.HttpCallerInfo.port:I
7: goto 9
8: StackMap locals: sun.net.www.protocol.http.HttpCallerInfo java.net.URL int
StackMap stack:
aload 0
iload 2
putfield sun.net.www.protocol.http.HttpCallerInfo.port:I
9: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.net.URL.getHost:()Ljava/lang/String;
invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
astore 3
start local 3 10: goto 13
end local 3 StackMap locals:
StackMap stack: java.lang.Exception
11: pop
12: aconst_null
astore 3
start local 3 13: StackMap locals: java.net.InetAddress
StackMap stack:
aload 0
aload 3
putfield sun.net.www.protocol.http.HttpCallerInfo.addr:Ljava/net/InetAddress;
14: aload 0
aload 1
invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
putfield sun.net.www.protocol.http.HttpCallerInfo.protocol:Ljava/lang/String;
15: aload 0
getstatic java.net.Authenticator$RequestorType.SERVER:Ljava/net/Authenticator$RequestorType;
putfield sun.net.www.protocol.http.HttpCallerInfo.authType:Ljava/net/Authenticator$RequestorType;
16: aload 0
ldc ""
putfield sun.net.www.protocol.http.HttpCallerInfo.scheme:Ljava/lang/String;
17: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/net/www/protocol/http/HttpCallerInfo;
0 18 1 url Ljava/net/URL;
5 18 2 p I
10 11 3 ia Ljava/net/InetAddress;
13 18 3 ia Ljava/net/InetAddress;
Exception table:
from to target type
9 10 11 Class java.lang.Exception
MethodParameters:
Name Flags
url
public void <init>(java.net.URL, java.lang.String, int);
descriptor: (Ljava/net/URL;Ljava/lang/String;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.net.www.protocol.http.HttpCallerInfo.url:Ljava/net/URL;
2: aload 0
aload 2
putfield sun.net.www.protocol.http.HttpCallerInfo.host:Ljava/lang/String;
3: aload 0
iload 3
putfield sun.net.www.protocol.http.HttpCallerInfo.port:I
4: aload 0
ldc ""
putfield sun.net.www.protocol.http.HttpCallerInfo.prompt:Ljava/lang/String;
5: aload 0
aconst_null
putfield sun.net.www.protocol.http.HttpCallerInfo.addr:Ljava/net/InetAddress;
6: aload 0
aload 1
invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
putfield sun.net.www.protocol.http.HttpCallerInfo.protocol:Ljava/lang/String;
7: aload 0
getstatic java.net.Authenticator$RequestorType.PROXY:Ljava/net/Authenticator$RequestorType;
putfield sun.net.www.protocol.http.HttpCallerInfo.authType:Ljava/net/Authenticator$RequestorType;
8: aload 0
ldc ""
putfield sun.net.www.protocol.http.HttpCallerInfo.scheme:Ljava/lang/String;
9: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lsun/net/www/protocol/http/HttpCallerInfo;
0 10 1 url Ljava/net/URL;
0 10 2 host Ljava/lang/String;
0 10 3 port I
MethodParameters:
Name Flags
url
host
port
}
SourceFile: "HttpCallerInfo.java"
InnerClasses:
public final RequestorType = java.net.Authenticator$RequestorType of java.net.Authenticator