public class DefaultServerEndpointDeploymentStrategy extends Object implements ServerEndpointDeploymentStrategy
ServerEndpointDeploymentStrategy to deploy a Websocket endpoint using the given configuration| Constructor and Description |
|---|
DefaultServerEndpointDeploymentStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(javax.websocket.server.ServerContainer container,
javax.websocket.server.ServerEndpointConfig.Builder configBuilder)
Provides the capability to customize how the WebSocket server endpoint is configured and deployed.
|
public DefaultServerEndpointDeploymentStrategy()
public void deploy(javax.websocket.server.ServerContainer container,
javax.websocket.server.ServerEndpointConfig.Builder configBuilder)
throws javax.websocket.DeploymentException
ServerEndpointDeploymentStrategydeploy in interface ServerEndpointDeploymentStrategycontainer - The ServerContainer instance on which the endpoint will be deployed.configBuilder - The ServerEndpointConfig.Builder object to customize the endpoint configuration.javax.websocket.DeploymentExceptionApache Camel