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 WebsocketConsumer
WebsocketComponentServlet. getConsumer()
Methods in org.apache.camel.component.websocket with parameters of type WebsocketConsumer Modifier and Type Method Description void
WebsocketComponentServlet. connect(WebsocketConsumer consumer)
void
WebsocketEndpoint. connect(WebsocketConsumer consumer)
void
WebsocketComponentServlet. disconnect(WebsocketConsumer consumer)
void
WebsocketEndpoint. disconnect(WebsocketConsumer consumer)
DefaultWebsocket
DefaultWebsocketFactory. newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath)
DefaultWebsocket
WebSocketFactory. newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath)
void
WebsocketComponentServlet. 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)
-