Uses of Class
io.quarkus.vertx.http.runtime.HttpCompression
-
Packages that use HttpCompression Package Description io.quarkus.vertx.http.runtime -
-
Uses of HttpCompression in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return HttpCompression Modifier and Type Method Description static HttpCompressionHttpCompression. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpCompression[]HttpCompression. values()Returns an array containing the constants of this enum type, in the order they are declared.
-