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) 

  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 199
            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);
    descriptor: (ZLjava/lang/String;Ljava/net/PasswordAuthentication;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        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
         0: .line 206
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 209
            aload 0 /* this */
            iload 1 /* fromcache */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.fromcache:Z
         2: .line 210
            aload 0 /* this */
            aload 2 /* scheme */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.scheme:Ljava/lang/String;
         3: .line 211
            aload 0 /* this */
            aload 3 /* credentials */
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.credentials:Ljava/net/PasswordAuthentication;
         4: .line 212
            aload 0 /* this */
            iconst_1
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.retries:I
         5: .line 213
            return
        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    6     0         this  Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
            0    6     1    fromcache  Z
            0    6     2       scheme  Ljava/lang/String;
            0    6     3  credentials  Ljava/net/PasswordAuthentication;
    MethodParameters:
             Name  Flags
      fromcache    
      scheme       
      credentials  

  void <init>(boolean, java.lang.String, java.net.PasswordAuthentication, jdk.internal.net.http.AuthenticationFilter$CacheEntry);
    descriptor: (ZLjava/lang/String;Ljava/net/PasswordAuthentication;Ljdk/internal/net/http/AuthenticationFilter$CacheEntry;)V
    flags: (0x0000) 
    Code:
      stack=4, 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 // jdk.internal.net.http.AuthenticationFilter$CacheEntry ca
         0: .line 219
            aload 0 /* this */
            iload 1 /* fromcache */
            aload 2 /* scheme */
            aload 3 /* credentials */
            invokespecial jdk.internal.net.http.AuthenticationFilter$AuthInfo.<init>:(ZLjava/lang/String;Ljava/net/PasswordAuthentication;)V
         1: .line 220
            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
      StackMap stack:
         2: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 221
      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 222
            return
        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;
    MethodParameters:
             Name  Flags
      fromcache    
      scheme       
      credentials  
      ca           

  jdk.internal.net.http.AuthenticationFilter$AuthInfo retryWithCredentials(java.net.PasswordAuthentication);
    descriptor: (Ljava/net/PasswordAuthentication;)Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // jdk.internal.net.http.AuthenticationFilter$AuthInfo this
        start local 1 // java.net.PasswordAuthentication pw
         0: .line 228
            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 */
            invokespecial jdk.internal.net.http.AuthenticationFilter$AuthInfo.<init>:(ZLjava/lang/String;Ljava/net/PasswordAuthentication;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
      StackMap locals:
      StackMap stack: jdk.internal.net.http.AuthenticationFilter$AuthInfo
         2: astore 2 /* res */
        start local 2 // jdk.internal.net.http.AuthenticationFilter$AuthInfo res
         3: .line 229
            aload 2 /* 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 230
            aload 2 /* res */
            aload 0 /* this */
            getfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.retries:I
            putfield jdk.internal.net.http.AuthenticationFilter$AuthInfo.retries:I
         5: .line 231
            aload 2 /* res */
            areturn
        end local 2 // jdk.internal.net.http.AuthenticationFilter$AuthInfo res
        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;
            3    6     2   res  Ljdk/internal/net/http/AuthenticationFilter$AuthInfo;
    MethodParameters:
      Name  Flags
      pw    
}
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