Class HttpCompressionHandler

java.lang.Object
io.quarkus.vertx.web.runtime.HttpCompressionHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class HttpCompressionHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  • Constructor Details

    • HttpCompressionHandler

      public HttpCompressionHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> routeHandler, HttpCompression compression, Set<String> compressedMediaTypes)
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext context)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>