B C D E F G H I O P S T V 
All Classes All Packages

B

buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
 

C

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
 
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.VertxWebsocketContants
 
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
 
createHostKey(VertxWebsocketConfiguration) - 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_SERVER_HOST - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketContants
 
DEFAULT_VERTX_SERVER_PATH - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketContants
 
DEFAULT_VERTX_SERVER_PORT - Static variable in class org.apache.camel.component.vertx.websocket.VertxWebsocketContants
 
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.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
 
extractHostName(String) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
Extracts the host name from the endpoint URI path or returns the Vert.x default HTTP server host (0.0.0.0) if one was not provided
extractPath(String) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
Extracts the WebSocket path from the endpoint URI path or returns the Vert.x default HTTP server path (/) if one was not provided
extractPortNumber(String) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
Extracts the port number from the endpoint URI path or returns the Vert.x default HTTP server port (0) if one was not provided

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

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
 
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
 
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
getEndpoint() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
 
getEndpoint() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketProducer
 
getHost() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
 
getHost() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
 
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
 
getPath() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
 
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
 
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
 
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.VertxWebsocketEndpoint
 
getVertxOptions() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
 
getVerxHostRegistry() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
 
getWebSocket(Exchange) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
 

H

hashCode() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
 

I

isEnabled(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
 
isLenientProperties() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
 
isManagedPort() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpoint
 
isSendToAll() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
 
isUseGlobalSslContextParameters() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketComponent
 

O

onException(String, Throwable) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
 
onMessage(String, Object) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConsumer
 
org.apache.camel.component.vertx.websocket - package org.apache.camel.component.vertx.websocket
 

P

process(Exchange, AsyncCallback) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketProducer
 
propertyNames() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketEndpointUriFactory
 

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.VertxWebsocketContants
 
setAllowedOriginPattern(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
Regex pattern to match the origin header sent by WebSocket clients
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
setHost(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
The host that the consumer should bind to or the host of the remote websocket destination that the producer should connect to
setPath(String) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
The path that the consumer should bind to or path of the remote websocket destination that the producer should connect to
setPort(int) - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
The port that the consumer should bind to or port of the remote websocket destination that the producer should connect to
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
 
setupSSLOptions(SSLContextParameters, TCPSSLOptions) - Static method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHelper
Configures key store and trust store options for the Vert.x client and server
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
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
Starts a previously started Vert.x HTTP server

T

toString() - Method in class org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
 

V

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
 
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
 
VertxWebsocketContants - Class in org.apache.camel.component.vertx.websocket
 
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
 
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 & port
VertxWebsocketHost(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
 
VertxWebsocketProducer - Class in org.apache.camel.component.vertx.websocket
 
VertxWebsocketProducer(VertxWebsocketEndpoint) - Constructor for class org.apache.camel.component.vertx.websocket.VertxWebsocketProducer
 
B C D E F G H I O P S T V 
All Classes All Packages