class jdk.internal.net.http.AuthenticationFilter$AuthInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.net.http.AuthenticationFilter$AuthInfo
  super_class: java.lang.Object
{
  final boolean fromcache;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final java.lang.String scheme;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

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

  java.net.PasswordAuthentication credentials;
    descriptor: Ljava/net/PasswordAuthentication;
    flags: (0x0000) 

  jdk.internal.net.http.AuthenticationFilter$CacheEntry cacheEntry;
    descriptor: Ljdk/internal/net/http/AuthenticationFilter$CacheEntry;
    flags: (0x0000) 

  final boolean isUTF8;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  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=1, locals=0, args_size=0
         0: .line 203
            ldc Ljdk/internal/net/http/AuthenticationFilter;
            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 jdk.internal.net.http.AuthenticationFilter$AuthInfo.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(boolean, java.lang.String, java.net.PasswordAuthentication, boolean);
    descriptor: (ZLjava/lang/String;Ljava/net/PasswordAuthentication;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // jdk.internal.net.http.AuthenticationFilter$AuthInfo this
        start local 1 // boolean fromcache
        start local 2 // java.lang.String scheme
        start local 3 // java.net.PasswordAuthentication credentials
        start local 4 // boolean isUTF8
         0: .line 211
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 214
            aload 0 /* this */
            iload 1 /* fromcache */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.fromcache:Z
         2: .line 215
            aload 0 /* this */
            aload 2 /* scheme */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.scheme:Ljava/lang/String;
         3: .line 216
            aload 0 /* this */
            aload 3 /* credentials */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.credentials:Ljava/net/PasswordAuthentication;
         4: .line 217
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.retries:I
         5: .line 218
            aload 0 /* this */
            iload 4 /* isUTF8 */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.isUTF8:Z
         6: .line 219
            return
        end local 4 // boolean isUTF8
        end local 3 // java.net.PasswordAuthentication credentials
        end local 2 // java.lang.String scheme
        end local 1 // boolean fromcache
        end local 0 // jdk.internal.net.http.AuthenticationFilter$AuthInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
            0    7     1    fromcache  Z
            0    7     2       scheme  Ljava/lang/String;
            0    7     3  credentials  Ljava/net/PasswordAuthentication;
            0    7     4       isUTF8  Z
    MethodParameters:
             Name  Flags
      fromcache    
      scheme       
      credentials  
      isUTF8       

  void <init>(boolean, java.lang.String, java.net.PasswordAuthentication, jdk.internal.net.http.AuthenticationFilter$CacheEntry, boolean);
    descriptor: (ZLjava/lang/String;Ljava/net/PasswordAuthentication;Ljdk/internal/net/http/AuthenticationFilter$CacheEntry;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // jdk.internal.net.http.AuthenticationFilter$AuthInfo this
        start local 1 // boolean fromcache
        start local 2 // java.lang.String scheme
        start local 3 // java.net.PasswordAuthentication credentials
        start local 4 // jdk.internal.net.http.AuthenticationFilter$CacheEntry ca
        start local 5 // boolean isUTF8
         0: .line 225
            aload 0 /* this */
            iload 1 /* fromcache */
            aload 2 /* scheme */
            aload 3 /* credentials */
            iload 5 /* isUTF8 */
            invokespecial jdk.internal.net.http.AuthenticationFilter$AuthInfo.<init>:(ZLjava/lang/String;Ljava/net/PasswordAuthentication;Z)V
         1: .line 226
            getstatic jdk.internal.net.http.AuthenticationFilter$AuthInfo.$assertionsDisabled:Z
            ifne 3
            aload 3 /* credentials */
            ifnull 3
            aload 4 /* ca */
            ifnull 2
            aload 4 /* ca */
            getfield jdk.internal.net.http.AuthenticationFilter$CacheEntry.value:Ljava/net/PasswordAuthentication;
            ifnull 3
      StackMap locals: jdk.internal.net.http.AuthenticationFilter$AuthInfo int java.lang.String java.net.PasswordAuthentication jdk.internal.net.http.AuthenticationFilter$CacheEntry int
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* ca */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.cacheEntry:Ljdk/internal/net/http/AuthenticationFilter$CacheEntry;
         4: .line 228
            return
        end local 5 // boolean isUTF8
        end local 4 // jdk.internal.net.http.AuthenticationFilter$CacheEntry ca
        end local 3 // java.net.PasswordAuthentication credentials
        end local 2 // java.lang.String scheme
        end local 1 // boolean fromcache
        end local 0 // jdk.internal.net.http.AuthenticationFilter$AuthInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
            0    5     1    fromcache  Z
            0    5     2       scheme  Ljava/lang/String;
            0    5     3  credentials  Ljava/net/PasswordAuthentication;
            0    5     4           ca  Ljdk/internal/net/http/AuthenticationFilter$CacheEntry;
            0    5     5       isUTF8  Z
    MethodParameters:
             Name  Flags
      fromcache    
      scheme       
      credentials  
      ca           
      isUTF8       

  jdk.internal.net.http.AuthenticationFilter$AuthInfo retryWithCredentials(java.net.PasswordAuthentication, boolean);
    descriptor: (Ljava/net/PasswordAuthentication;Z)Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // jdk.internal.net.http.AuthenticationFilter$AuthInfo this
        start local 1 // java.net.PasswordAuthentication pw
        start local 2 // boolean isUTF8
         0: .line 234
            aload 0 /* this */
            getfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.fromcache:Z
            ifeq 1
            new jdk.internal.net.http.AuthenticationFilter$AuthInfo
            dup
            iconst_0
            aload 0 /* this */
            getfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.scheme:Ljava/lang/String;
            aload 1 /* pw */
            iload 2 /* isUTF8 */
            invokespecial jdk.internal.net.http.AuthenticationFilter$AuthInfo.<init>:(ZLjava/lang/String;Ljava/net/PasswordAuthentication;Z)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: jdk.internal.net.http.AuthenticationFilter$AuthInfo
         2: astore 3 /* res */
        start local 3 // jdk.internal.net.http.AuthenticationFilter$AuthInfo res
         3: .line 235
            aload 3 /* res */
            aload 1 /* pw */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.net.PasswordAuthentication
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.credentials:Ljava/net/PasswordAuthentication;
         4: .line 236
            aload 3 /* res */
            aload 0 /* this */
            getfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.retries:I
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.retries:I
         5: .line 237
            aload 3 /* res */
            areturn
        end local 3 // jdk.internal.net.http.AuthenticationFilter$AuthInfo res
        end local 2 // boolean isUTF8
        end local 1 // java.net.PasswordAuthentication pw
        end local 0 // jdk.internal.net.http.AuthenticationFilter$AuthInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
            0    6     1      pw  Ljava/net/PasswordAuthentication;
            0    6     2  isUTF8  Z
            3    6     3     res  Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
    MethodParameters:
        Name  Flags
      pw      
      isUTF8  
}
SourceFile: "AuthenticationFilter.java"
NestHost: jdk.internal.net.http.AuthenticationFilter
InnerClasses:
  AuthInfo = jdk.internal.net.http.AuthenticationFilter$AuthInfo of jdk.internal.net.http.AuthenticationFilter
  final CacheEntry = jdk.internal.net.http.AuthenticationFilter$CacheEntry of jdk.internal.net.http.AuthenticationFilter