Modifier and Type | Class and Description |
---|---|
class |
WebsocketConsumer |
class |
WebsocketProducer |
Modifier and Type | Method and Description |
---|---|
protected WebsocketComponentServlet |
WebsocketComponent.addServlet(NodeSynchronization sync,
WebsocketProducerConsumer prodcon,
String resourceUri) |
void |
WebsocketComponent.connect(WebsocketProducerConsumer prodcon)
Connects the URL specified on the endpoint to the specified processor.
|
void |
WebsocketComponent.disconnect(WebsocketProducerConsumer prodcon)
Disconnects the URL specified on the endpoint from the specified
processor.
|
Apache Camel