Class HttpServerOptionsUtils

java.lang.Object
io.quarkus.vertx.http.runtime.options.HttpServerOptionsUtils

public class HttpServerOptionsUtils extends Object
  • Field Details

    • RANDOM_PORT_MAIN_HTTP

      public static final int RANDOM_PORT_MAIN_HTTP
      When the http port is set to 0, replace it by this value to let Vert.x choose a random port
      See Also:
    • RANDOM_PORT_MAIN_TLS

      public static final int RANDOM_PORT_MAIN_TLS
      When the https port is set to 0, replace it by this value to let Vert.x choose a random port
      See Also:
    • RANDOM_PORT_MANAGEMENT

      public static final int RANDOM_PORT_MANAGEMENT
      When the management port is set to 0, replace it by this value to let Vert.x choose a random port
      See Also:
  • Constructor Details

    • HttpServerOptionsUtils

      public HttpServerOptionsUtils()
  • Method Details