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
 WebsocketConsumer WebsocketComponentServlet.getConsumer()
           
 

Methods in org.apache.camel.component.websocket with parameters of type WebsocketConsumer
protected  WebsocketComponentServlet WebsocketComponent.addServlet(NodeSynchronization sync, WebsocketConsumer consumer, String remaining)
           
 void WebsocketComponentServlet.connect(WebsocketConsumer consumer)
           
 void WebsocketEndpoint.connect(WebsocketConsumer consumer)
           
 void WebsocketComponentServlet.disconnect(WebsocketConsumer consumer)
           
 void WebsocketEndpoint.disconnect(WebsocketConsumer consumer)
           
 void WebsocketComponentServlet.setConsumer(WebsocketConsumer consumer)
           
 

Constructors in org.apache.camel.component.websocket with parameters of type WebsocketConsumer
DefaultWebsocket(NodeSynchronization sync, WebsocketConsumer consumer)
           
 



Apache Camel