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.Routerio.vertx.core.http.HttpServerOptionsorg.apache.camel.support.jsse.SSLContextParametersio.vertx.core.VertxgetVertx()
-
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()
-