public class io.netty.handler.codec.http.HttpObjectAggregator extends io.netty.handler.codec.MessageAggregator<io.netty.handler.codec.http.HttpObject, io.netty.handler.codec.http.HttpMessage, io.netty.handler.codec.http.HttpContent, io.netty.handler.codec.http.FullHttpMessage>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.HttpObjectAggregator
  super_class: io.netty.handler.codec.MessageAggregator
{
  private static final io.netty.util.internal.logging.InternalLogger logger;
    descriptor: Lio/netty/util/internal/logging/InternalLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http.FullHttpResponse CONTINUE;
    descriptor: Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http.FullHttpResponse EXPECTATION_FAILED;
    descriptor: Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http.FullHttpResponse TOO_LARGE_CLOSE;
    descriptor: Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final io.netty.handler.codec.http.FullHttpResponse TOO_LARGE;
    descriptor: Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final boolean closeOnExpectationFailed;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 87
            ldc Lio/netty/handler/codec/http/HttpObjectAggregator;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.netty.handler.codec.http.HttpObjectAggregator.$assertionsDisabled:Z
         3: .line 89
            ldc Lio/netty/handler/codec/http/HttpObjectAggregator;
            invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
            putstatic io.netty.handler.codec.http.HttpObjectAggregator.logger:Lio/netty/util/internal/logging/InternalLogger;
         4: .line 91
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.CONTINUE:Lio/netty/handler/codec/http/HttpResponseStatus;
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;)V
         5: .line 90
            putstatic io.netty.handler.codec.http.HttpObjectAggregator.CONTINUE:Lio/netty/handler/codec/http/FullHttpResponse;
         6: .line 92
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
         7: .line 93
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.EXPECTATION_FAILED:Lio/netty/handler/codec/http/HttpResponseStatus;
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
         8: .line 92
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;)V
            putstatic io.netty.handler.codec.http.HttpObjectAggregator.EXPECTATION_FAILED:Lio/netty/handler/codec/http/FullHttpResponse;
         9: .line 94
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
        10: .line 95
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.REQUEST_ENTITY_TOO_LARGE:Lio/netty/handler/codec/http/HttpResponseStatus;
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
        11: .line 94
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;)V
            putstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE_CLOSE:Lio/netty/handler/codec/http/FullHttpResponse;
        12: .line 96
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
        13: .line 97
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.REQUEST_ENTITY_TOO_LARGE:Lio/netty/handler/codec/http/HttpResponseStatus;
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
        14: .line 96
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;)V
            putstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE:Lio/netty/handler/codec/http/FullHttpResponse;
        15: .line 100
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.EXPECTATION_FAILED:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
        16: .line 101
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
        17: .line 103
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE_CLOSE:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
        18: .line 104
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE_CLOSE:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONNECTION:Lio/netty/util/AsciiString;
            getstatic io.netty.handler.codec.http.HttpHeaderValues.CLOSE:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
        19: .line 105
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // int maxContentLength
         0: .line 116
            aload 0 /* this */
            iload 1 /* maxContentLength */
            iconst_0
            invokespecial io.netty.handler.codec.http.HttpObjectAggregator.<init>:(IZ)V
         1: .line 117
            return
        end local 1 // int maxContentLength
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    2     1  maxContentLength  I
    MethodParameters:
                  Name  Flags
      maxContentLength  

  public void <init>(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // int maxContentLength
        start local 2 // boolean closeOnExpectationFailed
         0: .line 129
            aload 0 /* this */
            iload 1 /* maxContentLength */
            invokespecial io.netty.handler.codec.MessageAggregator.<init>:(I)V
         1: .line 130
            aload 0 /* this */
            iload 2 /* closeOnExpectationFailed */
            putfield io.netty.handler.codec.http.HttpObjectAggregator.closeOnExpectationFailed:Z
         2: .line 131
            return
        end local 2 // boolean closeOnExpectationFailed
        end local 1 // int maxContentLength
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    3     0                      this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    3     1          maxContentLength  I
            0    3     2  closeOnExpectationFailed  Z
    MethodParameters:
                          Name  Flags
      maxContentLength          
      closeOnExpectationFailed  

  protected boolean isStartMessage(io.netty.handler.codec.http.HttpObject);
    descriptor: (Lio/netty/handler/codec/http/HttpObject;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.HttpObject msg
         0: .line 135
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpMessage
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpObject msg
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    1     1   msg  Lio/netty/handler/codec/http/HttpObject;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  protected boolean isContentMessage(io.netty.handler.codec.http.HttpObject);
    descriptor: (Lio/netty/handler/codec/http/HttpObject;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.HttpObject msg
         0: .line 140
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpContent
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpObject msg
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    1     1   msg  Lio/netty/handler/codec/http/HttpObject;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  protected boolean isLastContentMessage(io.netty.handler.codec.http.HttpContent);
    descriptor: (Lio/netty/handler/codec/http/HttpContent;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.HttpContent msg
         0: .line 145
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.LastHttpContent
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpContent msg
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    1     1   msg  Lio/netty/handler/codec/http/HttpContent;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  protected boolean isAggregated(io.netty.handler.codec.http.HttpObject);
    descriptor: (Lio/netty/handler/codec/http/HttpObject;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.HttpObject msg
         0: .line 150
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.FullHttpMessage
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpObject msg
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    1     1   msg  Lio/netty/handler/codec/http/HttpObject;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      msg   

  protected boolean isContentLengthInvalid(io.netty.handler.codec.http.HttpMessage, int);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.HttpMessage start
        start local 2 // int maxContentLength
         0: .line 156
            aload 1 /* start */
            ldc -1
            invokestatic io.netty.handler.codec.http.HttpUtil.getContentLength:(Lio/netty/handler/codec/http/HttpMessage;J)J
            iload 2 /* maxContentLength */
            i2l
            lcmp
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: ireturn
         3: .line 157
      StackMap locals:
      StackMap stack: java.lang.NumberFormatException
            pop
         4: .line 158
            iconst_0
            ireturn
        end local 2 // int maxContentLength
        end local 1 // io.netty.handler.codec.http.HttpMessage start
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    5     1             start  Lio/netty/handler/codec/http/HttpMessage;
            0    5     2  maxContentLength  I
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.NumberFormatException
    MethodParameters:
                  Name  Flags
      start             
      maxContentLength  

  private static java.lang.Object continueResponse(io.netty.handler.codec.http.HttpMessage, int, io.netty.channel.ChannelPipeline);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;ILio/netty/channel/ChannelPipeline;)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.HttpMessage start
        start local 1 // int maxContentLength
        start local 2 // io.netty.channel.ChannelPipeline pipeline
         0: .line 163
            aload 0 /* start */
            invokestatic io.netty.handler.codec.http.HttpUtil.isUnsupportedExpectation:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifeq 3
         1: .line 165
            aload 2 /* pipeline */
            getstatic io.netty.handler.codec.http.HttpExpectationFailedEvent.INSTANCE:Lio/netty/handler/codec/http/HttpExpectationFailedEvent;
            invokeinterface io.netty.channel.ChannelPipeline.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 166
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.EXPECTATION_FAILED:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpResponse;
            areturn
         3: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* start */
            invokestatic io.netty.handler.codec.http.HttpUtil.is100ContinueExpected:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifeq 8
         4: .line 169
            aload 0 /* start */
            ldc -1
            invokestatic io.netty.handler.codec.http.HttpUtil.getContentLength:(Lio/netty/handler/codec/http/HttpMessage;J)J
            iload 1 /* maxContentLength */
            i2l
            lcmp
            ifgt 6
         5: .line 170
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.CONTINUE:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpResponse;
            areturn
         6: .line 172
      StackMap locals:
      StackMap stack:
            aload 2 /* pipeline */
            getstatic io.netty.handler.codec.http.HttpExpectationFailedEvent.INSTANCE:Lio/netty/handler/codec/http/HttpExpectationFailedEvent;
            invokeinterface io.netty.channel.ChannelPipeline.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelPipeline;
            pop
         7: .line 173
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpResponse;
            areturn
         8: .line 176
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // io.netty.channel.ChannelPipeline pipeline
        end local 1 // int maxContentLength
        end local 0 // io.netty.handler.codec.http.HttpMessage start
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0             start  Lio/netty/handler/codec/http/HttpMessage;
            0    9     1  maxContentLength  I
            0    9     2          pipeline  Lio/netty/channel/ChannelPipeline;
    MethodParameters:
                  Name  Flags
      start             
      maxContentLength  
      pipeline          

  protected java.lang.Object newContinueResponse(io.netty.handler.codec.http.HttpMessage, int, io.netty.channel.ChannelPipeline);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;ILio/netty/channel/ChannelPipeline;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.HttpMessage start
        start local 2 // int maxContentLength
        start local 3 // io.netty.channel.ChannelPipeline pipeline
         0: .line 181
            aload 1 /* start */
            iload 2 /* maxContentLength */
            aload 3 /* pipeline */
            invokestatic io.netty.handler.codec.http.HttpObjectAggregator.continueResponse:(Lio/netty/handler/codec/http/HttpMessage;ILio/netty/channel/ChannelPipeline;)Ljava/lang/Object;
            astore 4 /* response */
        start local 4 // java.lang.Object response
         1: .line 184
            aload 4 /* response */
            ifnull 3
         2: .line 185
            aload 1 /* start */
            invokeinterface io.netty.handler.codec.http.HttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.EXPECT:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.remove:(Ljava/lang/CharSequence;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         3: .line 187
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 4 /* response */
            areturn
        end local 4 // java.lang.Object response
        end local 3 // io.netty.channel.ChannelPipeline pipeline
        end local 2 // int maxContentLength
        end local 1 // io.netty.handler.codec.http.HttpMessage start
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    4     1             start  Lio/netty/handler/codec/http/HttpMessage;
            0    4     2  maxContentLength  I
            0    4     3          pipeline  Lio/netty/channel/ChannelPipeline;
            1    4     4          response  Ljava/lang/Object;
    MethodParameters:
                  Name  Flags
      start             
      maxContentLength  
      pipeline          

  protected boolean closeAfterContinueResponse(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // java.lang.Object msg
         0: .line 192
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator.closeOnExpectationFailed:Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* msg */
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.ignoreContentAfterContinueResponse:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    2     1   msg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      msg   

  protected boolean ignoreContentAfterContinueResponse(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // java.lang.Object msg
         0: .line 197
            aload 1 /* msg */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 3
         1: .line 198
            aload 1 /* msg */
            checkcast io.netty.handler.codec.http.HttpResponse
            astore 2 /* httpResponse */
        start local 2 // io.netty.handler.codec.http.HttpResponse httpResponse
         2: .line 199
            aload 2 /* httpResponse */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.codeClass:()Lio/netty/handler/codec/http/HttpStatusClass;
            getstatic io.netty.handler.codec.http.HttpStatusClass.CLIENT_ERROR:Lio/netty/handler/codec/http/HttpStatusClass;
            invokevirtual io.netty.handler.codec.http.HttpStatusClass.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.netty.handler.codec.http.HttpResponse httpResponse
         3: .line 201
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object msg
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    4     1           msg  Ljava/lang/Object;
            2    3     2  httpResponse  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
      Name  Flags
      msg   

  protected io.netty.handler.codec.http.FullHttpMessage beginAggregation(io.netty.handler.codec.http.HttpMessage, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.HttpMessage start
        start local 2 // io.netty.buffer.ByteBuf content
         0: .line 206
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.$assertionsDisabled:Z
            ifne 1
            aload 1 /* start */
            instanceof io.netty.handler.codec.http.FullHttpMessage
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 208
      StackMap locals:
      StackMap stack:
            aload 1 /* start */
            iconst_0
            invokestatic io.netty.handler.codec.http.HttpUtil.setTransferEncodingChunked:(Lio/netty/handler/codec/http/HttpMessage;Z)V
         2: .line 211
            aload 1 /* start */
            instanceof io.netty.handler.codec.http.HttpRequest
            ifeq 5
         3: .line 212
            new io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest
            dup
            aload 1 /* start */
            checkcast io.netty.handler.codec.http.HttpRequest
            aload 2 /* content */
            aconst_null
            invokespecial io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpRequest;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;)V
            astore 3 /* ret */
        start local 3 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
         4: .line 213
            goto 9
        end local 3 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
      StackMap locals:
      StackMap stack:
         5: aload 1 /* start */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 8
         6: .line 214
            new io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpResponse
            dup
            aload 1 /* start */
            checkcast io.netty.handler.codec.http.HttpResponse
            aload 2 /* content */
            aconst_null
            invokespecial io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpResponse;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;)V
            astore 3 /* ret */
        start local 3 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
         7: .line 215
            goto 9
        end local 3 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
         8: .line 216
      StackMap locals:
      StackMap stack:
            new java.lang.Error
            dup
            invokespecial java.lang.Error.<init>:()V
            athrow
        start local 3 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
         9: .line 218
      StackMap locals: io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage
      StackMap stack:
            aload 3 /* ret */
            areturn
        end local 3 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage ret
        end local 2 // io.netty.buffer.ByteBuf content
        end local 1 // io.netty.handler.codec.http.HttpMessage start
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0   10     1    start  Lio/netty/handler/codec/http/HttpMessage;
            0   10     2  content  Lio/netty/buffer/ByteBuf;
            4    5     3      ret  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            7    8     3      ret  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            9   10     3      ret  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      start    
      content  

  protected void aggregate(io.netty.handler.codec.http.FullHttpMessage, io.netty.handler.codec.http.HttpContent);
    descriptor: (Lio/netty/handler/codec/http/FullHttpMessage;Lio/netty/handler/codec/http/HttpContent;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.FullHttpMessage aggregated
        start local 2 // io.netty.handler.codec.http.HttpContent content
         0: .line 223
            aload 2 /* content */
            instanceof io.netty.handler.codec.http.LastHttpContent
            ifeq 2
         1: .line 225
            aload 1 /* aggregated */
            checkcast io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage
            aload 2 /* content */
            checkcast io.netty.handler.codec.http.LastHttpContent
            invokeinterface io.netty.handler.codec.http.LastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.setTrailingHeaders:(Lio/netty/handler/codec/http/HttpHeaders;)V
         2: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.netty.handler.codec.http.HttpContent content
        end local 1 // io.netty.handler.codec.http.FullHttpMessage aggregated
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    3     1  aggregated  Lio/netty/handler/codec/http/FullHttpMessage;
            0    3     2     content  Lio/netty/handler/codec/http/HttpContent;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      aggregated  
      content     

  protected void finishAggregation(io.netty.handler.codec.http.FullHttpMessage);
    descriptor: (Lio/netty/handler/codec/http/FullHttpMessage;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.handler.codec.http.FullHttpMessage aggregated
         0: .line 237
            aload 1 /* aggregated */
            invokestatic io.netty.handler.codec.http.HttpUtil.isContentLengthSet:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifne 5
         1: .line 238
            aload 1 /* aggregated */
            invokeinterface io.netty.handler.codec.http.FullHttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
         2: .line 239
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
         3: .line 240
            aload 1 /* aggregated */
            invokeinterface io.netty.handler.codec.http.FullHttpMessage.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
         4: .line 238
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         5: .line 242
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http.FullHttpMessage aggregated
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0    6     1  aggregated  Lio/netty/handler/codec/http/FullHttpMessage;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      aggregated  

  protected void handleOversizedMessage(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpMessage);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpMessage;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.http.HttpMessage oversized
         0: .line 246
            aload 2 /* oversized */
            instanceof io.netty.handler.codec.http.HttpRequest
            ifeq 11
         1: .line 251
            aload 2 /* oversized */
            instanceof io.netty.handler.codec.http.FullHttpMessage
            ifne 3
         2: .line 252
            aload 2 /* oversized */
            invokestatic io.netty.handler.codec.http.HttpUtil.is100ContinueExpected:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifne 6
            aload 2 /* oversized */
            invokestatic io.netty.handler.codec.http.HttpUtil.isKeepAlive:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifne 6
         3: .line 253
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE_CLOSE:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            astore 3 /* future */
        start local 3 // io.netty.channel.ChannelFuture future
         4: .line 254
            aload 3 /* future */
            new io.netty.handler.codec.http.HttpObjectAggregator$1
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial io.netty.handler.codec.http.HttpObjectAggregator$1.<init>:(Lio/netty/handler/codec/http/HttpObjectAggregator;Lio/netty/channel/ChannelHandlerContext;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
        end local 3 // io.netty.channel.ChannelFuture future
         5: .line 263
            goto 7
         6: .line 264
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            getstatic io.netty.handler.codec.http.HttpObjectAggregator.TOO_LARGE:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            new io.netty.handler.codec.http.HttpObjectAggregator$2
            dup
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial io.netty.handler.codec.http.HttpObjectAggregator$2.<init>:(Lio/netty/handler/codec/http/HttpObjectAggregator;Lio/netty/channel/ChannelHandlerContext;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
         7: .line 277
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            ldc Lio/netty/handler/codec/http/HttpObjectDecoder;
            invokeinterface io.netty.channel.ChannelPipeline.get:(Ljava/lang/Class;)Lio/netty/channel/ChannelHandler;
            checkcast io.netty.handler.codec.http.HttpObjectDecoder
            astore 3 /* decoder */
        start local 3 // io.netty.handler.codec.http.HttpObjectDecoder decoder
         8: .line 278
            aload 3 /* decoder */
            ifnull 15
         9: .line 279
            aload 3 /* decoder */
            invokevirtual io.netty.handler.codec.http.HttpObjectDecoder.reset:()V
        end local 3 // io.netty.handler.codec.http.HttpObjectDecoder decoder
        10: .line 281
            goto 15
      StackMap locals:
      StackMap stack:
        11: aload 2 /* oversized */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 14
        12: .line 282
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
            pop
        13: .line 283
            new io.netty.handler.codec.TooLongFrameException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Response entity too large: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* oversized */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial io.netty.handler.codec.TooLongFrameException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 285
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        15: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.netty.handler.codec.http.HttpMessage oversized
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lio/netty/handler/codec/http/HttpObjectAggregator;
            0   16     1        ctx  Lio/netty/channel/ChannelHandlerContext;
            0   16     2  oversized  Lio/netty/handler/codec/http/HttpMessage;
            4    5     3     future  Lio/netty/channel/ChannelFuture;
            8   10     3    decoder  Lio/netty/handler/codec/http/HttpObjectDecoder;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
           Name  Flags
      ctx        final
      oversized  

  protected java.lang.Object newContinueResponse(java.lang.Object, int, io.netty.channel.ChannelPipeline);
    descriptor: (Ljava/lang/Object;ILio/netty/channel/ChannelPipeline;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpMessage
            iload 2
            aload 3
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.newContinueResponse:(Lio/netty/handler/codec/http/HttpMessage;ILio/netty/channel/ChannelPipeline;)Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected boolean isContentMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpObject
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.isContentMessage:(Lio/netty/handler/codec/http/HttpObject;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected void handleOversizedMessage(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.netty.handler.codec.http.HttpMessage
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.handleOversizedMessage:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpMessage;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected void finishAggregation(io.netty.buffer.ByteBufHolder);
    descriptor: (Lio/netty/buffer/ByteBufHolder;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.FullHttpMessage
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.finishAggregation:(Lio/netty/handler/codec/http/FullHttpMessage;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected boolean isContentLengthInvalid(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)Z
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpMessage
            iload 2
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.isContentLengthInvalid:(Lio/netty/handler/codec/http/HttpMessage;I)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected void aggregate(io.netty.buffer.ByteBufHolder, io.netty.buffer.ByteBufHolder);
    descriptor: (Lio/netty/buffer/ByteBufHolder;Lio/netty/buffer/ByteBufHolder;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.FullHttpMessage
            aload 2
            checkcast io.netty.handler.codec.http.HttpContent
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.aggregate:(Lio/netty/handler/codec/http/FullHttpMessage;Lio/netty/handler/codec/http/HttpContent;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected boolean isLastContentMessage(io.netty.buffer.ByteBufHolder);
    descriptor: (Lio/netty/buffer/ByteBufHolder;)Z
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpContent
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.isLastContentMessage:(Lio/netty/handler/codec/http/HttpContent;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected boolean isAggregated(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpObject
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.isAggregated:(Lio/netty/handler/codec/http/HttpObject;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected io.netty.buffer.ByteBufHolder beginAggregation(java.lang.Object, io.netty.buffer.ByteBuf);
    descriptor: (Ljava/lang/Object;Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpMessage
            aload 2
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.beginAggregation:(Lio/netty/handler/codec/http/HttpMessage;Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  protected boolean isStartMessage(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.http.HttpObject
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator.isStartMessage:(Lio/netty/handler/codec/http/HttpObject;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/handler/codec/MessageAggregator<Lio/netty/handler/codec/http/HttpObject;Lio/netty/handler/codec/http/HttpMessage;Lio/netty/handler/codec/http/HttpContent;Lio/netty/handler/codec/http/FullHttpMessage;>;
SourceFile: "HttpObjectAggregator.java"
NestMembers:
  io.netty.handler.codec.http.HttpObjectAggregator$1  io.netty.handler.codec.http.HttpObjectAggregator$2  io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage  io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest  io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpResponse
InnerClasses:
  io.netty.handler.codec.http.HttpObjectAggregator$1
  io.netty.handler.codec.http.HttpObjectAggregator$2
  private abstract AggregatedFullHttpMessage = io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage of io.netty.handler.codec.http.HttpObjectAggregator
  private final AggregatedFullHttpRequest = io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpRequest of io.netty.handler.codec.http.HttpObjectAggregator
  private final AggregatedFullHttpResponse = io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpResponse of io.netty.handler.codec.http.HttpObjectAggregator