class sun.net.www.http.KeepAliveEntry
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.net.www.http.KeepAliveEntry
super_class: java.lang.Object
{
sun.net.www.http.HttpClient hc;
descriptor: Lsun/net/www/http/HttpClient;
flags: (0x0000)
long idleStartTime;
descriptor: J
flags: (0x0000)
void <init>(sun.net.www.http.HttpClient, long);
descriptor: (Lsun/net/www/http/HttpClient;J)V
flags: (0x0000)
Code:
stack=3, locals=4, 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
putfield sun.net.www.http.KeepAliveEntry.hc:Lsun/net/www/http/HttpClient;
2: aload 0
lload 2
putfield sun.net.www.http.KeepAliveEntry.idleStartTime:J
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/net/www/http/KeepAliveEntry;
0 4 1 hc Lsun/net/www/http/HttpClient;
0 4 2 idleStartTime J
MethodParameters:
Name Flags
hc
idleStartTime
}
SourceFile: "KeepAliveCache.java"