-
static interface
Builder for endpoint for the Vert.x WebSocket component.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.allowOriginHeader(boolean allowOriginHeader)
Whether the WebSocket client should add the Origin header to the
WebSocket handshake request.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.allowOriginHeader(String allowOriginHeader)
Whether the WebSocket client should add the Origin header to the
WebSocket handshake request.
VertxWebsocketEndpointBuilderFactory.AdvancedVertxWebsocketEndpointProducerBuilder.basic()
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.clientOptions(io.vertx.core.http.HttpClientOptions clientOptions)
Sets customized options for configuring the WebSocket client used in
the producer.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.clientOptions(String clientOptions)
Sets customized options for configuring the WebSocket client used in
the producer.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.clientSubProtocols(String clientSubProtocols)
Comma separated list of WebSocket subprotocols that the client should
use for the Sec-WebSocket-Protocol header.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.originHeaderUrl(String originHeaderUrl)
The value of the Origin header that the WebSocket client should use
on the WebSocket handshake request.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.sendToAll(boolean sendToAll)
To send to all websocket subscribers.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.sendToAll(String sendToAll)
To send to all websocket subscribers.
To configure security using SSLContextParameters.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters)
To configure security using SSLContextParameters.