| Modifier and Type | Method and Description |
|---|---|
static VertxWebsocketHostKey |
VertxWebsocketHelper.createHostKey(VertxWebsocketConfiguration configuration)
Creates a VertxWebsocketHostKey from a given VertxWebsocketConfiguration
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<VertxWebsocketHostKey,VertxWebsocketHost> |
VertxWebsocketEndpoint.getVertxHostRegistry() |
protected Map<VertxWebsocketHostKey,VertxWebsocketHost> |
VertxWebsocketComponent.getVertxHostRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected VertxWebsocketHost |
VertxWebsocketComponent.createVertxWebsocketHost(VertxWebsocketHostConfiguration hostConfiguration,
VertxWebsocketHostKey hostKey) |
| Constructor and Description |
|---|
VertxWebsocketHost(org.apache.camel.CamelContext camelContext,
VertxWebsocketHostConfiguration websocketHostConfiguration,
VertxWebsocketHostKey key) |
Apache Camel