class io.undertow.server.protocol.ajp.AjpServerResponseConduit$1 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$1
  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

  void <init>(io.undertow.server.protocol.ajp.AjpServerResponseConduit);
    descriptor: (Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$1 this
         0: .line 404
            aload 0 /* this */
            aload 1
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$1.this$0:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit$1;
    MethodParameters:
        Name  Flags
      this$0  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$1 this
         0: .line 407
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit$1.this$0:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
            bipush -65
            iand
            putfield io.undertow.server.protocol.ajp.AjpServerResponseConduit.state:I
         1: .line 408
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit$1;

  public void failed(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$1 this
        start local 1 // java.io.IOException e
         0: .line 413
            return
        end local 1 // java.io.IOException e
        end local 0 // io.undertow.server.protocol.ajp.AjpServerResponseConduit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit$1;
            0    1     1     e  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "AjpServerResponseConduit.java"
EnclosingMethod: io.undertow.server.protocol.ajp.AjpServerResponseConduit.flush:()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$1