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

  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=3, locals=0, args_size=0
         0: .line 88
            aconst_null
            putstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
         1: .line 96
            new sun.security.action.GetPropertyAction
            dup
            ldc "http.auth.preference"
            invokespecial sun.security.action.GetPropertyAction.<init>:(Ljava/lang/String;)V
         2: .line 95
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.String
            putstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
         3: .line 104
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ifnull 7
         4: .line 105
            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;
         5: .line 106
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ldc "spnego"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
            getstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
            ldc "kerberos"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 107
      StackMap locals:
      StackMap stack:
            ldc "negotiate"
            putstatic sun.net.www.protocol.http.AuthenticationHeader.authPref:Ljava/lang/String;
         7: .line 110
      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 91
            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);
    descriptor: (Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        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
         0: .line 119
            aload 0 /* this */
            aload 1 /* hdrname */
            aload 2 /* response */
            aload 3 /* hci */
            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;Ljava/util/Set;)V
         1: .line 120
            return
        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;
    MethodParameters:
          Name  Flags
      hdrname   
      response  
      hci       

  public void <init>(java.lang.String, sun.net.www.MessageHeader, sun.net.www.protocol.http.HttpCallerInfo, java.util.Set<java.lang.String>);
    descriptor: (Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, 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 // java.util.Set disabledSchemes
         0: .line 129
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 133
            aload 0 /* this */
            aload 3 /* hci */
            putfield sun.net.www.protocol.http.AuthenticationHeader.hci:Lsun/net/www/protocol/http/HttpCallerInfo;
         2: .line 134
            aload 0 /* this */
            aload 2 /* response */
            putfield sun.net.www.protocol.http.AuthenticationHeader.rsp:Lsun/net/www/MessageHeader;
         3: .line 135
            aload 0 /* this */
            aload 1 /* hdrname */
            putfield sun.net.www.protocol.http.AuthenticationHeader.hdrname:Ljava/lang/String;
         4: .line 136
            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;
         5: .line 137
            aload 0 /* this */
            aload 4 /* disabledSchemes */
            invokevirtual sun.net.www.protocol.http.AuthenticationHeader.parse:(Ljava/util/Set;)V
         6: .line 138
            return
        end local 4 // java.util.Set disabledSchemes
        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    7     0             this  Lsun/net/www/protocol/http/AuthenticationHeader;
            0    7     1          hdrname  Ljava/lang/String;
            0    7     2         response  Lsun/net/www/MessageHeader;
            0    7     3              hci  Lsun/net/www/protocol/http/HttpCallerInfo;
            0    7     4  disabledSchemes  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Lsun/net/www/MessageHeader;Lsun/net/www/protocol/http/HttpCallerInfo;Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
                 Name  Flags
      hdrname          
      response         
      hci              
      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 141
            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 158
            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 159
            goto 23
         2: .line 160
      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 162
            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 163
            aload 4 /* hp */
            invokevirtual sun.net.www.HeaderParser.keys:()Ljava/util/Iterator;
            astore 5 /* keys */
        start local 5 // java.util.Iterator keys
         5: .line 165
            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 166
      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 167
            aload 4 /* hp */
            iload 6 /* i */
            invokevirtual sun.net.www.HeaderParser.findValue:(I)Ljava/lang/String;
            ifnonnull 16
        10: .line 168
            iload 7 /* lastSchemeIndex */
            iconst_m1
            if_icmpeq 15
        11: .line 169
            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 170
            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 171
            aload 1 /* disabledSchemes */
            aload 9 /* scheme */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 15
        14: .line 172
            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 174
      StackMap locals:
      StackMap stack:
            iload 6 /* i */
            istore 7 /* lastSchemeIndex */
        16: .line 165
      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 177
            iload 6 /* i */
            iload 7 /* lastSchemeIndex */
            if_icmple 23
        19: .line 178
            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 179
            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 180
            aload 1 /* disabledSchemes */
            aload 9 /* scheme */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifne 23
        22: .line 181
            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 159
      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 188
            aconst_null
            astore 3 /* v */
        start local 3 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue v
        25: .line 189
            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 42
        26: .line 191
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
      StackMap stack:
            aload 3 /* v */
            ifnonnull 32
        27: .line 192
            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 193
            aload 4 /* tmp */
            ifnull 32
        29: .line 194
            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 195
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
      StackMap stack:
            aconst_null
            astore 4 /* tmp */
        31: .line 197
      StackMap locals:
      StackMap stack:
            aload 4 /* tmp */
            astore 3 /* v */
        end local 4 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue tmp
        32: .line 201
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            ifnonnull 38
        33: .line 202
            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 203
            aload 4 /* tmp */
            ifnull 38
        35: .line 214
            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 215
      StackMap locals: sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue
      StackMap stack:
            aconst_null
            astore 4 /* tmp */
        37: .line 217
      StackMap locals:
      StackMap stack:
            aload 4 /* tmp */
            astore 3 /* v */
        end local 4 // sun.net.www.protocol.http.AuthenticationHeader$SchemeMapValue tmp
        38: .line 221
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            ifnonnull 42
        39: .line 222
            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 42
        40: .line 223
            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 42
        41: .line 224
            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 */
        42: .line 229
      StackMap locals:
      StackMap stack:
            aload 3 /* v */
            ifnull 45
        43: .line 230
            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;
        44: .line 231
            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;
        45: .line 233
      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   46     0             this  Lsun/net/www/protocol/http/AuthenticationHeader;
            0   46     1  disabledSchemes  Ljava/util/Set<Ljava/lang/String;>;
            1   46     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   46     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 241
            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 248
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationHeader.preferred:Lsun/net/www/HeaderParser;
            ifnull 2
         1: .line 249
            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 251
      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 258
            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 265
            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