Class VertxWebsocketHelper
java.lang.Object
org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Appends a header value to exchange headers, using a List if there are multiple items for the same keystatic VertxWebsocketHostKey
createHostKey
(URI websockerURI) Creates a VertxWebsocketHostKey from a given VertxWebsocketConfigurationstatic boolean
webSocketHostPathMatches
(String hostPath, String targetPath) Determines whether the path of a WebSocket host (the vertx-websocket consumer) matches a target path (the vertx-websocket producer), taking path parameters and wildcard paths into consideration.
-
Method Details
-
createHostKey
Creates a VertxWebsocketHostKey from a given VertxWebsocketConfiguration -
appendHeader
Appends a header value to exchange headers, using a List if there are multiple items for the same key -
webSocketHostPathMatches
Determines whether the path of a WebSocket host (the vertx-websocket consumer) matches a target path (the vertx-websocket producer), taking path parameters and wildcard paths into consideration.
-