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
{
  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: .line 48
            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 // sun.net.www.protocol.http.AuthCache map
         0: .line 51
            aload 0 /* map */
            putstatic sun.net.www.protocol.http.AuthCacheValue.cache:Lsun/net/www/protocol/http/AuthCache;
         1: .line 52
            return
        end local 0 // sun.net.www.protocol.http.AuthCache map
      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 // sun.net.www.protocol.http.AuthCacheValue this
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.net.www.protocol.http.AuthCacheValue this
      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