Uses of Class
org.apache.camel.component.websocket.WebsocketConsumer
-
-
Uses of WebsocketConsumer in org.apache.camel.component.websocket
Methods in org.apache.camel.component.websocket that return WebsocketConsumer Modifier and Type Method Description WebsocketConsumerWebsocketComponentServlet. getConsumer()Methods in org.apache.camel.component.websocket with parameters of type WebsocketConsumer Modifier and Type Method Description voidWebsocketComponentServlet. connect(WebsocketConsumer consumer)voidWebsocketEndpoint. connect(WebsocketConsumer consumer)voidWebsocketComponentServlet. disconnect(WebsocketConsumer consumer)voidWebsocketEndpoint. disconnect(WebsocketConsumer consumer)DefaultWebsocketDefaultWebsocketFactory. newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String protocol, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer)DefaultWebsocketWebSocketFactory. newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String protocol, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer)voidWebsocketComponentServlet. setConsumer(WebsocketConsumer consumer)Constructors in org.apache.camel.component.websocket with parameters of type WebsocketConsumer Constructor Description DefaultWebsocket(NodeSynchronization sync, String pathSpec, WebsocketConsumer consumer)
-