Class VertxWebsocketHostConfiguration
java.lang.Object
org.apache.camel.component.vertx.websocket.VertxWebsocketHostConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionVertxWebsocketHostConfiguration
(io.vertx.core.Vertx vertx, io.vertx.ext.web.Router router, io.vertx.core.http.HttpServerOptions serverOptions, org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.Router
io.vertx.core.http.HttpServerOptions
org.apache.camel.support.jsse.SSLContextParameters
io.vertx.core.Vertx
getVertx()
-
Constructor Details
-
VertxWebsocketHostConfiguration
public VertxWebsocketHostConfiguration(io.vertx.core.Vertx vertx, io.vertx.ext.web.Router router, io.vertx.core.http.HttpServerOptions serverOptions, org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
-
-
Method Details
-
getVertx
public io.vertx.core.Vertx getVertx() -
getRouter
public io.vertx.ext.web.Router getRouter() -
getServerOptions
public io.vertx.core.http.HttpServerOptions getServerOptions() -
getSslContextParameters
public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
-