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.AdvancedVertxWebsocketEndpointBuilder.basic()VertxWebsocketEndpointBuilderFactory.endpointBuilder(String componentName, String path) 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.