Uses of Class
javax.websocket.Endpoint

Uses of Endpoint in javax.websocket
 

Method parameters in javax.websocket with type arguments of type Endpoint
 Session WebSocketContainer.connectToServer(Class<? extends Endpoint> endpointClass, ClientEndpointConfiguration cec, URI path)
          Connect the supplied programmatic endpoint to its server with the given configuration.
 




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