public abstract class sun.net.www.protocol.http.AuthCacheValue implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: sun.net.www.protocol.http.AuthCacheValue
super_class: java.lang.Object
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: 735249334068211611
protected static sun.net.www.protocol.http.AuthCache cache;
descriptor: Lsun/net/www/protocol/http/AuthCache;
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new sun.net.www.protocol.http.AuthCacheImpl
dup
invokespecial sun.net.www.protocol.http.AuthCacheImpl.<init>:()V
putstatic sun.net.www.protocol.http.AuthCacheValue.cache:Lsun/net/www/protocol/http/AuthCache;
return
LocalVariableTable:
Start End Slot Name Signature
public static void setAuthCache(sun.net.www.protocol.http.AuthCache);
descriptor: (Lsun/net/www/protocol/http/AuthCache;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
putstatic sun.net.www.protocol.http.AuthCacheValue.cache:Lsun/net/www/protocol/http/AuthCache;
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 map Lsun/net/www/protocol/http/AuthCache;
MethodParameters:
Name Flags
map
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: 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/AuthCacheValue;
abstract sun.net.www.protocol.http.AuthCacheValue$Type getAuthType();
descriptor: ()Lsun/net/www/protocol/http/AuthCacheValue$Type;
flags: (0x0400) ACC_ABSTRACT
abstract sun.net.www.protocol.http.AuthScheme getAuthScheme();
descriptor: ()Lsun/net/www/protocol/http/AuthScheme;
flags: (0x0400) ACC_ABSTRACT
abstract java.lang.String getHost();
descriptor: ()Ljava/lang/String;
flags: (0x0400) ACC_ABSTRACT
abstract int getPort();
descriptor: ()I
flags: (0x0400) ACC_ABSTRACT
abstract java.lang.String getRealm();
descriptor: ()Ljava/lang/String;
flags: (0x0400) ACC_ABSTRACT
abstract java.lang.String getPath();
descriptor: ()Ljava/lang/String;
flags: (0x0400) ACC_ABSTRACT
abstract java.lang.String getProtocolScheme();
descriptor: ()Ljava/lang/String;
flags: (0x0400) ACC_ABSTRACT
abstract java.net.PasswordAuthentication credentials();
descriptor: ()Ljava/net/PasswordAuthentication;
flags: (0x0400) ACC_ABSTRACT
}
SourceFile: "AuthCacheValue.java"
NestMembers:
sun.net.www.protocol.http.AuthCacheValue$Type
InnerClasses:
public final Type = sun.net.www.protocol.http.AuthCacheValue$Type of sun.net.www.protocol.http.AuthCacheValue