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 WebsocketConsumerMethods in org.apache.camel.component.websocket with parameters of type WebsocketConsumerModifier and TypeMethodDescriptionvoidWebsocketComponentServlet.connect(WebsocketConsumer consumer) voidWebsocketEndpoint.connect(WebsocketConsumer consumer) voidWebsocketComponentServlet.disconnect(WebsocketConsumer consumer) voidWebsocketEndpoint.disconnect(WebsocketConsumer consumer) DefaultWebsocketFactory.newInstance(org.eclipse.jetty.websocket.servlet.ServletUpgradeRequest request, String pathSpec, NodeSynchronization sync, WebsocketConsumer consumer, String subprotocol, String relativePath) WebSocketFactory.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 WebsocketConsumerModifierConstructorDescriptionDefaultWebsocket(NodeSynchronization sync, String pathSpec, WebsocketConsumer consumer) DefaultWebsocket(NodeSynchronization sync, String pathSpec, WebsocketConsumer consumer, String subprotocol, String relativePath)