class io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk 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$RequestBodyChunk
  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$RequestBodyChunk this
        start local 2 // int length
         0: .line 298
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk.this$0:Lio/undertow/protocols/ajp/AjpClientChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 299
            aload 0 /* this */
            iload 2 /* length */
            putfield io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk.length:I
         2: .line 300
            return
        end local 2 // int length
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/undertow/protocols/ajp/AjpClientChannel$RequestBodyChunk;
            0    3     2  length  I
    MethodParameters:
        Name  Flags
      this$0  final
      length  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk this
         0: .line 303
            aload 0 /* this */
            getfield io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk.length:I
            ireturn
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ajp/AjpClientChannel$RequestBodyChunk;

  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$RequestBodyChunk this
         0: .line 308
            lconst_0
            lreturn
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ajp/AjpClientChannel$RequestBodyChunk;

  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$RequestBodyChunk this
         0: .line 313
            aconst_null
            areturn
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ajp/AjpClientChannel$RequestBodyChunk;
    Signature: ()Lio/undertow/server/protocol/framed/AbstractFramedStreamSourceChannel<***>;
}
SourceFile: "AjpClientChannel.java"
NestHost: io.undertow.protocols.ajp.AjpClientChannel
InnerClasses:
  RequestBodyChunk = io.undertow.protocols.ajp.AjpClientChannel$RequestBodyChunk of io.undertow.protocols.ajp.AjpClientChannel