Uses of Interface
org.apache.camel.builder.endpoint.dsl.VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder
Packages that use VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder
-
Uses of VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.vertxWebsocket(String path) Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax:vertx-websocket:host:port/pathPath parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode.StaticEndpointBuilders.vertxWebsocket(String componentName, String path) Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax:vertx-websocket:host:port/pathPath parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode. -
Uses of VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilderModifier and TypeMethodDescriptionVertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder.allowOriginHeader(boolean allowOriginHeader) Whether the WebSocket client should add the Origin header to the WebSocket handshake request.VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder.allowOriginHeader(String allowOriginHeader) Whether the WebSocket client should add the Origin header to the WebSocket handshake request.VertxWebsocketEndpointBuilderFactory.AdvancedVertxWebsocketEndpointBuilder.basic()VertxWebsocketEndpointBuilderFactory.endpointBuilder(String componentName, String path) VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder.handshakeHeaders(String key, Object value) Headers to send in the HTTP handshake request.VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder.handshakeHeaders(Map values) Headers to send in the HTTP handshake request.VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder.originHeaderUrl(String originHeaderUrl) The value of the Origin header that the WebSocket client should use on the WebSocket handshake request.VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder.sslContextParameters(String sslContextParameters) To configure security using SSLContextParameters.VertxWebsocketEndpointBuilderFactory.VertxWebsocketEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) To configure security using SSLContextParameters.VertxWebsocketEndpointBuilderFactory.VertxWebsocketBuilders.vertxWebsocket(String path) Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax:vertx-websocket:host:port/pathPath parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode.VertxWebsocketEndpointBuilderFactory.VertxWebsocketBuilders.vertxWebsocket(String componentName, String path) Vert.x WebSocket (camel-vertx-websocket) Expose WebSocket endpoints and connect to remote WebSocket servers using Vert.x Category: http,networking Since: 3.5 Maven coordinates: org.apache.camel:camel-vertx-websocket Syntax:vertx-websocket:host:port/pathPath parameter: host (required) WebSocket hostname, such as localhost or a remote host when in client mode.