Class VertxWebsocketHostConfiguration


  • public class VertxWebsocketHostConfiguration
    extends Object
    • Constructor Detail

      • 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 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()