Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- appendHeader(Map<String, Object>, String, Object) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
-
Appends a header value to exchange headers, using a List if there are multiple items for the same key
B
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
C
- CLOSE - Enum constant in enum class org.apache.camel.component.vertx.websocket.VertxWebsocketEvent
-
The WebSocket connection was closed.
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointConfigurer
- configureWebSocketHandlers(WebSocket) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketClientConsumer
- connect(VertxWebsocketConsumer) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Sets up a Vert.x route and handler for the WebSocket path specified by the consumer configuration
- connectConsumer(VertxWebsocketConsumer) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- CONNECTION_KEY - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
- createConsumer(Processor) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- createEndpointInstance(String, VertxWebsocketConfiguration) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- createHostKey(URI) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
-
Creates a VertxWebsocketHostKey from a given VertxWebsocketConfiguration
- createProducer() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- createVertxWebsocketHost(VertxWebsocketHostConfiguration, VertxWebsocketHostKey) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
D
- DEFAULT_VERTX_CLIENT_WS_PORT - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
- DEFAULT_VERTX_CLIENT_WSS_PORT - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
- DEFAULT_VERTX_SERVER_HOST - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
- DEFAULT_VERTX_SERVER_PORT - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
- disconnect(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Removes the Vert.x route and handler for the WebSocket path specified by the consumer configuration
- disconnectConsumer(VertxWebsocketConsumer) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- doInit() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- doStart() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketClientConsumer
- doStart() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- doStart() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- doStop() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- doStop() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- doStop() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
E
- equals(Object) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
- equals(Object) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketPeer
- ERROR - Enum constant in enum class org.apache.camel.component.vertx.websocket.VertxWebsocketEvent
-
An error was encountered with the WebSocket.
- EVENT - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
F
- findPeerForConnectionKey(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
-
Finds a WebSocket associated with host for the given connection key
- findPeersForHostPort() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
-
Finds all WebSockets associated with a host matching this endpoint configured port and resource path
G
- getAllowedOriginPattern() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getClientOptions() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getClientSubProtocols() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointConfigurer
- getComponent() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- getComponent() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getConfiguration() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getConnectedPeer(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Gets a connected peer for the given connection key
- getConnectedPeers() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Gets all WebSocket peers connected to the Vert.x HTTP sever together with their associated connection key
- getConnectionKey() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketPeer
- getDefaultHost() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- getDefaultPort() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- getEndpoint() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketClientConsumer
- getEndpoint() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- getEndpoint() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketProducer
- getHandshakeHeaders() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getHost() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getHost() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
- getMaxReconnectAttempts() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getOptionType(String, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointConfigurer
- getOriginHeaderUrl() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- getOriginHeaderUrl() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getPath() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getPath() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketPeer
- getPort() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getPort() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Gets the port that the server is bound to.
- getPort() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
- getRawPath() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketPeer
- getReconnectInitialDelay() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getReconnectInterval() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getRouter() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- getRouter() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getRouter() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostConfiguration
- getServerOptions() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- getServerOptions() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostConfiguration
- getServiceProtocol() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getServiceUrl() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getSslContextParameters() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
To configure security using SSLContextParameters
- getSslContextParameters() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostConfiguration
- getVertx() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- getVertx() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getVertx() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostConfiguration
- getVertxHostRegistry() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- getVertxHostRegistry() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getVertxOptions() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- getWebSocket() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getWebSocket() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketPeer
- getWebSocket(Exchange) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getWebSocketConnectOptions(HttpClientOptions) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- getWebsocketURI() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
H
- handleResult(Object) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketClientConsumer
- hashCode() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
- hashCode() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketPeer
I
- isAllowOriginHeader() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- isAllowOriginHeader() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- isConsumeAsClient() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- isEnabled(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
- isFireWebSocketConnectionEvents() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- isHostedService() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- isLenientProperties() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- isLenientProperties() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
- isManagedHost(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Determines whether the specified host name is one that is managed by this host.
- isManagedPort(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Determines whether the specified port is one that is managed by this host.
- isSendToAll() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
M
- MESSAGE - Enum constant in enum class org.apache.camel.component.vertx.websocket.VertxWebsocketEvent
-
The WebSocket received a message.
- multiValuePrefixes() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
O
- onClose(String, SocketAddress, RoutingContext) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- onException(String, Throwable, SocketAddress, RoutingContext) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- onMessage(String, Object, SocketAddress, RoutingContext) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- onOpen(String, SocketAddress, RoutingContext, ServerWebSocket) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- OPEN - Enum constant in enum class org.apache.camel.component.vertx.websocket.VertxWebsocketEvent
-
The WebSocket connection was opened.
- org.apache.camel.component.vertx.websocket - package org.apache.camel.component.vertx.websocket
- ORIGIN_HTTP_HEADER_NAME - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
P
- populateExchangeHeaders(Exchange, String, SocketAddress, RoutingContext, VertxWebsocketEvent) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketProducer
- processExchange(Exchange) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketClientConsumer
- processExchange(Exchange, RoutingContext) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- propertyNames() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
R
- REMOTE_ADDRESS - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
S
- secretPropertyNames() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
- SEND_TO_ALL - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketConstants
- setAllowedOriginPattern(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Regex pattern to match the origin header sent by WebSocket clients
- setAllowOriginHeader(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
Whether the WebSocket client should add the Origin header to the WebSocket handshake request.
- setAllowOriginHeader(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Whether the WebSocket client should add the Origin header to the WebSocket handshake request.
- setClientOptions(HttpClientOptions) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Sets customized options for configuring the WebSocket client used in the producer
- setClientSubProtocols(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Comma separated list of WebSocket subprotocols that the client should use for the Sec-WebSocket-Protocol header
- setConsumeAsClient(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
When set to true, the consumer acts as a WebSocket client, creating exchanges on each received WebSocket event.
- setDefaultHost(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
Default value for host name that the WebSocket should bind to
- setDefaultPort(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
Default value for the port that the WebSocket should bind to
- setFireWebSocketConnectionEvents(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Whether the server consumer will create a message exchange when a new WebSocket peer connects or disconnects
- setHandshakeHeaders(Map<String, Object>) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Headers to send in the HTTP handshake request.
- setHost(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
WebSocket hostname, such as localhost or a remote host when in client mode.
- setMaxReconnectAttempts(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
When consumeAsClient is set to true this sets the maximum number of allowed reconnection attempts to a previously closed WebSocket.
- setOriginHeaderUrl(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
The value of the Origin header that the WebSocket client should use on the WebSocket handshake request.
- setOriginHeaderUrl(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
The value of the Origin header that the WebSocket client should use on the WebSocket handshake request.
- setPath(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
WebSocket path to use.
- setPort(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
WebSocket port number to use.
- setReconnectInitialDelay(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
When consumeAsClient is set to true this sets the initial delay in milliseconds before attempting to reconnect to a previously closed WebSocket.
- setReconnectInterval(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
When consumeAsClient is set to true this sets the interval in milliseconds at which reconnecting to a previously closed WebSocket occurs.
- setRouter(Router) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
To provide a custom vertx router to use on the WebSocket server
- setRouter(Router) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
To use an existing vertx router for the HTTP server
- setSendToAll(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
To send to all websocket subscribers.
- setServerOptions(HttpServerOptions) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
Sets customized options for configuring the HTTP server hosting the WebSocket for the consumer
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
Enable usage of global SSL context parameters.
- setVertx(Vertx) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
To use an existing vertx instead of creating a new instance
- setVertxOptions(VertxOptions) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
-
To provide a custom set of vertx options for configuring vertx
- setWebsocketURI(URI) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
The WebSocket URI address to use.
- start() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Starts a Vert.x HTTP server to host the WebSocket router
- stop() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
Stops a previously started Vert.x HTTP server
T
- toString() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
V
- valueOf(String) - Static method in enum class org.apache.camel.component.vertx.websocket.VertxWebsocketEvent
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.camel.component.vertx.websocket.VertxWebsocketEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VertxWebsocketClientConsumer - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketClientConsumer(Endpoint, Processor) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketClientConsumer
- VertxWebsocketComponent - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketComponent() - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
- VertxWebsocketComponentConfigurer - Class in org.apache.camel.component.vertx.websocket
-
Generated by camel build tools - do NOT edit this file!
- VertxWebsocketComponentConfigurer() - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketComponentConfigurer
- VertxWebsocketConfiguration - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketConfiguration() - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
- VertxWebsocketConstants - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketConsumer - Class in org.apache.camel.component.vertx.websocket
-
Implements a Vert.x Handler to handle WebSocket upgrade
- VertxWebsocketConsumer(VertxWebsocketEndpoint, Processor) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
- VertxWebsocketEndpoint - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketEndpoint(String, VertxWebsocketComponent, VertxWebsocketConfiguration) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
- VertxWebsocketEndpointConfigurer - Class in org.apache.camel.component.vertx.websocket
-
Generated by camel build tools - do NOT edit this file!
- VertxWebsocketEndpointConfigurer() - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointConfigurer
- VertxWebsocketEndpointUriFactory - Class in org.apache.camel.component.vertx.websocket
-
Generated by camel build tools - do NOT edit this file!
- VertxWebsocketEndpointUriFactory() - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
- VertxWebsocketEvent - Enum Class in org.apache.camel.component.vertx.websocket
-
Events that may be fired during the lifecycle of a WebSocket
- VertxWebsocketHelper - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketHost - Class in org.apache.camel.component.vertx.websocket
-
A Vert.x backed WebSocket host bound to a specified host invalid input: '&' port
- VertxWebsocketHost(CamelContext, VertxWebsocketHostConfiguration, VertxWebsocketHostKey) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketHost
- VertxWebsocketHostConfiguration - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketHostConfiguration(Vertx, Router, HttpServerOptions, SSLContextParameters) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketHostConfiguration
- VertxWebsocketHostKey - Class in org.apache.camel.component.vertx.websocket
-
A key to identify Vert.x WebSocket hosts
- VertxWebsocketHostKey(String, int) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
- VertxWebsocketPeer - Class in org.apache.camel.component.vertx.websocket
-
Represents a WebSocket peer connection
- VertxWebsocketPeer(ServerWebSocket, String) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketPeer
- VertxWebsocketProducer - Class in org.apache.camel.component.vertx.websocket
- VertxWebsocketProducer(VertxWebsocketEndpoint) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketProducer
W
- webSocketHostPathMatches(String, String) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
-
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.
All Classes and Interfaces|All Packages|Constant Field Values