final class io.vertx.core.http.impl.HttpChunkContentCompressor extends io.netty.handler.codec.http.HttpContentCompressor
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.vertx.core.http.impl.HttpChunkContentCompressor
super_class: io.netty.handler.codec.http.HttpContentCompressor
{
public void write(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
instanceof io.netty.buffer.ByteBuf
ifeq 4
1: aload 2
checkcast io.netty.buffer.ByteBuf
astore 4
start local 4 2: aload 4
invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
ifeq 4
3: new io.netty.handler.codec.http.DefaultHttpContent
dup
aload 4
invokespecial io.netty.handler.codec.http.DefaultHttpContent.<init>:(Lio/netty/buffer/ByteBuf;)V
astore 2
end local 4 4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
invokespecial io.netty.handler.codec.http.HttpContentCompressor.write:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/core/http/impl/HttpChunkContentCompressor;
0 6 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 6 2 msg Ljava/lang/Object;
0 6 3 promise Lio/netty/channel/ChannelPromise;
2 4 4 buff Lio/netty/buffer/ByteBuf;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
ctx
msg
promise
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.handler.codec.http.HttpContentCompressor.<init>:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/core/http/impl/HttpChunkContentCompressor;
0 2 1 compressionLevel I
MethodParameters:
Name Flags
compressionLevel
}
SourceFile: "HttpChunkContentCompressor.java"