Package io.quarkus.vertx.http


package io.quarkus.vertx.http
  • Class
    Description
    This annotation can be used to enable the compression of an HTTP response for a particular method.
    Quarkus fires a CDI event of this type asynchronously when the domain socket server starts listening on the configured host and port.
    Represent the actual runtime values of the Quarkus HTTP Server.
    Interface exposed by beans willing to customizing the HTTP server options.
    Registers the HttpServer with ValueRegistry.
    Quarkus fires a CDI event of this type asynchronously when the HTTP server starts listening on the configured host and port.
    Quarkus fires a CDI event of this type asynchronously when the HTTPS server starts listening on the configured host and port.
    A class allowing to access the management router.
    This annotation can be used to disable the compression of an HTTP response for a particular method.