Uses of Class
org.apache.camel.component.vertx.websocket.VertxWebsocketConfiguration
-
-
Uses of VertxWebsocketConfiguration in org.apache.camel.component.vertx.websocket
Methods in org.apache.camel.component.vertx.websocket that return VertxWebsocketConfiguration Modifier and Type Method Description VertxWebsocketConfigurationVertxWebsocketEndpoint. getConfiguration()Methods in org.apache.camel.component.vertx.websocket with parameters of type VertxWebsocketConfiguration Modifier and Type Method Description static VertxWebsocketHostKeyVertxWebsocketHelper. createHostKey(VertxWebsocketConfiguration configuration)Creates a VertxWebsocketHostKey from a given VertxWebsocketConfigurationConstructors in org.apache.camel.component.vertx.websocket with parameters of type VertxWebsocketConfiguration Constructor Description VertxWebsocketEndpoint(String uri, VertxWebsocketComponent component, VertxWebsocketConfiguration configuration)
-