class io.vertx.core.http.impl.AssembledHttpResponse implements io.netty.handler.codec.http.HttpResponse, io.netty.handler.codec.http.HttpContent
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.AssembledHttpResponse
super_class: java.lang.Object
{
private boolean head;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.netty.handler.codec.http.HttpResponseStatus status;
descriptor: Lio/netty/handler/codec/http/HttpResponseStatus;
flags: (0x0002) ACC_PRIVATE
private io.netty.handler.codec.http.HttpVersion version;
descriptor: Lio/netty/handler/codec/http/HttpVersion;
flags: (0x0002) ACC_PRIVATE
private io.netty.handler.codec.http.HttpHeaders headers;
descriptor: Lio/netty/handler/codec/http/HttpHeaders;
flags: (0x0002) ACC_PRIVATE
private final io.netty.buffer.ByteBuf content;
descriptor: Lio/netty/buffer/ByteBuf;
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>(boolean, io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.handler.codec.http.HttpHeaders);
descriptor: (ZLio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/handler/codec/http/HttpHeaders;)V
flags: (0x0000)
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
aload 2
aload 3
aload 4
getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
invokespecial io.vertx.core.http.impl.AssembledHttpResponse.<init>:(ZLio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/buffer/ByteBuf;)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/vertx/core/http/impl/AssembledHttpResponse;
0 2 1 head Z
0 2 2 version Lio/netty/handler/codec/http/HttpVersion;
0 2 3 status Lio/netty/handler/codec/http/HttpResponseStatus;
0 2 4 headers Lio/netty/handler/codec/http/HttpHeaders;
MethodParameters:
Name Flags
head
version
status
headers
void <init>(boolean, io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.handler.codec.http.HttpHeaders, io.netty.buffer.ByteBuf);
descriptor: (ZLio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/buffer/ByteBuf;)V
flags: (0x0000)
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic io.netty.handler.codec.DecoderResult.SUCCESS:Lio/netty/handler/codec/DecoderResult;
putfield io.vertx.core.http.impl.AssembledHttpResponse.result:Lio/netty/handler/codec/DecoderResult;
2: aload 0
iload 1
putfield io.vertx.core.http.impl.AssembledHttpResponse.head:Z
3: aload 0
aload 3
putfield io.vertx.core.http.impl.AssembledHttpResponse.status:Lio/netty/handler/codec/http/HttpResponseStatus;
4: aload 0
aload 2
putfield io.vertx.core.http.impl.AssembledHttpResponse.version:Lio/netty/handler/codec/http/HttpVersion;
5: aload 0
aload 4
putfield io.vertx.core.http.impl.AssembledHttpResponse.headers:Lio/netty/handler/codec/http/HttpHeaders;
6: aload 0
aload 5
putfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
7: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
0 8 1 head Z
0 8 2 version Lio/netty/handler/codec/http/HttpVersion;
0 8 3 status Lio/netty/handler/codec/http/HttpResponseStatus;
0 8 4 headers Lio/netty/handler/codec/http/HttpHeaders;
0 8 5 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
head
version
status
headers
content
boolean head();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.head:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.netty.handler.codec.http.HttpContent copy();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.netty.handler.codec.http.HttpContent duplicate();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.netty.handler.codec.http.HttpContent retainedDuplicate();
descriptor: ()Lio/netty/handler/codec/http/HttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.netty.handler.codec.http.HttpContent replace(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/HttpContent;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
0 1 1 content Lio/netty/buffer/ByteBuf;
MethodParameters:
Name Flags
content
public io.vertx.core.http.impl.AssembledHttpResponse retain();
descriptor: ()Lio/vertx/core/http/impl/AssembledHttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.vertx.core.http.impl.AssembledHttpResponse retain(int);
descriptor: (I)Lio/vertx/core/http/impl/AssembledHttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
iload 1
invokevirtual io.netty.buffer.ByteBuf.retain:(I)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
0 2 1 increment I
MethodParameters:
Name Flags
increment
public io.netty.handler.codec.http.HttpResponseStatus getStatus();
descriptor: ()Lio/netty/handler/codec/http/HttpResponseStatus;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.status:Lio/netty/handler/codec/http/HttpResponseStatus;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.vertx.core.http.impl.AssembledHttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.status:Lio/netty/handler/codec/http/HttpResponseStatus;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
0 2 1 status Lio/netty/handler/codec/http/HttpResponseStatus;
MethodParameters:
Name Flags
status
public io.vertx.core.http.impl.AssembledHttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.version:Lio/netty/handler/codec/http/HttpVersion;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
0 2 1 version Lio/netty/handler/codec/http/HttpVersion;
MethodParameters:
Name Flags
version
public io.netty.handler.codec.http.HttpVersion getProtocolVersion();
descriptor: ()Lio/netty/handler/codec/http/HttpVersion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.version:Lio/netty/handler/codec/http/HttpVersion;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.netty.handler.codec.http.HttpVersion protocolVersion();
descriptor: ()Lio/netty/handler/codec/http/HttpVersion;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.version:Lio/netty/handler/codec/http/HttpVersion;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.netty.handler.codec.http.HttpResponseStatus status();
descriptor: ()Lio/netty/handler/codec/http/HttpResponseStatus;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.status:Lio/netty/handler/codec/http/HttpResponseStatus;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.vertx.core.http.impl.AssembledHttpResponse touch();
descriptor: ()Lio/vertx/core/http/impl/AssembledHttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.touch:()Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.vertx.core.http.impl.AssembledHttpResponse touch(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledHttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
aload 1
invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
pop
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
0 2 1 hint Ljava/lang/Object;
MethodParameters:
Name Flags
hint
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.vertx.core.http.impl.AssembledHttpResponse.result:Lio/netty/handler/codec/DecoderResult;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public io.netty.handler.codec.http.HttpHeaders headers();
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.vertx.core.http.impl.AssembledHttpResponse.headers:Lio/netty/handler/codec/http/HttpHeaders;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
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
getfield io.vertx.core.http.impl.AssembledHttpResponse.result:Lio/netty/handler/codec/DecoderResult;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.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/vertx/core/http/impl/AssembledHttpResponse;
0 2 1 result Lio/netty/handler/codec/DecoderResult;
MethodParameters:
Name Flags
result
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: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public int refCnt();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public boolean release();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
invokevirtual io.netty.buffer.ByteBuf.release:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
public boolean release(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.core.http.impl.AssembledHttpResponse.content:Lio/netty/buffer/ByteBuf;
iload 1
invokevirtual io.netty.buffer.ByteBuf.release:(I)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.copy:()Lio/netty/handler/codec/http/HttpContent;
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.vertx.core.http.impl.AssembledHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.duplicate:()Lio/netty/handler/codec/http/HttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpMessage setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpMessage;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.AssembledHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledHttpResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpResponse;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.AssembledHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/HttpContent;
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.vertx.core.http.impl.AssembledHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledHttpResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http.HttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/netty/handler/codec/http/HttpResponse;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokevirtual io.vertx.core.http.impl.AssembledHttpResponse.setStatus:(Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledHttpResponse;
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.vertx.core.http.impl.AssembledHttpResponse.retainedDuplicate:()Lio/netty/handler/codec/http/HttpContent;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AssembledHttpResponse.java"