Uses of Interface
org.apache.camel.component.websocket.NodeSynchronization

Uses of NodeSynchronization in org.apache.camel.component.websocket
 

Classes in org.apache.camel.component.websocket that implement NodeSynchronization
 class DefaultNodeSynchronization
           
 

Methods in org.apache.camel.component.websocket with parameters of type NodeSynchronization
protected  WebsocketComponentServlet WebsocketComponent.addServlet(NodeSynchronization sync, WebsocketConsumer consumer, String remaining)
           
protected  WebsocketComponentServlet WebsocketComponent.addServlet(NodeSynchronization sync, WebsocketProducer producer, String remaining)
           
protected  WebsocketComponentServlet WebsocketComponent.createServlet(NodeSynchronization sync, String pathSpec, Map<String,WebsocketComponentServlet> servlets, org.eclipse.jetty.servlet.ServletContextHandler handler)
           
 

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



Apache Camel