- secretPropertyNames() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
-
- SEND_TO_ALL - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
-
- setAllowedOriginPattern(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Regex pattern to match the origin header sent by WebSocket clients
- setClientOptions(HttpClientOptions) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Sets customized options for configuring the WebSocket client used in the producer
- setClientSubProtocols(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Comma separated list of WebSocket subprotocols that the client should use for the Sec-WebSocket-Protocol header
- setHost(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
The host that the consumer should bind to or the host of the remote websocket destination that the producer
should connect to
- setPath(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
The path that the consumer should bind to or path of the remote websocket destination that the producer should
connect to
- setPort(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
The port that the consumer should bind to or port of the remote websocket destination that the producer should
connect to
- setRouter(Router) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
To provide a custom vertx router to use on the WebSocket server
- setRouter(Router) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
To use an existing vertx router for the HTTP server
- setSendToAll(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
To send to all websocket subscribers.
- setServerOptions(HttpServerOptions) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Sets customized options for configuring the HTTP server hosting the WebSocket for the consumer
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
- setupSSLOptions(SSLContextParameters, TCPSSLOptions) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
-
Configures key store and trust store options for the Vert.x client and server
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
Enable usage of global SSL context parameters.
- setVertx(Vertx) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
To use an existing vertx instead of creating a new instance
- setVertxOptions(VertxOptions) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
To provide a custom set of vertx options for configuring vertx
- start() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Starts a Vert.x HTTP server to host the WebSocket router
- stop() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Starts a previously started Vert.x HTTP server