Uses of Interface
org.apache.camel.builder.component.dsl.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder
Packages that use VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder
-
Uses of VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.vertxWebsocket()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 -
Uses of VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilderModifier and TypeMethodDescriptionVertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.allowOriginHeader(boolean allowOriginHeader) Whether the WebSocket client should add the Origin header to the WebSocket handshake request.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.defaultHost(String defaultHost) Default value for host name that the WebSocket should bind to.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.defaultPort(int defaultPort) Default value for the port that the WebSocket should bind to.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.originHeaderUrl(String originHeaderUrl) The value of the Origin header that the WebSocket client should use on the WebSocket handshake request.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.router(io.vertx.ext.web.Router router) To provide a custom vertx router to use on the WebSocket server.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.useGlobalSslContextParameters(boolean useGlobalSslContextParameters) Enable usage of global SSL context parameters.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.vertx(io.vertx.core.Vertx vertx) To use an existing vertx instead of creating a new instance.VertxWebsocketComponentBuilderFactory.VertxWebsocketComponentBuilder.vertxOptions(io.vertx.core.VertxOptions vertxOptions) To provide a custom set of vertx options for configuring vertx.VertxWebsocketComponentBuilderFactory.vertxWebsocket()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