class sun.net.www.protocol.http.NegotiateAuthentication$1 extends java.lang.ThreadLocal<java.util.HashMap<java.lang.String, sun.net.www.protocol.http.Negotiator>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.NegotiateAuthentication$1
  super_class: java.lang.ThreadLocal
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.NegotiateAuthentication$1 this
         0: .line 122
            aload 0 /* this */
            invokespecial java.lang.ThreadLocal.<init>:()V
            return
        end local 0 // sun.net.www.protocol.http.NegotiateAuthentication$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/NegotiateAuthentication$1;

  protected java.util.HashMap<java.lang.String, sun.net.www.protocol.http.Negotiator> initialValue();
    descriptor: ()Ljava/util/HashMap;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.NegotiateAuthentication$1 this
         0: .line 125
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            areturn
        end local 0 // sun.net.www.protocol.http.NegotiateAuthentication$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/NegotiateAuthentication$1;
    Signature: ()Ljava/util/HashMap<Ljava/lang/String;Lsun/net/www/protocol/http/Negotiator;>;

  protected java.lang.Object initialValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual sun.net.www.protocol.http.NegotiateAuthentication$1.initialValue:()Ljava/util/HashMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ThreadLocal<Ljava/util/HashMap<Ljava/lang/String;Lsun/net/www/protocol/http/Negotiator;>;>;
SourceFile: "NegotiateAuthentication.java"
EnclosingMethod: sun.net.www.protocol.http.NegotiateAuthentication.isSupported:(Lsun/net/www/protocol/http/HttpCallerInfo;)Z
NestHost: sun.net.www.protocol.http.NegotiateAuthentication
InnerClasses:
  sun.net.www.protocol.http.NegotiateAuthentication$1