Uses of Class
org.apache.camel.component.vertx.websocket.VertxWebsocketEvent
-
-
Uses of VertxWebsocketEvent in org.apache.camel.component.vertx.websocket
Methods in org.apache.camel.component.vertx.websocket that return VertxWebsocketEvent Modifier and Type Method Description static VertxWebsocketEventVertxWebsocketEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static VertxWebsocketEvent[]VertxWebsocketEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.vertx.websocket with parameters of type VertxWebsocketEvent Modifier and Type Method Description protected voidVertxWebsocketConsumer. populateExchangeHeaders(org.apache.camel.Exchange exchange, String connectionKey, io.vertx.core.net.SocketAddress remote, io.vertx.ext.web.RoutingContext routingContext, VertxWebsocketEvent event)
-