final class io.netty.handler.codec.http.ComposedLastHttpContent implements io.netty.handler.codec.http.LastHttpContent
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http.ComposedLastHttpContent
super_class: java.lang.Object
{
private final io.netty.handler.codec.http.HttpHeaders trailingHeaders;
descriptor: Lio/netty/handler/codec/http/HttpHeaders;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private io.netty.handler.codec.DecoderResult result;
descriptor: Lio/netty/handler/codec/DecoderResult;
flags: (0x0002) ACC_PRIVATE
void <init>(io.netty.handler.codec.http.HttpHeaders);
descriptor: (Lio/netty/handler/codec/http/HttpHeaders;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.netty.handler.codec.http.ComposedLastHttpContent.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
0 3 1 trailingHeaders Lio/netty/handler/codec/http/HttpHeaders;
MethodParameters:
Name Flags
trailingHeaders
public io.netty.handler.codec.http.HttpHeaders trailingHeaders();
descriptor: ()Lio/netty/handler/codec/http/HttpHeaders;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.ComposedLastHttpContent.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public io.netty.handler.codec.http.LastHttpContent copy();
descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new io.netty.handler.codec.http.DefaultLastHttpContent
dup
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
invokespecial io.netty.handler.codec.http.DefaultLastHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
astore 1
start local 1 1: aload 1
invokeinterface io.netty.handler.codec.http.LastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Lio/netty/handler/codec/http/HttpHeaders;)Lio/netty/handler/codec/http/HttpHeaders;
pop
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
1 3 1 content Lio/netty/handler/codec/http/LastHttpContent;
public io.netty.handler.codec.http.LastHttpContent duplicate();
descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.copy:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public io.netty.handler.codec.http.LastHttpContent retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.copy:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public io.netty.handler.codec.http.LastHttpContent replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new io.netty.handler.codec.http.DefaultLastHttpContent
dup
aload 1
invokespecial io.netty.handler.codec.http.DefaultLastHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
astore 2
start local 2 1: aload 2
invokeinterface io.netty.handler.codec.http.LastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
invokevirtual io.netty.handler.codec.http.HttpHeaders.setAll:(Lio/netty/handler/codec/http/HttpHeaders;)Lio/netty/handler/codec/http/HttpHeaders;
pop
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
0 3 1 content Lio/netty/buffer/ByteBuf;
1 3 2 dup Lio/netty/handler/codec/http/LastHttpContent;
MethodParameters:
Name Flags
content
public io.netty.handler.codec.http.LastHttpContent retain(int);
descriptor: (I)Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
0 1 1 increment I
MethodParameters:
Name Flags
increment
public io.netty.handler.codec.http.LastHttpContent retain();
descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public io.netty.handler.codec.http.LastHttpContent touch();
descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public io.netty.handler.codec.http.LastHttpContent touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/LastHttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
0 1 1 hint Ljava/lang/Object;
MethodParameters:
Name Flags
hint
public io.netty.buffer.ByteBuf content();
descriptor: ()Lio/netty/buffer/ByteBuf;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public io.netty.handler.codec.DecoderResult decoderResult();
descriptor: ()Lio/netty/handler/codec/DecoderResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http.ComposedLastHttpContent.result:Lio/netty/handler/codec/DecoderResult;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public io.netty.handler.codec.DecoderResult getDecoderResult();
descriptor: ()Lio/netty/handler/codec/DecoderResult;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.decoderResult:()Lio/netty/handler/codec/DecoderResult;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public void setDecoderResult(io.netty.handler.codec.DecoderResult);
descriptor: (Lio/netty/handler/codec/DecoderResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.netty.handler.codec.http.ComposedLastHttpContent.result:Lio/netty/handler/codec/DecoderResult;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
0 2 1 result Lio/netty/handler/codec/DecoderResult;
MethodParameters:
Name Flags
result
public int refCnt();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public boolean release();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
public boolean release(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/ComposedLastHttpContent;
0 1 1 decrement I
MethodParameters:
Name Flags
decrement
public io.netty.buffer.ByteBufHolder copy();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.copy:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent copy();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.copy:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retain:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retain:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent retain();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retain:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted retain(int);
descriptor: (I)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retain:(I)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retain(int);
descriptor: (I)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retain:(I)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent retain(int);
descriptor: (I)Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retain:(I)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder duplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.duplicate:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent duplicate();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.duplicate:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.util.ReferenceCounted touch();
descriptor: ()Lio/netty/util/ReferenceCounted;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.touch:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder touch();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.touch:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent touch();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.touch:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.buffer.ByteBufHolder retainedDuplicate();
descriptor: ()Lio/netty/buffer/ByteBufHolder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retainedDuplicate:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpContent retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.netty.handler.codec.http.ComposedLastHttpContent.retainedDuplicate:()Lio/netty/handler/codec/http/LastHttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ComposedLastHttpContent.java"