Uses of Class
org.apache.camel.component.vertx.websocket.VertxWebsocketHostKey
-
-
Uses of VertxWebsocketHostKey in org.apache.camel.component.vertx.websocket
Methods in org.apache.camel.component.vertx.websocket that return VertxWebsocketHostKey Modifier and Type Method Description static VertxWebsocketHostKey
VertxWebsocketHelper. createHostKey(VertxWebsocketConfiguration configuration)
Creates a VertxWebsocketHostKey from a given VertxWebsocketConfigurationMethods in org.apache.camel.component.vertx.websocket that return types with arguments of type VertxWebsocketHostKey Modifier and Type Method Description protected Map<VertxWebsocketHostKey,VertxWebsocketHost>
VertxWebsocketEndpoint. getVertxHostRegistry()
protected Map<VertxWebsocketHostKey,VertxWebsocketHost>
VertxWebsocketComponent. getVerxHostRegistry()
Methods in org.apache.camel.component.vertx.websocket with parameters of type VertxWebsocketHostKey Modifier and Type Method Description protected VertxWebsocketHost
VertxWebsocketComponent. createVertxWebsocketHost(VertxWebsocketHostConfiguration hostConfiguration, VertxWebsocketHostKey hostKey)
Constructors in org.apache.camel.component.vertx.websocket with parameters of type VertxWebsocketHostKey Constructor Description VertxWebsocketHost(VertxWebsocketHostConfiguration websocketHostConfiguration, VertxWebsocketHostKey key)
-