class io.vertx.core.http.impl.HttpServerWorker$EncodingDetector extends io.netty.handler.codec.http.HttpContentCompressor { private void (io.netty.handler.codec.compression.CompressionOptions[]) { io.netty.handler.codec.compression.CompressionOptions[] v; io.vertx.core.http.impl.HttpServerWorker$EncodingDetector v; v := @this: io.vertx.core.http.impl.HttpServerWorker$EncodingDetector; v := @parameter: io.netty.handler.codec.compression.CompressionOptions[]; specialinvoke v.(io.netty.handler.codec.compression.CompressionOptions[])>(v); return; } protected java.lang.String determineEncoding(java.lang.String) { java.lang.String v, v; io.vertx.core.http.impl.HttpServerWorker$EncodingDetector v; v := @this: io.vertx.core.http.impl.HttpServerWorker$EncodingDetector; v := @parameter: java.lang.String; v = specialinvoke v.(v); return v; } }