class io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk implements io.undertow.server.protocol.framed.FrameHeaderData
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk
  super_class: java.lang.Object
{
  private final int length;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final io.undertow.protocols.ajp.AjpClientChannel this$0;
    descriptor: Lio/undertow/protocols/ajp/AjpClientChannel;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.undertow.protocols.ajp.AjpClientChannel, int);
    descriptor: (Lio/undertow/protocols/ajp/AjpClientChannel;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk this
        start local 2 // int length
         0: .line 322
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk.this$0:Lio/undertow/protocols/ajp/AjpClientChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 323
            aload 0 /* this */
            iload 2 /* length */
            putfield io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk.length:I
         2: .line 324
            return
        end local 2 // int length
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/undertow/protocols/ajp/AjpClientChannel$SendBodyChunk;
            0    3     2  length  I
    MethodParameters:
        Name  Flags
      this$0  final
      length  

  public long getFrameLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk this
         0: .line 328
            aload 0 /* this */
            getfield io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk.length:I
            i2l
            lreturn
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ajp/AjpClientChannel$SendBodyChunk;

  public io.undertow.server.protocol.framed.AbstractFramedStreamSourceChannel<?, ?, ?> getExistingChannel();
    descriptor: ()Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk this
         0: .line 333
            aload 0 /* this */
            getfield io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk.this$0:Lio/undertow/protocols/ajp/AjpClientChannel;
            getfield io.undertow.protocols.ajp.AjpClientChannel.source:Lio/undertow/protocols/ajp/AjpClientResponseStreamSourceChannel;
            areturn
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ajp/AjpClientChannel$SendBodyChunk;
    Signature: ()Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel<***>;
}
SourceFile: "AjpClientChannel.java"
NestHost: io.undertow.protocols.ajp.AjpClientChannel
InnerClasses:
  SendBodyChunk = io.undertow.protocols.ajp.AjpClientChannel$SendBodyChunk of io.undertow.protocols.ajp.AjpClientChannel