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 WebSocketFactoryFields in org.apache.camel.component.websocket with type parameters of type WebSocketFactoryModifier and TypeFieldDescriptionprotected Map<String,
WebSocketFactory> WebsocketComponent.socketFactory
Methods in org.apache.camel.component.websocket that return types with arguments of type WebSocketFactoryModifier and TypeMethodDescriptionWebsocketComponent.getSocketFactory()
WebsocketComponentServlet.getSocketFactory()
Method parameters in org.apache.camel.component.websocket with type arguments of type WebSocketFactoryModifier and TypeMethodDescriptionvoid
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 WebSocketFactoryModifierConstructorDescriptionWebsocketComponentServlet
(NodeSynchronization sync, String pathSpec, Map<String, WebSocketFactory> socketFactory)