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 classDefaultWebsocketFactoryDefault 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. socketFactoryMethods 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 voidWebsocketComponent. setSocketFactory(Map<String,WebSocketFactory> socketFactory)To configure a map which contains custom WebSocketFactory for sub protocols.voidWebsocketComponentServlet. 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)
-