Uses of Class
org.apache.camel.component.websocket.WebsocketComponentServlet
-
-
Uses of WebsocketComponentServlet in org.apache.camel.component.websocket
Methods in org.apache.camel.component.websocket that return WebsocketComponentServlet Modifier and Type Method Description protected WebsocketComponentServlet
WebsocketComponent. addServlet(NodeSynchronization sync, WebsocketProducerConsumer prodcon, String resourceUri)
protected WebsocketComponentServlet
WebsocketComponent. createServlet(NodeSynchronization sync, String pathSpec, Map<String,WebsocketComponentServlet> servlets, org.eclipse.jetty.servlet.ServletContextHandler handler)
Method parameters in org.apache.camel.component.websocket with type arguments of type WebsocketComponentServlet Modifier and Type Method Description protected WebsocketComponentServlet
WebsocketComponent. createServlet(NodeSynchronization sync, String pathSpec, Map<String,WebsocketComponentServlet> servlets, org.eclipse.jetty.servlet.ServletContextHandler handler)
-