class io.undertow.server.protocol.ajp.AjpServerResponseConduit$2 implements io.undertow.conduits.AbstractFramedStreamSinkConduit$FrameCallBack
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.ajp.AjpServerResponseConduit$2
  super_class: java.lang.Object
{
  final io.undertow.server.protocol.ajp.AjpServerResponseConduit this$0;
    descriptor: Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.undertow.server.protocol.ajp.AjpServerRequestConduit val$requestChannel;
    descriptor: Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.server.protocol.ajp.AjpServerResponseConduit, io.undertow.server.protocol.ajp.AjpServerRequestConduit);
    descriptor: (Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$2 this
         0: .line 457
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$2.this$0:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            aload 0 /* this */
            aload 2
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$2.val$requestChannel:Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit$2;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$requestChannel  final

  public void done();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$2 this
         0: .line 461
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$2.this$0:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush -9
            iand
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         1: .line 462
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$2.this$0:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            iconst_4
            invokestatic org.xnio.Bits.allAreClear:(II)Z
            ifeq 3
         2: .line 463
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$2.this$0:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            invokestatic io.undertow.server.protocol.ajp.AjpServerResponseConduit.access$1:(Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;)Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSinkConduit
            invokeinterface org.xnio.conduits.StreamSinkConduit.suspendWrites:()V
         3: .line 465
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit$2;

  public void failed(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$2 this
        start local 1 // java.io.IOException e
         0: .line 469
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$2.val$requestChannel:Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            aload 1 /* e */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerRequestConduit.setReadBodyChunkError:(Ljava/io/IOException;)V
         1: .line 470
            return
        end local 1 // java.io.IOException e
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit$2;
            0    2     1     e  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "AjpServerResponseConduit.java"
EnclosingMethod: io.undertow.server.protocol.ajp.AjpServerResponseConduit.doGetRequestBodyChunk:(Ljava/nio/ByteBuffer;Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;)Z
NestHost: io.undertow.server.protocol.ajp.AjpServerResponseConduit
InnerClasses:
  public abstract FrameCallBack = io.undertow.conduits.AbstractFramedStreamSinkConduit$FrameCallBack of io.undertow.conduits.AbstractFramedStreamSinkConduit
  io.undertow.server.protocol.ajp.AjpServerResponseConduit$2