Class WebSocketHttpServerOptionsCustomizer
java.lang.Object
io.quarkus.websockets.next.runtime.WebSocketHttpServerOptionsCustomizer
- All Implemented Interfaces:
HttpServerOptionsCustomizer
@Dependent
public class WebSocketHttpServerOptionsCustomizer
extends Object
implements HttpServerOptionsCustomizer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomizeHttpServer(io.vertx.core.http.HttpServerOptions options) voidcustomizeHttpsServer(io.vertx.core.http.HttpServerOptions options) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.vertx.http.HttpServerOptionsCustomizer
customizeDomainSocketServer
-
Field Details
-
config
-
-
Constructor Details
-
WebSocketHttpServerOptionsCustomizer
public WebSocketHttpServerOptionsCustomizer()
-
-
Method Details
-
customizeHttpServer
public void customizeHttpServer(io.vertx.core.http.HttpServerOptions options) - Specified by:
customizeHttpServerin interfaceHttpServerOptionsCustomizer
-
customizeHttpsServer
public void customizeHttpsServer(io.vertx.core.http.HttpServerOptions options) - Specified by:
customizeHttpsServerin interfaceHttpServerOptionsCustomizer
-