public abstract class io.netty.handler.codec.rtsp.RtspObjectDecoder extends io.netty.handler.codec.http.HttpObjectDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.rtsp.RtspObjectDecoder
  super_class: io.netty.handler.codec.http.HttpObjectDecoder
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
         0: .line 62
            aload 0 /* this */
            sipush 4096
            sipush 8192
            sipush 8192
            invokespecial io.netty.handler.codec.rtsp.RtspObjectDecoder.<init>:(III)V
         1: .line 63
            return
        end local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/rtsp/RtspObjectDecoder;

  protected void <init>(int, int, int);
    descriptor: (III)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
        start local 1 // int maxInitialLineLength
        start local 2 // int maxHeaderSize
        start local 3 // int maxContentLength
         0: .line 69
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            iload 2 /* maxHeaderSize */
            iload 3 /* maxContentLength */
            iconst_2
            imul
            iconst_0
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZ)V
         1: .line 70
            return
        end local 3 // int maxContentLength
        end local 2 // int maxHeaderSize
        end local 1 // int maxInitialLineLength
        end local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/handler/codec/rtsp/RtspObjectDecoder;
            0    2     1  maxInitialLineLength  I
            0    2     2         maxHeaderSize  I
            0    2     3      maxContentLength  I
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  
      maxHeaderSize         
      maxContentLength      

  protected void <init>(int, int, int, boolean);
    descriptor: (IIIZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
        start local 1 // int maxInitialLineLength
        start local 2 // int maxHeaderSize
        start local 3 // int maxContentLength
        start local 4 // boolean validateHeaders
         0: .line 74
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
            iload 2 /* maxHeaderSize */
            iload 3 /* maxContentLength */
            iconst_2
            imul
            iconst_0
            iload 4 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZZ)V
         1: .line 75
            return
        end local 4 // boolean validateHeaders
        end local 3 // int maxContentLength
        end local 2 // int maxHeaderSize
        end local 1 // int maxInitialLineLength
        end local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/handler/codec/rtsp/RtspObjectDecoder;
            0    2     1  maxInitialLineLength  I
            0    2     2         maxHeaderSize  I
            0    2     3      maxContentLength  I
            0    2     4       validateHeaders  Z
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  
      maxHeaderSize         
      maxContentLength      
      validateHeaders       

  protected boolean isContentAlwaysEmpty(io.netty.handler.codec.http.HttpMessage);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
        start local 1 // io.netty.handler.codec.http.HttpMessage msg
         0: .line 81
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.isContentAlwaysEmpty:(Lio/netty/handler/codec/http/HttpMessage;)Z
            istore 2 /* empty */
        start local 2 // boolean empty
         1: .line 82
            iload 2 /* empty */
            ifeq 3
         2: .line 83
            iconst_1
            ireturn
         3: .line 85
      StackMap locals: int
      StackMap stack:
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.http.HttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.rtsp.RtspHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.contains:(Ljava/lang/CharSequence;)Z
            ifne 5
         4: .line 86
            iconst_1
            ireturn
         5: .line 88
      StackMap locals:
      StackMap stack:
            iload 2 /* empty */
            ireturn
        end local 2 // boolean empty
        end local 1 // io.netty.handler.codec.http.HttpMessage msg
        end local 0 // io.netty.handler.codec.rtsp.RtspObjectDecoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/netty/handler/codec/rtsp/RtspObjectDecoder;
            0    6     1    msg  Lio/netty/handler/codec/http/HttpMessage;
            1    6     2  empty  Z
    MethodParameters:
      Name  Flags
      msg   
}
SourceFile: "RtspObjectDecoder.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()