Uses of Interface
org.apache.camel.component.websocket.WebSocketFactory
-
-
Uses of WebSocketFactory in org.apache.camel.component.websocket
Classes in org.apache.camel.component.websocket that implement WebSocketFactory Modifier and Type Class Description class
DefaultWebsocketFactory
Default websocket factory.Fields in org.apache.camel.component.websocket with type parameters of type WebSocketFactory Modifier and Type Field Description protected Map<String,WebSocketFactory>
WebsocketComponent. socketFactory
Methods in org.apache.camel.component.websocket that return types with arguments of type WebSocketFactory Modifier and Type Method Description Map<String,WebSocketFactory>
WebsocketComponent. getSocketFactory()
Map<String,WebSocketFactory>
WebsocketComponentServlet. getSocketFactory()
Method parameters in org.apache.camel.component.websocket with type arguments of type WebSocketFactory Modifier and Type Method Description void
WebsocketComponent. setSocketFactory(Map<String,WebSocketFactory> socketFactory)
To configure a map which contains custom WebSocketFactory for sub protocols.void
WebsocketComponentServlet. setSocketFactory(Map<String,WebSocketFactory> socketFactory)
Constructor parameters in org.apache.camel.component.websocket with type arguments of type WebSocketFactory Constructor Description WebsocketComponentServlet(NodeSynchronization sync, String pathSpec, Map<String,WebSocketFactory> socketFactory)
-