| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNodeSynchronization |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
DefaultWebsocket |
WebSocketFactory.newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request,
String pathSpec,
NodeSynchronization sync,
WebsocketConsumer consumer,
String subprotocol,
String relativePath) |
DefaultWebsocket |
DefaultWebsocketFactory.newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request,
String pathSpec,
NodeSynchronization sync,
WebsocketConsumer consumer,
String subprotocol,
String relativePath) |
| Constructor and 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) |
Apache Camel