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 Modifier and Type Class Description classDefaultNodeSynchronizationMethods in org.apache.camel.component.websocket with parameters of type NodeSynchronization Modifier and Type Method Description protected WebsocketComponentServletWebsocketComponent. addServlet(NodeSynchronization sync, WebsocketProducerConsumer prodcon, String resourceUri)protected WebsocketComponentServletWebsocketComponent. createServlet(NodeSynchronization sync, String pathSpec, Map<String,WebsocketComponentServlet> servlets, org.eclipse.jetty.servlet.ServletContextHandler handler)DefaultWebsocketDefaultWebsocketFactory. newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath)DefaultWebsocketWebSocketFactory. newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath)Constructors in org.apache.camel.component.websocket with parameters of type NodeSynchronization Constructor Description DefaultWebsocket(NodeSynchronization sync, String pathSpec, WebsocketConsumer consumer)DefaultWebsocket(NodeSynchronization sync, String pathSpec, WebsocketConsumer consumer, String subprotocol, String relativePath)WebsocketComponentServlet(NodeSynchronization sync, String pathSpec, Map<String,WebSocketFactory> socketFactory)
-