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 NodeSynchronizationMethods in org.apache.camel.component.websocket with parameters of type NodeSynchronizationModifier and TypeMethodDescriptionprotected WebsocketComponentServlet
WebsocketComponent.addServlet
(NodeSynchronization sync, WebsocketProducerConsumer prodcon, String resourceUri) protected WebsocketComponentServlet
WebsocketComponent.createServlet
(NodeSynchronization sync, String pathSpec, Map<String, WebsocketComponentServlet> servlets, org.eclipse.jetty.servlet.ServletContextHandler handler) DefaultWebsocketFactory.newInstance
(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath) WebSocketFactory.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 NodeSynchronizationModifierConstructorDescriptionDefaultWebsocket
(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)