public class io.netty.handler.codec.rtsp.RtspDecoder 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.rtsp.RtspDecoder
  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

  private boolean isDecodingRequest;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static final java.util.regex.Pattern versionPattern;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final int DEFAULT_MAX_INITIAL_LINE_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4096

  public static final int DEFAULT_MAX_HEADER_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  public static final int DEFAULT_MAX_CONTENT_LENGTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8192

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 62
            new io.netty.handler.codec.http.HttpResponseStatus
            dup
            sipush 999
            ldc "Unknown"
            invokespecial io.netty.handler.codec.http.HttpResponseStatus.<init>:(ILjava/lang/String;)V
         1: .line 61
            putstatic io.netty.handler.codec.rtsp.RtspDecoder.UNKNOWN_STATUS:Lio/netty/handler/codec/http/HttpResponseStatus;
         2: .line 72
            ldc "RTSP/\\d\\.\\d"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
            putstatic io.netty.handler.codec.rtsp.RtspDecoder.versionPattern:Ljava/util/regex/Pattern;
         3: .line 87
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
         0: .line 95
            aload 0 /* this */
            sipush 4096
         1: .line 96
            sipush 8192
         2: .line 97
            sipush 8192
            invokespecial io.netty.handler.codec.rtsp.RtspDecoder.<init>:(III)V
         3: .line 98
            return
        end local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/handler/codec/rtsp/RtspDecoder;

  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.rtsp.RtspDecoder this
        start local 1 // int maxInitialLineLength
        start local 2 // int maxHeaderSize
        start local 3 // int maxContentLength
         0: .line 109
            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 110
            return
        end local 3 // int maxContentLength
        end local 2 // int maxHeaderSize
        end local 1 // int maxInitialLineLength
        end local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lio/netty/handler/codec/rtsp/RtspDecoder;
            0    2     1  maxInitialLineLength  I
            0    2     2         maxHeaderSize  I
            0    2     3      maxContentLength  I
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  final
      maxHeaderSize         final
      maxContentLength      final

  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.rtsp.RtspDecoder this
        start local 1 // int maxInitialLineLength
        start local 2 // int maxHeaderSize
        start local 3 // int maxContentLength
        start local 4 // boolean validateHeaders
         0: .line 123
            aload 0 /* this */
            iload 1 /* maxInitialLineLength */
         1: .line 124
            iload 2 /* maxHeaderSize */
         2: .line 125
            iload 3 /* maxContentLength */
            iconst_2
            imul
         3: .line 126
            iconst_0
         4: .line 127
            iload 4 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZZ)V
         5: .line 128
            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.RtspDecoder this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lio/netty/handler/codec/rtsp/RtspDecoder;
            0    6     1  maxInitialLineLength  I
            0    6     2         maxHeaderSize  I
            0    6     3      maxContentLength  I
            0    6     4       validateHeaders  Z
    MethodParameters:
                      Name  Flags
      maxInitialLineLength  final
      maxHeaderSize         final
      maxContentLength      final
      validateHeaders       final

  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=8, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
        start local 1 // java.lang.String[] initialLine
         0: .line 135
            getstatic io.netty.handler.codec.rtsp.RtspDecoder.versionPattern:Ljava/util/regex/Pattern;
            aload 1 /* initialLine */
            iconst_0
            aaload
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            invokevirtual java.util.regex.Matcher.matches:()Z
            ifeq 8
         1: .line 136
            aload 0 /* this */
            iconst_0
            putfield io.netty.handler.codec.rtsp.RtspDecoder.isDecodingRequest:Z
         2: .line 137
            new io.netty.handler.codec.http.DefaultHttpResponse
            dup
            aload 1 /* initialLine */
            iconst_0
            aaload
            invokestatic io.netty.handler.codec.rtsp.RtspVersions.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpVersion;
         3: .line 138
            new io.netty.handler.codec.http.HttpResponseStatus
            dup
            aload 1 /* initialLine */
            iconst_1
            aaload
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
         4: .line 139
            aload 1 /* initialLine */
            iconst_2
            aaload
         5: .line 138
            invokespecial io.netty.handler.codec.http.HttpResponseStatus.<init>:(ILjava/lang/String;)V
         6: .line 140
            aload 0 /* this */
            getfield io.netty.handler.codec.rtsp.RtspDecoder.validateHeaders:Z
         7: .line 137
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Z)V
            areturn
         8: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.netty.handler.codec.rtsp.RtspDecoder.isDecodingRequest:Z
         9: .line 143
            new io.netty.handler.codec.http.DefaultHttpRequest
            dup
            aload 1 /* initialLine */
            iconst_2
            aaload
            invokestatic io.netty.handler.codec.rtsp.RtspVersions.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpVersion;
        10: .line 144
            aload 1 /* initialLine */
            iconst_0
            aaload
            invokestatic io.netty.handler.codec.rtsp.RtspMethods.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpMethod;
        11: .line 145
            aload 1 /* initialLine */
            iconst_1
            aaload
        12: .line 146
            aload 0 /* this */
            getfield io.netty.handler.codec.rtsp.RtspDecoder.validateHeaders:Z
        13: .line 143
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
            areturn
        end local 1 // java.lang.String[] initialLine
        end local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lio/netty/handler/codec/rtsp/RtspDecoder;
            0   14     1  initialLine  [Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
             Name  Flags
      initialLine  final

  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=2, args_size=2
        start local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
        start local 1 // io.netty.handler.codec.http.HttpMessage msg
         0: .line 154
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial io.netty.handler.codec.http.HttpObjectDecoder.isContentAlwaysEmpty:(Lio/netty/handler/codec/http/HttpMessage;)Z
            ifne 1
            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
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpMessage msg
        end local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/rtsp/RtspDecoder;
            0    2     1   msg  Lio/netty/handler/codec/http/HttpMessage;
    MethodParameters:
      Name  Flags
      msg   final

  protected io.netty.handler.codec.http.HttpMessage createInvalidMessage();
    descriptor: ()Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.rtsp.RtspDecoder this
         0: .line 159
            aload 0 /* this */
            getfield io.netty.handler.codec.rtsp.RtspDecoder.isDecodingRequest:Z
            ifeq 4
         1: .line 160
            new io.netty.handler.codec.http.DefaultFullHttpRequest
            dup
            getstatic io.netty.handler.codec.rtsp.RtspVersions.RTSP_1_0:Lio/netty/handler/codec/http/HttpVersion;
         2: .line 161
            getstatic io.netty.handler.codec.rtsp.RtspMethods.OPTIONS:Lio/netty/handler/codec/http/HttpMethod;
            ldc "/bad-request"
            aload 0 /* this */
            getfield io.netty.handler.codec.rtsp.RtspDecoder.validateHeaders:Z
         3: .line 160
            invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
            areturn
         4: .line 163
      StackMap locals:
      StackMap stack:
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
            getstatic io.netty.handler.codec.rtsp.RtspVersions.RTSP_1_0:Lio/netty/handler/codec/http/HttpVersion;
         5: .line 164
            getstatic io.netty.handler.codec.rtsp.RtspDecoder.UNKNOWN_STATUS:Lio/netty/handler/codec/http/HttpResponseStatus;
         6: .line 165
            aload 0 /* this */
            getfield io.netty.handler.codec.rtsp.RtspDecoder.validateHeaders:Z
         7: .line 163
            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.rtsp.RtspDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/netty/handler/codec/rtsp/RtspDecoder;

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