Uses of Class
javax.websocket.DeploymentException

Uses of DeploymentException in javax.websocket
 

Methods in javax.websocket that throw DeploymentException
 void ClientContainer.connectToServer(Object endpoint, URI path)
          Connect the supplied annotated object to its server using the supplied handshake parameters.
 void ServerContainer.publishServer(Class<? extends Endpoint> endpointClazz)
          Publish the given endpoint with the provided configuration information.
 




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.