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

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

Classes in org.apache.camel.component.websocket that implement WebsocketProducerConsumer
 class WebsocketConsumer
           
 class WebsocketProducer
           
 

Methods in org.apache.camel.component.websocket with parameters of type WebsocketProducerConsumer
 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