public class io.netty.handler.codec.http.HttpResponseDecoder extends io.netty.handler.codec.http.HttpObjectDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.HttpResponseDecoder
  super_class: io.netty.handler.codec.http.HttpObjectDecoder
{
  private static final io.netty.handler.codec.http.HttpResponseStatus UNKNOWN_STATUS;
    descriptor: Lio/netty/handler/codec/http/HttpResponseStatus;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 86
            new io.netty.handler.codec.http.HttpResponseStatus
            dup
            sipush 999
            ldc "Unknown"
            invokespecial io.netty.handler.codec.http.HttpResponseStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.http.HttpResponseDecoder.UNKNOWN_STATUS:Lio/netty/handler/codec/http/HttpResponseStatus;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
         0: .line 93
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:()V
         1: .line 94
            return
        end local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/HttpResponseDecoder;

  public void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
        start local 1 // int maxInitialLineLength
        start local 2 // int maxHeaderSize
        start local 3 // int maxChunkSize
         0: .line 101
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            iload 2 /* maxHeaderSize */
            iload 3 /* maxChunkSize */
            iconst_1
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZ)V
         1: .line 102
            return
        end local 3 // int maxChunkSize
        end local 2 // int maxHeaderSize
        end local 1 // int maxInitialLineLength
        end local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/handler/codec/http/HttpResponseDecoder;
            0    2     1  maxInitialLineLength  I
            0    2     2         maxHeaderSize  I
            0    2     3          maxChunkSize  I
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  
      maxHeaderSize         
      maxChunkSize          

  public void <init>(int, int, int, boolean);
    descriptor: (IIIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
        start local 1 // int maxInitialLineLength
        start local 2 // int maxHeaderSize
        start local 3 // int maxChunkSize
        start local 4 // boolean validateHeaders
         0: .line 106
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            iload 2 /* maxHeaderSize */
            iload 3 /* maxChunkSize */
            iconst_1
            iload 4 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZZ)V
         1: .line 107
            return
        end local 4 // boolean validateHeaders
        end local 3 // int maxChunkSize
        end local 2 // int maxHeaderSize
        end local 1 // int maxInitialLineLength
        end local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/handler/codec/http/HttpResponseDecoder;
            0    2     1  maxInitialLineLength  I
            0    2     2         maxHeaderSize  I
            0    2     3          maxChunkSize  I
            0    2     4       validateHeaders  Z
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  
      maxHeaderSize         
      maxChunkSize          
      validateHeaders       

  public void <init>(int, int, int, boolean, int);
    descriptor: (IIIZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
        start local 1 // int maxInitialLineLength
        start local 2 // int maxHeaderSize
        start local 3 // int maxChunkSize
        start local 4 // boolean validateHeaders
        start local 5 // int initialBufferSize
         0: .line 112
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            iload 2 /* maxHeaderSize */
            iload 3 /* maxChunkSize */
            iconst_1
            iload 4 /* validateHeaders */
            iload 5 /* initialBufferSize */
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZZI)V
         1: .line 113
            return
        end local 5 // int initialBufferSize
        end local 4 // boolean validateHeaders
        end local 3 // int maxChunkSize
        end local 2 // int maxHeaderSize
        end local 1 // int maxInitialLineLength
        end local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/handler/codec/http/HttpResponseDecoder;
            0    2     1  maxInitialLineLength  I
            0    2     2         maxHeaderSize  I
            0    2     3          maxChunkSize  I
            0    2     4       validateHeaders  Z
            0    2     5     initialBufferSize  I
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  
      maxHeaderSize         
      maxChunkSize          
      validateHeaders       
      initialBufferSize     

  protected io.netty.handler.codec.http.HttpMessage createMessage(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
        start local 1 // java.lang.String[] initialLine
         0: .line 117
            new io.netty.handler.codec.http.DefaultHttpResponse
            dup
         1: .line 118
            aload 1 /* initialLine */
            iconst_0
            aaload
            invokestatic io.netty.handler.codec.http.HttpVersion.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpVersion;
         2: .line 119
            aload 1 /* initialLine */
            iconst_1
            aaload
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            aload 1 /* initialLine */
            iconst_2
            aaload
            invokestatic io.netty.handler.codec.http.HttpResponseStatus.valueOf:(ILjava/lang/String;)Lio/netty/handler/codec/http/HttpResponseStatus;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpResponseDecoder.validateHeaders:Z
         3: .line 117
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Z)V
            areturn
        end local 1 // java.lang.String[] initialLine
        end local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lio/netty/handler/codec/http/HttpResponseDecoder;
            0    4     1  initialLine  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      initialLine  

  protected io.netty.handler.codec.http.HttpMessage createInvalidMessage();
    descriptor: ()Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
         0: .line 124
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_0:Lio/netty/handler/codec/http/HttpVersion;
            getstatic io.netty.handler.codec.http.HttpResponseDecoder.UNKNOWN_STATUS:Lio/netty/handler/codec/http/HttpResponseStatus;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpResponseDecoder.validateHeaders:Z
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Z)V
            areturn
        end local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpResponseDecoder;

  protected boolean isDecodingRequest();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
         0: .line 129
            iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.http.HttpResponseDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpResponseDecoder;
}
SourceFile: "HttpResponseDecoder.java"