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 VertxWebsocketHostKeyVertxWebsocketHelper. createHostKey(URI websockerURI)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>VertxWebsocketComponent. getVertxHostRegistry()protected Map<VertxWebsocketHostKey,VertxWebsocketHost>VertxWebsocketEndpoint. getVertxHostRegistry()Methods in org.apache.camel.component.vertx.websocket with parameters of type VertxWebsocketHostKey Modifier and Type Method Description protected VertxWebsocketHostVertxWebsocketComponent. createVertxWebsocketHost(VertxWebsocketHostConfiguration hostConfiguration, VertxWebsocketHostKey hostKey)Constructors in org.apache.camel.component.vertx.websocket with parameters of type VertxWebsocketHostKey Constructor Description VertxWebsocketHost(org.apache.camel.CamelContext camelContext, VertxWebsocketHostConfiguration websocketHostConfiguration, VertxWebsocketHostKey key)
-