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 0: aload 0
sipush 4096
sipush 8192
sipush 8192
invokespecial io.netty.handler.codec.rtsp.RtspObjectDecoder.<init>:(III)V
1: return
end local 0 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 start local 1 start local 2 start local 3 0: aload 0
iload 1
iload 2
iload 3
iconst_2
imul
iconst_0
invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZ)V
1: return
end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
iload 1
iload 2
iload 3
iconst_2
imul
iconst_0
iload 4
invokespecial io.netty.handler.codec.http.HttpObjectDecoder.<init>:(IIIZZ)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
invokespecial io.netty.handler.codec.http.HttpObjectDecoder.isContentAlwaysEmpty:(Lio/netty/handler/codec/http/HttpMessage;)Z
istore 2
start local 2 1: iload 2
ifeq 3
2: iconst_1
ireturn
3: StackMap locals: int
StackMap stack:
aload 1
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: iconst_1
ireturn
5: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 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()