Class VertxWebsocketHostConfiguration
- java.lang.Object
-
- org.apache.camel.component.vertx.websocket.VertxWebsocketHostConfiguration
-
public class VertxWebsocketHostConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.ext.web.Router
getRouter()
io.vertx.core.http.HttpServerOptions
getServerOptions()
org.apache.camel.support.jsse.SSLContextParameters
getSslContextParameters()
io.vertx.core.Vertx
getVertx()
-
-
-
Method Detail
-
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()
-
-