Uses of Class
javax.websocket.DeploymentException

Uses of DeploymentException in javax.websocket
 

Methods in javax.websocket that throw DeploymentException
 Session WebSocketContainer.connectToServer(Class<?> annotatedEndpointClass, URI path)
          Connect the supplied annotated endpoint to its server.
 Session WebSocketContainer.connectToServer(Class<? extends Endpoint> endpointClass, ClientEndpointConfig cec, URI path)
          Connect the supplied programmatic endpoint to its server with the given configuration.
 Session WebSocketContainer.connectToServer(Endpoint endpointInstance, ClientEndpointConfig cec, URI path)
          Connect the supplied programmatic client endpoint instance to its server with the given configuration.
 Session WebSocketContainer.connectToServer(Object annotatedEndpointInstance, URI path)
          Connect the supplied annotated endpoint instance to its server.
 



Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : users@websocket-spec.java.net