Uses of Interface
org.apache.camel.websocket.jsr356.ServerEndpointDeploymentStrategy
-
-
Uses of ServerEndpointDeploymentStrategy in org.apache.camel.websocket.jsr356
Classes in org.apache.camel.websocket.jsr356 that implement ServerEndpointDeploymentStrategy Modifier and Type Class Description classDefaultServerEndpointDeploymentStrategyDefaultServerEndpointDeploymentStrategyto deploy a Websocket endpoint using the given configurationMethods in org.apache.camel.websocket.jsr356 that return ServerEndpointDeploymentStrategy Modifier and Type Method Description ServerEndpointDeploymentStrategyJSR356WebSocketComponent. getServerEndpointDeploymentStrategy()Methods in org.apache.camel.websocket.jsr356 with parameters of type ServerEndpointDeploymentStrategy Modifier and Type Method Description voidJSR356WebSocketComponent. setServerEndpointDeploymentStrategy(ServerEndpointDeploymentStrategy serverEndpointDeploymentStrategy)To enable customization of how a WebSocket ServerEndpoint is configured and deployed.
-