-
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.clientSubProtocols(String clientSubProtocols)
Comma separated list of WebSocket subprotocols that the client should
use for the Sec-WebSocket-Protocol header.
Headers to send in the HTTP handshake request.
VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointProducerBuilder.handshakeHeaders(Map values)
Headers to send in the HTTP handshake request.
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.