class io.undertow.protocols.ajp.AjpClientChannel$EndResponse 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$EndResponse
  super_class: java.lang.Object
{
  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);
    descriptor: (Lio/undertow/protocols/ajp/AjpClientChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.protocols.ajp.AjpClientChannel$EndResponse this
         0: .line 337
            aload 0 /* this */
            aload 1
            putfield io.undertow.protocols.ajp.AjpClientChannel$EndResponse.this$0:Lio/undertow/protocols/ajp/AjpClientChannel;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.undertow.protocols.ajp.AjpClientChannel$EndResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/protocols/ajp/AjpClientChannel$EndResponse;
    MethodParameters:
        Name  Flags
      this$0  final

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

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