Class DefaultServerEndpointDeploymentStrategy

    • Constructor Detail

      • DefaultServerEndpointDeploymentStrategy

        public DefaultServerEndpointDeploymentStrategy()
    • Method Detail

      • deploy

        public void deploy​(javax.websocket.server.ServerContainer container,
                           javax.websocket.server.ServerEndpointConfig.Builder configBuilder)
                    throws javax.websocket.DeploymentException
        Description copied from interface: ServerEndpointDeploymentStrategy
        Provides the capability to customize how the WebSocket server endpoint is configured and deployed.
        Specified by:
        deploy in interface ServerEndpointDeploymentStrategy
        Parameters:
        container - The ServerContainer instance on which the endpoint will be deployed.
        configBuilder - The ServerEndpointConfig.Builder object to customize the endpoint configuration.
        Throws:
        javax.websocket.DeploymentException