Uses of Class
org.apache.camel.component.websocket.WebsocketConsumer
-
-
Uses of WebsocketConsumer in org.apache.camel.component.websocket
Methods in org.apache.camel.component.websocket that return WebsocketConsumer Modifier and Type Method Description WebsocketConsumerWebsocketComponentServlet. getConsumer()Methods in org.apache.camel.component.websocket with parameters of type WebsocketConsumer Modifier and Type Method Description voidWebsocketComponentServlet. connect(WebsocketConsumer consumer)voidWebsocketEndpoint. connect(WebsocketConsumer consumer)voidWebsocketComponentServlet. disconnect(WebsocketConsumer consumer)voidWebsocketEndpoint. disconnect(WebsocketConsumer consumer)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)voidWebsocketComponentServlet. setConsumer(WebsocketConsumer consumer)Constructors in org.apache.camel.component.websocket with parameters of type WebsocketConsumer Constructor Description DefaultWebsocket(NodeSynchronization sync, String pathSpec, WebsocketConsumer consumer)DefaultWebsocket(NodeSynchronization sync, String pathSpec, WebsocketConsumer consumer, String subprotocol, String relativePath)
-