class io.vertx.core.http.impl.HttpUtils$CustomCompressor extends io.netty.handler.codec.http.HttpContentCompressor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.http.impl.HttpUtils$CustomCompressor
super_class: io.netty.handler.codec.http.HttpContentCompressor
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // io.vertx.core.http.impl.HttpUtils$CustomCompressor this
0: .line 546
aload 0 /* this */
invokespecial io.netty.handler.codec.http.HttpContentCompressor.<init>:()V
return
end local 0 // io.vertx.core.http.impl.HttpUtils$CustomCompressor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpUtils$CustomCompressor;
public io.netty.handler.codec.compression.ZlibWrapper determineWrapper(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/compression/ZlibWrapper;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.vertx.core.http.impl.HttpUtils$CustomCompressor this
start local 1 // java.lang.String acceptEncoding
0: .line 549
aload 0 /* this */
aload 1 /* acceptEncoding */
invokespecial io.netty.handler.codec.http.HttpContentCompressor.determineWrapper:(Ljava/lang/String;)Lio/netty/handler/codec/compression/ZlibWrapper;
areturn
end local 1 // java.lang.String acceptEncoding
end local 0 // io.vertx.core.http.impl.HttpUtils$CustomCompressor this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpUtils$CustomCompressor;
0 1 1 acceptEncoding Ljava/lang/String;
MethodParameters:
Name Flags
acceptEncoding
}
SourceFile: "HttpUtils.java"
NestHost: io.vertx.core.http.impl.HttpUtils
InnerClasses:
private CustomCompressor = io.vertx.core.http.impl.HttpUtils$CustomCompressor of io.vertx.core.http.impl.HttpUtils