Uses of Class
org.apache.camel.component.vertx.websocket.VertxWebsocketHost
-
-
Uses of VertxWebsocketHost in org.apache.camel.component.vertx.websocket
Methods in org.apache.camel.component.vertx.websocket that return VertxWebsocketHost Modifier and Type Method Description protected VertxWebsocketHost
VertxWebsocketComponent. createVertxWebsocketHost(VertxWebsocketHostConfiguration hostConfiguration, VertxWebsocketHostKey hostKey)
Methods in org.apache.camel.component.vertx.websocket that return types with arguments of type VertxWebsocketHost Modifier and Type Method Description protected Map<VertxWebsocketHostKey,VertxWebsocketHost>
VertxWebsocketEndpoint. getVertxHostRegistry()
protected Map<VertxWebsocketHostKey,VertxWebsocketHost>
VertxWebsocketComponent. getVerxHostRegistry()
-