abstract class sun.net.www.protocol.http.AuthenticationInfo extends sun.net.www.protocol.http.AuthCacheValue implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.net.www.protocol.http.AuthenticationInfo
  super_class: sun.net.www.protocol.http.AuthCacheValue
{
  static final char SERVER_AUTHENTICATION;
    descriptor: C
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 115

  static final char PROXY_AUTHENTICATION;
    descriptor: C
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 112

  static final boolean serializeAuth;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  protected transient java.net.PasswordAuthentication pw;
    descriptor: Ljava/net/PasswordAuthentication;
    flags: (0x0084) ACC_PROTECTED, ACC_TRANSIENT

  private static java.util.HashMap requests;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  char type;
    descriptor: C
    flags: (0x0000) 

  sun.net.www.protocol.http.AuthScheme authScheme;
    descriptor: Lsun/net/www/protocol/http/AuthScheme;
    flags: (0x0000) 

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

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

  int port;
    descriptor: I
    flags: (0x0000) 

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

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

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

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 54
            ldc Lsun/net/www/protocol/http/AuthenticationInfo;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
         3: .line 70
            new sun.security.action.GetBooleanAction
            dup
         4: .line 71
            ldc "http.auth.serializeRequests"
         5: .line 70
            invokespecial sun.security.action.GetBooleanAction.<init>:(Ljava/lang/String;)V
         6: .line 69
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
         7: .line 71
            invokevirtual java.lang.Boolean.booleanValue:()Z
         8: .line 69
            putstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
         9: .line 125
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.net.PasswordAuthentication credentials();
    descriptor: ()Ljava/net/PasswordAuthentication;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 79
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  public sun.net.www.protocol.http.AuthCacheValue$Type getAuthType();
    descriptor: ()Lsun/net/www/protocol/http/AuthCacheValue$Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 83
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            bipush 115
            if_icmpne 2
         1: .line 84
            getstatic sun.net.www.protocol.http.AuthCacheValue$Type.Server:Lsun/net/www/protocol/http/AuthCacheValue$Type;
            goto 3
         2: .line 85
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthCacheValue$Type.Proxy:Lsun/net/www/protocol/http/AuthCacheValue$Type;
         3: .line 83
      StackMap locals:
      StackMap stack: sun.net.www.protocol.http.AuthCacheValue$Type
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  sun.net.www.protocol.http.AuthScheme getAuthScheme();
    descriptor: ()Lsun/net/www/protocol/http/AuthScheme;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 89
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

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

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 96
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            ireturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

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

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

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

  protected boolean useAuthCache();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 115
            iconst_1
            ireturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  private static boolean requestIsInProgress(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.String key
         0: .line 132
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 2
         1: .line 134
            iconst_0
            ireturn
         2: .line 136
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         3: .line 138
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            astore 3 /* c */
        start local 3 // java.lang.Thread c
         4: .line 139
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Thread
            dup
            astore 2 /* t */
        start local 2 // java.lang.Thread t
         5: ifnonnull 9
         6: .line 140
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            aload 3 /* c */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 141
            aload 1
            monitorexit
         8: iconst_0
            ireturn
         9: .line 143
      StackMap locals: java.util.HashMap java.lang.Thread java.lang.Thread
      StackMap stack:
            aload 2 /* t */
            aload 3 /* c */
            if_acmpne 15
        10: .line 144
            aload 1
            monitorexit
        11: iconst_0
            ireturn
        12: .line 148
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            invokevirtual java.lang.Object.wait:()V
        13: .line 149
            goto 15
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
        14: pop
        15: .line 146
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifne 12
        end local 3 // java.lang.Thread c
        end local 2 // java.lang.Thread t
        16: .line 136
            aload 1
            monitorexit
        17: goto 20
      StackMap locals: java.lang.String java.util.HashMap
      StackMap stack: java.lang.Throwable
        18: aload 1
            monitorexit
        19: athrow
        20: .line 153
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0   key  Ljava/lang/String;
            5   16     2     t  Ljava/lang/Thread;
            4   16     3     c  Ljava/lang/Thread;
      Exception table:
        from    to  target  type
          12    13      14  Class java.lang.InterruptedException
           3     8      18  any
           9    11      18  any
          12    17      18  any
          18    19      18  any
    MethodParameters:
      Name  Flags
      key   

  private static void requestCompleted(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.lang.String key
         0: .line 160
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         1: .line 161
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            aload 0 /* key */
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: java.util.HashMap
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 2 /* waspresent */
        start local 2 // boolean waspresent
         4: .line 162
            getstatic sun.net.www.protocol.http.AuthenticationInfo.$assertionsDisabled:Z
            ifne 5
            iload 2 /* waspresent */
            ifne 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 163
      StackMap locals: int
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            invokevirtual java.lang.Object.notifyAll:()V
        end local 2 // boolean waspresent
         6: .line 160
            aload 1
            monitorexit
         7: goto 10
      StackMap locals: java.lang.String java.util.HashMap
      StackMap stack: java.lang.Throwable
         8: aload 1
            monitorexit
         9: athrow
        10: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0         key  Ljava/lang/String;
            4    6     2  waspresent  Z
      Exception table:
        from    to  target  type
           1     7       8  any
           8     9       8  any
    MethodParameters:
      Name  Flags
      key   

  void <init>(char, sun.net.www.protocol.http.AuthScheme, java.lang.String, int, java.lang.String);
    descriptor: (CLsun/net/www/protocol/http/AuthScheme;Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // char type
        start local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        start local 3 // java.lang.String host
        start local 4 // int port
        start local 5 // java.lang.String realm
         0: .line 200
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.AuthCacheValue.<init>:()V
         1: .line 201
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.net.www.protocol.http.AuthenticationInfo.type:C
         2: .line 202
            aload 0 /* this */
            aload 2 /* authScheme */
            putfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
         3: .line 203
            aload 0 /* this */
            ldc ""
            putfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
         4: .line 204
            aload 0 /* this */
            aload 3 /* host */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
         5: .line 205
            aload 0 /* this */
            iload 4 /* port */
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         6: .line 206
            aload 0 /* this */
            aload 5 /* realm */
            putfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
         7: .line 207
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
         8: .line 208
            return
        end local 5 // java.lang.String realm
        end local 4 // int port
        end local 3 // java.lang.String host
        end local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        end local 1 // char type
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0    9     1        type  C
            0    9     2  authScheme  Lsun/net/www/protocol/http/AuthScheme;
            0    9     3        host  Ljava/lang/String;
            0    9     4        port  I
            0    9     5       realm  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      type        
      authScheme  
      host        
      port        
      realm       

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 212
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
         1: areturn
         2: .line 213
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         3: .line 215
            aconst_null
            areturn
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  void <init>(char, sun.net.www.protocol.http.AuthScheme, java.net.URL, java.lang.String);
    descriptor: (CLsun/net/www/protocol/http/AuthScheme;Ljava/net/URL;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=5
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // char type
        start local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        start local 3 // java.net.URL url
        start local 4 // java.lang.String realm
         0: .line 223
            aload 0 /* this */
            invokespecial sun.net.www.protocol.http.AuthCacheValue.<init>:()V
         1: .line 224
            aload 0 /* this */
            iload 1 /* type */
            putfield sun.net.www.protocol.http.AuthenticationInfo.type:C
         2: .line 225
            aload 0 /* this */
            aload 2 /* authScheme */
            putfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
         3: .line 226
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
         4: .line 227
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
         5: .line 228
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getPort:()I
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         6: .line 229
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            iconst_m1
            if_icmpne 8
         7: .line 230
            aload 0 /* this */
            aload 3 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            putfield sun.net.www.protocol.http.AuthenticationInfo.port:I
         8: .line 232
      StackMap locals: sun.net.www.protocol.http.AuthenticationInfo int sun.net.www.protocol.http.AuthScheme java.net.URL java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 4 /* realm */
            putfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
         9: .line 234
            aload 3 /* url */
            invokevirtual java.net.URL.getPath:()Ljava/lang/String;
            astore 5 /* urlPath */
        start local 5 // java.lang.String urlPath
        10: .line 235
            aload 5 /* urlPath */
            invokevirtual java.lang.String.length:()I
            ifne 12
        11: .line 236
            aload 0 /* this */
            aload 5 /* urlPath */
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
            goto 13
        12: .line 238
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 5 /* urlPath */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.reducePath:(Ljava/lang/String;)Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.path:Ljava/lang/String;
        13: .line 241
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.String urlPath
        end local 4 // java.lang.String realm
        end local 3 // java.net.URL url
        end local 2 // sun.net.www.protocol.http.AuthScheme authScheme
        end local 1 // char type
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0   14     1        type  C
            0   14     2  authScheme  Lsun/net/www/protocol/http/AuthScheme;
            0   14     3         url  Ljava/net/URL;
            0   14     4       realm  Ljava/lang/String;
           10   14     5     urlPath  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      type        
      authScheme  
      url         
      realm       

  static java.lang.String reducePath(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.lang.String urlPath
         0: .line 249
            aload 0 /* urlPath */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 1 /* sepIndex */
        start local 1 // int sepIndex
         1: .line 250
            aload 0 /* urlPath */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 2 /* targetSuffixIndex */
        start local 2 // int targetSuffixIndex
         2: .line 251
            iload 1 /* sepIndex */
            iconst_m1
            if_icmpeq 6
         3: .line 252
            iload 1 /* sepIndex */
            iload 2 /* targetSuffixIndex */
            if_icmpge 5
         4: .line 253
            aload 0 /* urlPath */
            iconst_0
            iload 1 /* sepIndex */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
         5: .line 255
      StackMap locals: int int
      StackMap stack:
            aload 0 /* urlPath */
            areturn
         6: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* urlPath */
            areturn
        end local 2 // int targetSuffixIndex
        end local 1 // int sepIndex
        end local 0 // java.lang.String urlPath
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0            urlPath  Ljava/lang/String;
            1    7     1           sepIndex  I
            2    7     2  targetSuffixIndex  I
    MethodParameters:
         Name  Flags
      urlPath  

  static sun.net.www.protocol.http.AuthenticationInfo getServerAuth(java.net.URL);
    descriptor: (Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.net.URL url
         0: .line 266
            aload 0 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 1 /* port */
        start local 1 // int port
         1: .line 267
            iload 1 /* port */
            iconst_m1
            if_icmpne 3
         2: .line 268
            aload 0 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            istore 1 /* port */
         3: .line 270
      StackMap locals: int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "s:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 271
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         5: .line 270
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* key */
        start local 2 // java.lang.String key
         6: .line 272
            aload 2 /* key */
            aload 0 /* url */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.getAuth:(Ljava/lang/String;Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
            areturn
        end local 2 // java.lang.String key
        end local 1 // int port
        end local 0 // java.net.URL url
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0   url  Ljava/net/URL;
            1    7     1  port  I
            6    7     2   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      url   

  static sun.net.www.protocol.http.AuthenticationInfo getServerAuth(java.net.URL, java.lang.String, sun.net.www.protocol.http.AuthScheme);
    descriptor: (Ljava/net/URL;Ljava/lang/String;Lsun/net/www/protocol/http/AuthScheme;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // java.net.URL url
        start local 1 // java.lang.String realm
        start local 2 // sun.net.www.protocol.http.AuthScheme scheme
         0: .line 282
            aload 0 /* url */
            invokevirtual java.net.URL.getPort:()I
            istore 3 /* port */
        start local 3 // int port
         1: .line 283
            iload 3 /* port */
            iconst_m1
            if_icmpne 3
         2: .line 284
            aload 0 /* url */
            invokevirtual java.net.URL.getDefaultPort:()I
            istore 3 /* port */
         3: .line 286
      StackMap locals: int
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "s:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* scheme */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* url */
            invokevirtual java.net.URL.getProtocol:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 287
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* url */
            invokevirtual java.net.URL.getHost:()Ljava/lang/String;
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* realm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 286
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* key */
        start local 4 // java.lang.String key
         6: .line 288
            aload 4 /* key */
            aconst_null
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.getAuth:(Ljava/lang/String;Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
            astore 5 /* cached */
        start local 5 // sun.net.www.protocol.http.AuthenticationInfo cached
         7: .line 289
            aload 5 /* cached */
            ifnonnull 9
            aload 4 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.requestIsInProgress:(Ljava/lang/String;)Z
            ifeq 9
         8: .line 291
            aload 4 /* key */
            aconst_null
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.getAuth:(Ljava/lang/String;Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
            astore 5 /* cached */
         9: .line 293
      StackMap locals: java.lang.String sun.net.www.protocol.http.AuthenticationInfo
      StackMap stack:
            aload 5 /* cached */
            areturn
        end local 5 // sun.net.www.protocol.http.AuthenticationInfo cached
        end local 4 // java.lang.String key
        end local 3 // int port
        end local 2 // sun.net.www.protocol.http.AuthScheme scheme
        end local 1 // java.lang.String realm
        end local 0 // java.net.URL url
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0     url  Ljava/net/URL;
            0   10     1   realm  Ljava/lang/String;
            0   10     2  scheme  Lsun/net/www/protocol/http/AuthScheme;
            1   10     3    port  I
            6   10     4     key  Ljava/lang/String;
            7   10     5  cached  Lsun/net/www/protocol/http/AuthenticationInfo;
    MethodParameters:
        Name  Flags
      url     
      realm   
      scheme  

  static sun.net.www.protocol.http.AuthenticationInfo getAuth(java.lang.String, java.net.URL);
    descriptor: (Ljava/lang/String;Ljava/net/URL;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String key
        start local 1 // java.net.URL url
         0: .line 302
            aload 1 /* url */
            ifnonnull 2
         1: .line 303
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* key */
            aconst_null
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            areturn
         2: .line 305
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* key */
            aload 1 /* url */
            invokevirtual java.net.URL.getPath:()Ljava/lang/String;
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            areturn
        end local 1 // java.net.URL url
        end local 0 // java.lang.String key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   key  Ljava/lang/String;
            0    3     1   url  Ljava/net/URL;
    MethodParameters:
      Name  Flags
      key   
      url   

  static sun.net.www.protocol.http.AuthenticationInfo getProxyAuth(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // java.lang.String host
        start local 1 // int port
         0: .line 315
            new java.lang.StringBuilder
            dup
            ldc "p::"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* host */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* key */
        start local 2 // java.lang.String key
         1: .line 316
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 2 /* key */
            aconst_null
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            astore 3 /* result */
        start local 3 // sun.net.www.protocol.http.AuthenticationInfo result
         2: .line 317
            aload 3 /* result */
            areturn
        end local 3 // sun.net.www.protocol.http.AuthenticationInfo result
        end local 2 // java.lang.String key
        end local 1 // int port
        end local 0 // java.lang.String host
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    host  Ljava/lang/String;
            0    3     1    port  I
            1    3     2     key  Ljava/lang/String;
            2    3     3  result  Lsun/net/www/protocol/http/AuthenticationInfo;
    MethodParameters:
      Name  Flags
      host  
      port  

  static sun.net.www.protocol.http.AuthenticationInfo getProxyAuth(java.lang.String, int, java.lang.String, sun.net.www.protocol.http.AuthScheme);
    descriptor: (Ljava/lang/String;ILjava/lang/String;Lsun/net/www/protocol/http/AuthScheme;)Lsun/net/www/protocol/http/AuthenticationInfo;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // java.lang.String host
        start local 1 // int port
        start local 2 // java.lang.String realm
        start local 3 // sun.net.www.protocol.http.AuthScheme scheme
         0: .line 326
            new java.lang.StringBuilder
            dup
            ldc "p:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* scheme */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "::"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* host */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 327
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* port */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* realm */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 326
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 4 /* key */
        start local 4 // java.lang.String key
         3: .line 328
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 4 /* key */
            aconst_null
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            astore 5 /* cached */
        start local 5 // sun.net.www.protocol.http.AuthenticationInfo cached
         4: .line 329
            aload 5 /* cached */
            ifnonnull 6
            aload 4 /* key */
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.requestIsInProgress:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 331
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 4 /* key */
            aconst_null
            invokeinterface sun.net.www.protocol.http.AuthCache.get:(Ljava/lang/String;Ljava/lang/String;)Lsun/net/www/protocol/http/AuthCacheValue;
            checkcast sun.net.www.protocol.http.AuthenticationInfo
            astore 5 /* cached */
         6: .line 333
      StackMap locals: java.lang.String sun.net.www.protocol.http.AuthenticationInfo
      StackMap stack:
            aload 5 /* cached */
            areturn
        end local 5 // sun.net.www.protocol.http.AuthenticationInfo cached
        end local 4 // java.lang.String key
        end local 3 // sun.net.www.protocol.http.AuthScheme scheme
        end local 2 // java.lang.String realm
        end local 1 // int port
        end local 0 // java.lang.String host
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    host  Ljava/lang/String;
            0    7     1    port  I
            0    7     2   realm  Ljava/lang/String;
            0    7     3  scheme  Lsun/net/www/protocol/http/AuthScheme;
            3    7     4     key  Ljava/lang/String;
            4    7     5  cached  Lsun/net/www/protocol/http/AuthenticationInfo;
    MethodParameters:
        Name  Flags
      host    
      port    
      realm   
      scheme  

  void addToCache();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 341
            aload 0 /* this */
            iconst_1
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            astore 1 /* key */
        start local 1 // java.lang.String key
         1: .line 342
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.useAuthCache:()Z
            ifeq 5
         2: .line 343
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 1 /* key */
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.put:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         3: .line 344
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.supportsPreemptiveAuthorization:()Z
            ifeq 5
         4: .line 345
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* this */
            iconst_0
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.put:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         5: .line 348
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.endAuthRequest:()V
         6: .line 349
            return
        end local 1 // java.lang.String key
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
            1    7     1   key  Ljava/lang/String;

  void endAuthRequest();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 352
            getstatic sun.net.www.protocol.http.AuthenticationInfo.serializeAuth:Z
            ifne 2
         1: .line 353
            return
         2: .line 355
      StackMap locals:
      StackMap stack:
            getstatic sun.net.www.protocol.http.AuthenticationInfo.requests:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         3: .line 356
            aload 0 /* this */
            iconst_1
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            invokestatic sun.net.www.protocol.http.AuthenticationInfo.requestCompleted:(Ljava/lang/String;)V
         4: .line 355
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: sun.net.www.protocol.http.AuthenticationInfo java.util.HashMap
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 358
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any

  void removeFromCache();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
         0: .line 364
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* this */
            iconst_1
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.remove:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         1: .line 365
            aload 0 /* this */
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.supportsPreemptiveAuthorization:()Z
            ifeq 3
         2: .line 366
            getstatic sun.net.www.protocol.http.AuthenticationInfo.cache:Lsun/net/www/protocol/http/AuthCache;
            aload 0 /* this */
            iconst_0
            invokevirtual sun.net.www.protocol.http.AuthenticationInfo.cacheKey:(Z)Ljava/lang/String;
            aload 0 /* this */
            invokeinterface sun.net.www.protocol.http.AuthCache.remove:(Ljava/lang/String;Lsun/net/www/protocol/http/AuthCacheValue;)V
         3: .line 368
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;

  abstract boolean supportsPreemptiveAuthorization();
    descriptor: ()Z
    flags: (0x0400) ACC_ABSTRACT

  abstract java.lang.String getHeaderName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT

  abstract java.lang.String getHeaderValue(java.net.URL, java.lang.String);
    descriptor: (Ljava/net/URL;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      url     
      method  

  abstract boolean setHeaders(sun.net.www.protocol.http.HttpURLConnection, sun.net.www.HeaderParser, java.lang.String);
    descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;Lsun/net/www/HeaderParser;Ljava/lang/String;)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      conn  
      p     
      raw   

  abstract boolean isAuthorizationStale(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      header  

  abstract void checkResponse(java.lang.String, java.lang.String, java.net.URL);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/net/URL;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      header  
      method  
      url     

  java.lang.String cacheKey(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // boolean includeRealm
         0: .line 428
            iload 1 /* includeRealm */
            ifeq 4
         1: .line 429
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.authScheme:Lsun/net/www/protocol/http/AuthScheme;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 430
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.realm:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 429
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         4: .line 432
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.type:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.protocol:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.host:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.port:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // boolean includeRealm
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0    5     1  includeRealm  Z
    MethodParameters:
              Name  Flags
      includeRealm  

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // java.io.ObjectInputStream s
         0: .line 441
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 442
            aload 0 /* this */
            new java.net.PasswordAuthentication
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.s1:Ljava/lang/String;
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.s2:Ljava/lang/String;
            invokevirtual java.lang.String.toCharArray:()[C
            invokespecial java.net.PasswordAuthentication.<init>:(Ljava/lang/String;[C)V
            putfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
         2: .line 443
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.AuthenticationInfo.s1:Ljava/lang/String;
            aload 0 /* this */
            aconst_null
            putfield sun.net.www.protocol.http.AuthenticationInfo.s2:Ljava/lang/String;
         3: .line 444
            return
        end local 1 // java.io.ObjectInputStream s
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0    4     1     s  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  private synchronized void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.AuthenticationInfo this
        start local 1 // java.io.ObjectOutputStream s
         0: .line 449
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
            invokevirtual java.net.PasswordAuthentication.getUserName:()Ljava/lang/String;
            putfield sun.net.www.protocol.http.AuthenticationInfo.s1:Ljava/lang/String;
         1: .line 450
            aload 0 /* this */
            new java.lang.String
            dup
            aload 0 /* this */
            getfield sun.net.www.protocol.http.AuthenticationInfo.pw:Ljava/net/PasswordAuthentication;
            invokevirtual java.net.PasswordAuthentication.getPassword:()[C
            invokespecial java.lang.String.<init>:([C)V
            putfield sun.net.www.protocol.http.AuthenticationInfo.s2:Ljava/lang/String;
         2: .line 451
            aload 1 /* s */
            invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
         3: .line 452
            return
        end local 1 // java.io.ObjectOutputStream s
        end local 0 // sun.net.www.protocol.http.AuthenticationInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/net/www/protocol/http/AuthenticationInfo;
            0    4     1     s  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "AuthenticationInfo.java"
InnerClasses:
  public final Type = sun.net.www.protocol.http.AuthCacheValue$Type of sun.net.www.protocol.http.AuthCacheValue