final class jdk.incubator.http.Http1Exchange$InitialErrorReceiver implements jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.Http1Exchange$InitialErrorReceiver
  super_class: java.lang.Object
{
  volatile jdk.incubator.http.AbstractSubscription s;
    descriptor: Ljdk/incubator/http/AbstractSubscription;
    flags: (0x0040) ACC_VOLATILE

  final jdk.incubator.http.Http1Exchange this$0;
    descriptor: Ljdk/incubator/http/Http1Exchange;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.incubator.http.Http1Exchange);
    descriptor: (Ljdk/incubator/http/Http1Exchange;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
         0: .line 178
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.this$0:Ljdk/incubator/http/Http1Exchange;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean tryAsyncReceive(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
        start local 1 // java.nio.ByteBuffer ref
         0: .line 182
            iconst_0
            ireturn
        end local 1 // java.nio.ByteBuffer ref
        end local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
            0    1     1   ref  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      ref   

  public void onReadError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
        start local 1 // java.lang.Throwable ex
         0: .line 187
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.this$0:Ljdk/incubator/http/Http1Exchange;
            aload 1 /* ex */
            invokevirtual jdk.incubator.http.Http1Exchange.cancelImpl:(Ljava/lang/Throwable;)V
         1: .line 188
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
            0    2     1    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    

  public void onSubscribe(jdk.incubator.http.AbstractSubscription);
    descriptor: (Ljdk/incubator/http/AbstractSubscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
        start local 1 // jdk.incubator.http.AbstractSubscription s
         0: .line 192
            aload 0 /* this */
            aload 1 /* s */
            putfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.s:Ljdk/incubator/http/AbstractSubscription;
         1: .line 193
            return
        end local 1 // jdk.incubator.http.AbstractSubscription s
        end local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
            0    2     1     s  Ljdk/incubator/http/AbstractSubscription;
    MethodParameters:
      Name  Flags
      s     

  public jdk.incubator.http.AbstractSubscription subscription();
    descriptor: ()Ljdk/incubator/http/AbstractSubscription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
         0: .line 196
            aload 0 /* this */
            getfield jdk.incubator.http.Http1Exchange$InitialErrorReceiver.s:Ljdk/incubator/http/AbstractSubscription;
            areturn
        end local 0 // jdk.incubator.http.Http1Exchange$InitialErrorReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Http1Exchange$InitialErrorReceiver;
}
SourceFile: "Http1Exchange.java"
NestHost: jdk.incubator.http.Http1Exchange
InnerClasses:
  abstract Http1AsyncDelegate = jdk.incubator.http.Http1AsyncReceiver$Http1AsyncDelegate of jdk.incubator.http.Http1AsyncReceiver
  final InitialErrorReceiver = jdk.incubator.http.Http1Exchange$InitialErrorReceiver of jdk.incubator.http.Http1Exchange