public class sun.net.www.protocol.http.AuthenticationHeader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.net.www.protocol.http.AuthenticationHeader
  super_class: java.lang.Object
{
  sun.net.www.MessageHeader rsp;
    descriptor: Lsun/net/www/MessageHeader;
    flags: (0x0000) 

  sun.net.www.HeaderParser preferred;
    descriptor: Lsun/net/www/HeaderParser;
    flags: (0x0000) 

  java.lang.String preferred_r;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  private final sun.net.www.protocol.http.HttpCallerInfo hci;
    descriptor: Lsun/net/www/protocol/http/HttpCallerInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  boolean dontUseNegotiate;
    descriptor: Z
    flags: (0x0000) 

  static java.lang.String authPref;
    descriptor: Ljava/lang/String;
    flags: (0x0008) ACC_STATIC

  java.lang.String hdrname;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.util.HashMap<java.lang.String, sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue> schemes;
    descriptor: Ljava/util/HashMap;
    flags: (0x0000) 
    Signature: Ljava/util/HashMap<Ljava/lang/String;Lsun/net/www/protocol/http/AuthenticationHeader$SchemeMapValue;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 93
            aconst_null
            putstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
         1: .line 100
            ldc "http.auth.preference"
            invokestatic sun.security.action.GetPropertyAction.privilegedGetProperty:(Ljava/lang/String;)Ljava/lang/String;
            putstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
         2: .line 108
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ifnull 6
         3: .line 109
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            putstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
         4: .line 110
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ldc "spnego"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ldc "kerberos"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 111
      StackMap locals:
      StackMap stack:
            ldc "negotiate"
            putstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
         6: .line 114
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
         0: .line 96
            new java.lang.StringBuilder
            dup
            ldc "AuthenticationHeader: prefer "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.preferred_r:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationHeader;

  public void <init>(java.lang.String, sun.net.www.MessageHeader, sun.net.www.protocol.http.HttpCallerInfo, boolean);
    descriptor: (Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
        start local 1 // java.lang.String hdrname
        start local 2 // sun.net.www.MessageHeader response
        start local 3 // sun.net.www.protocol.http.HttpCallerInfo hci
        start local 4 // boolean dontUseNegotiate
         0: .line 124
            aload 0 /* this */
            aload 1 /* hdrname */
            aload 2 /* response */
            aload 3 /* hci */
            iload 4 /* dontUseNegotiate */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            invokespecial sun.net.www.protocol.http.AuthenticationHeader.<init>:(Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;ZLjava/util/Set;)V
         1: .line 125
            return
        end local 4 // boolean dontUseNegotiate
        end local 3 // sun.net.www.protocol.http.HttpCallerInfo hci
        end local 2 // sun.net.www.MessageHeader response
        end local 1 // java.lang.String hdrname
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lsun/net/www/protocol/http/AuthenticationHeader;
            0    2     1           hdrname  Ljava/lang/String;
            0    2     2          response  Lsun/net/www/MessageHeader;
            0    2     3               hci  Lsun/net/www/protocol/http/HttpCallerInfo;
            0    2     4  dontUseNegotiate  Z
    MethodParameters:
                  Name  Flags
      hdrname           
      response          
      hci               
      dontUseNegotiate  

  public void <init>(java.lang.String, sun.net.www.MessageHeader, sun.net.www.protocol.http.HttpCallerInfo, boolean, java.util.Set<java.lang.String>);
    descriptor: (Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;ZLjava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
        start local 1 // java.lang.String hdrname
        start local 2 // sun.net.www.MessageHeader response
        start local 3 // sun.net.www.protocol.http.HttpCallerInfo hci
        start local 4 // boolean dontUseNegotiate
        start local 5 // java.util.Set disabledSchemes
         0: .line 134
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            iconst_0
            putfield sun.net.www.protocol.http.AuthenticationHeader.dontUseNegotiate:Z
         2: .line 139
            aload 0 /* this */
            aload 3 /* hci */
            putfield sun.net.www.protocol.http.AuthenticationHeader.hci:Lsun/net/www/protocol/http/HttpCallerInfo;
         3: .line 140
            aload 0 /* this */
            iload 4 /* dontUseNegotiate */
            putfield sun.net.www.protocol.http.AuthenticationHeader.dontUseNegotiate:Z
         4: .line 141
            aload 0 /* this */
            aload 2 /* response */
            putfield sun.net.www.protocol.http.AuthenticationHeader.rsp:Lsun/net/www/MessageHeader;
         5: .line 142
            aload 0 /* this */
            aload 1 /* hdrname */
            putfield sun.net.www.protocol.http.AuthenticationHeader.hdrname:Ljava/lang/String;
         6: .line 143
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
         7: .line 144
            aload 0 /* this */
            aload 5 /* disabledSchemes */
            invokevirtual sun.net.www.protocol.http.AuthenticationHeader.parse:(Ljava/util/Set;)V
         8: .line 145
            return
        end local 5 // java.util.Set disabledSchemes
        end local 4 // boolean dontUseNegotiate
        end local 3 // sun.net.www.protocol.http.HttpCallerInfo hci
        end local 2 // sun.net.www.MessageHeader response
        end local 1 // java.lang.String hdrname
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lsun/net/www/protocol/http/AuthenticationHeader;
            0    9     1           hdrname  Ljava/lang/String;
            0    9     2          response  Lsun/net/www/MessageHeader;
            0    9     3               hci  Lsun/net/www/protocol/http/HttpCallerInfo;
            0    9     4  dontUseNegotiate  Z
            0    9     5   disabledSchemes  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;ZLjava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
                  Name  Flags
      hdrname           
      response          
      hci               
      dontUseNegotiate  
      disabledSchemes   

  public sun.net.www.protocol.http.HttpCallerInfo getHttpCallerInfo();
    descriptor: ()Lsun/net/www/protocol/http/HttpCallerInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
         0: .line 148
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.hci:Lsun/net/www/protocol/http/HttpCallerInfo;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationHeader;

  private void parse(java.util.Set<java.lang.String>);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
        start local 1 // java.util.Set disabledSchemes
         0: .line 165
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.rsp:Lsun/net/www/MessageHeader;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.hdrname:Ljava/lang/String;
            invokevirtual sun.net.www.MessageHeader.multiValueIterator:(Ljava/lang/String;)Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: .line 166
            goto 23
         2: .line 167
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* raw */
        start local 3 // java.lang.String raw
         3: .line 169
            new sun.net.www.HeaderParser
            dup
            aload 3 /* raw */
            invokespecial sun.net.www.HeaderParser.<init>:(Ljava/lang/String;)V
            astore 4 /* hp */
        start local 4 // sun.net.www.HeaderParser hp
         4: .line 170
            aload 4 /* hp */
            invokevirtual sun.net.www.HeaderParser.keys:()Ljava/util/Iterator;
            astore 5 /* keys */
        start local 5 // java.util.Iterator keys
         5: .line 172
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: iconst_m1
            istore 7 /* lastSchemeIndex */
        start local 7 // int lastSchemeIndex
         7: goto 17
         8: .line 173
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader java.util.Set java.util.Iterator java.lang.String sun.net.www.HeaderParser java.util.Iterator int int
      StackMap stack:
            aload 5 /* keys */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            pop
         9: .line 174
            aload 4 /* hp */
            iload 6 /* i */
            invokevirtual sun.net.www.HeaderParser.findValue:(I)Ljava/lang/String;
            ifnonnull 16
        10: .line 175
            iload 7 /* lastSchemeIndex */
            iconst_m1
            if_icmpeq 15
        11: .line 176
            aload 4 /* hp */
            iload 7 /* lastSchemeIndex */
            iload 6 /* i */
            invokevirtual sun.net.www.HeaderParser.subsequence:(II)Lsun/net/www/HeaderParser;
            astore 8 /* hpn */
        start local 8 // sun.net.www.HeaderParser hpn
        12: .line 177
            aload 8 /* hpn */
            iconst_0
            invokevirtual sun.net.www.HeaderParser.findKey:(I)Ljava/lang/String;
            astore 9 /* scheme */
        start local 9 // java.lang.String scheme
        13: .line 178
            aload 1 /* disabledSchemes */
            aload 9 /* scheme */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 15
        14: .line 179
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            aload 9 /* scheme */
            new sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            dup
            aload 8 /* hpn */
            aload 3 /* raw */
            invokespecial sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue.<init>:(Lsun/net/www/HeaderParser;Ljava/lang/String;)V
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // java.lang.String scheme
        end local 8 // sun.net.www.HeaderParser hpn
        15: .line 181
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            istore 7 /* lastSchemeIndex */
        16: .line 172
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: aload 5 /* keys */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        18: .line 184
            iload 6 /* i */
            iload 7 /* lastSchemeIndex */
            if_icmple 23
        19: .line 185
            aload 4 /* hp */
            iload 7 /* lastSchemeIndex */
            iload 6 /* i */
            invokevirtual sun.net.www.HeaderParser.subsequence:(II)Lsun/net/www/HeaderParser;
            astore 8 /* hpn */
        start local 8 // sun.net.www.HeaderParser hpn
        20: .line 186
            aload 8 /* hpn */
            iconst_0
            invokevirtual sun.net.www.HeaderParser.findKey:(I)Ljava/lang/String;
            astore 9 /* scheme */
        start local 9 // java.lang.String scheme
        21: .line 187
            aload 1 /* disabledSchemes */
            aload 9 /* scheme */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 23
        22: .line 188
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            aload 9 /* scheme */
            new sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            dup
            aload 8 /* hpn */
            aload 3 /* raw */
            invokespecial sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue.<init>:(Lsun/net/www/HeaderParser;Ljava/lang/String;)V
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // java.lang.String scheme
        end local 8 // sun.net.www.HeaderParser hpn
        end local 7 // int lastSchemeIndex
        end local 6 // int i
        end local 5 // java.util.Iterator keys
        end local 4 // sun.net.www.HeaderParser hp
        end local 3 // java.lang.String raw
        23: .line 166
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader java.util.Set java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        24: .line 195
            aconst_null
            astore 3 /* v */
        start local 3 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue v
        25: .line 196
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ifnull 26
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            dup
            astore 3 /* v */
            ifnonnull 44
        26: .line 198
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
      StackMap stack:
            aload 3 /* v */
            ifnonnull 32
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.dontUseNegotiate:Z
            ifne 32
        27: .line 199
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            ldc "negotiate"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            astore 4 /* tmp */
        start local 4 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue tmp
        28: .line 200
            aload 4 /* tmp */
            ifnull 32
        29: .line 201
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.hci:Lsun/net/www/protocol/http/HttpCallerInfo;
            ifnull 30
            new sun.net.www.protocol.http.HttpCallerInfo
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.hci:Lsun/net/www/protocol/http/HttpCallerInfo;
            ldc "Negotiate"
            invokespecial sun.net.www.protocol.http.HttpCallerInfo.<init>:(Lsun/net/www/protocol/http/HttpCallerInfo;Ljava/lang/String;)V
            invokestatic sun.net.www.protocol.http.NegotiateAuthentication.isSupported:(Lsun/net/www/protocol/http/HttpCallerInfo;)Z
            ifne 31
        30: .line 202
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
      StackMap stack:
            aconst_null
            astore 4 /* tmp */
        31: .line 204
      StackMap locals:
      StackMap stack:
            aload 4 /* tmp */
            astore 3 /* v */
        end local 4 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue tmp
        32: .line 208
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            ifnonnull 38
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.dontUseNegotiate:Z
            ifne 38
        33: .line 209
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            ldc "kerberos"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            astore 4 /* tmp */
        start local 4 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue tmp
        34: .line 210
            aload 4 /* tmp */
            ifnull 38
        35: .line 221
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.hci:Lsun/net/www/protocol/http/HttpCallerInfo;
            ifnull 36
            new sun.net.www.protocol.http.HttpCallerInfo
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.hci:Lsun/net/www/protocol/http/HttpCallerInfo;
            ldc "Kerberos"
            invokespecial sun.net.www.protocol.http.HttpCallerInfo.<init>:(Lsun/net/www/protocol/http/HttpCallerInfo;Ljava/lang/String;)V
            invokestatic sun.net.www.protocol.http.NegotiateAuthentication.isSupported:(Lsun/net/www/protocol/http/HttpCallerInfo;)Z
            ifne 37
        36: .line 222
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
      StackMap stack:
            aconst_null
            astore 4 /* tmp */
        37: .line 224
      StackMap locals:
      StackMap stack:
            aload 4 /* tmp */
            astore 3 /* v */
        end local 4 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue tmp
        38: .line 228
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            ifnonnull 46
        39: .line 229
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            ldc "digest"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            dup
            astore 3 /* v */
            ifnonnull 46
        40: .line 230
            getstatic sun.net.www.protocol.http.NTLMAuthenticationProxy.supported:Z
            ifeq 42
        41: .line 231
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            ldc "ntlm"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            dup
            astore 3 /* v */
            ifnonnull 46
        42: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.schemes:Ljava/util/HashMap;
            ldc "basic"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
            astore 3 /* v */
        43: .line 236
            goto 46
        44: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.dontUseNegotiate:Z
            ifeq 46
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ldc "negotiate"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 46
        45: .line 238
            aconst_null
            astore 3 /* v */
        46: .line 242
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            ifnull 49
        47: .line 243
            aload 0 /* this */
            aload 3 /* v */
            getfield sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue.parser:Lsun/net/www/HeaderParser;
            putfield sun.net.www.protocol.http.AuthenticationHeader.preferred:Lsun/net/www/HeaderParser;
        48: .line 244
            aload 0 /* this */
            aload 3 /* v */
            getfield sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue.raw:Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationHeader.preferred_r:Ljava/lang/String;
        49: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 3 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue v
        end local 2 // java.util.Iterator iter
        end local 1 // java.util.Set disabledSchemes
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   50     0             this  Lsun/net/www/protocol/http/AuthenticationHeader;
            0   50     1  disabledSchemes  Ljava/util/Set<Ljava/lang/String;>;
            1   50     2             iter  Ljava/util/Iterator<Ljava/lang/String;>;
            3   23     3              raw  Ljava/lang/String;
            4   23     4               hp  Lsun/net/www/HeaderParser;
            5   23     5             keys  Ljava/util/Iterator<Ljava/lang/String;>;
            6   23     6                i  I
            7   23     7  lastSchemeIndex  I
           12   15     8              hpn  Lsun/net/www/HeaderParser;
           13   15     9           scheme  Ljava/lang/String;
           20   23     8              hpn  Lsun/net/www/HeaderParser;
           21   23     9           scheme  Ljava/lang/String;
           25   50     3                v  Lsun/net/www/protocol/http/AuthenticationHeader$SchemeMapValue;
           28   32     4              tmp  Lsun/net/www/protocol/http/AuthenticationHeader$SchemeMapValue;
           34   38     4              tmp  Lsun/net/www/protocol/http/AuthenticationHeader$SchemeMapValue;
    Signature: (Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
                 Name  Flags
      disabledSchemes  

  public sun.net.www.HeaderParser headerParser();
    descriptor: ()Lsun/net/www/HeaderParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
         0: .line 254
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.preferred:Lsun/net/www/HeaderParser;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationHeader;

  public java.lang.String scheme();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
         0: .line 261
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.preferred:Lsun/net/www/HeaderParser;
            ifnull 2
         1: .line 262
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.preferred:Lsun/net/www/HeaderParser;
            iconst_0
            invokevirtual sun.net.www.HeaderParser.findKey:(I)Ljava/lang/String;
            areturn
         2: .line 264
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/net/www/protocol/http/AuthenticationHeader;

  public java.lang.String raw();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
         0: .line 271
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.preferred_r:Ljava/lang/String;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationHeader;

  public boolean isPresent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationHeader this
         0: .line 278
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.preferred:Lsun/net/www/HeaderParser;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.net.www.protocol.http.AuthenticationHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/net/www/protocol/http/AuthenticationHeader;
}
SourceFile: "AuthenticationHeader.java"
NestMembers:
  sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
InnerClasses:
  SchemeMapValue = sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue of sun.net.www.protocol.http.AuthenticationHeader