Class WebSocketHttpServerOptionsCustomizer

java.lang.Object
io.quarkus.websockets.next.runtime.WebSocketHttpServerOptionsCustomizer
All Implemented Interfaces:
io.quarkus.vertx.http.HttpServerOptionsCustomizer

@Dependent public class WebSocketHttpServerOptionsCustomizer extends Object implements io.quarkus.vertx.http.HttpServerOptionsCustomizer
  • Field Details

  • Constructor Details

    • WebSocketHttpServerOptionsCustomizer

      public WebSocketHttpServerOptionsCustomizer()
  • Method Details

    • customizeHttpServer

      public void customizeHttpServer(io.vertx.core.http.HttpServerOptions options)
      Specified by:
      customizeHttpServer in interface io.quarkus.vertx.http.HttpServerOptionsCustomizer
    • customizeHttpsServer

      public void customizeHttpsServer(io.vertx.core.http.HttpServerOptions options)
      Specified by:
      customizeHttpsServer in interface io.quarkus.vertx.http.HttpServerOptionsCustomizer