public class VertxWebsocketHostConfiguration extends Object
| Constructor and 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) |
| Modifier and Type | Method and 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() |
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)
public io.vertx.core.Vertx getVertx()
public io.vertx.ext.web.Router getRouter()
public io.vertx.core.http.HttpServerOptions getServerOptions()
public org.apache.camel.support.jsse.SSLContextParameters getSslContextParameters()
Apache Camel