Uses of Class
javax.websocket.Endpoint

Packages that use Endpoint
javax.websocket   
javax.websocket.server   
 

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.
 

Uses of Endpoint in javax.websocket.server
 

Constructor parameters in javax.websocket.server with type arguments of type Endpoint
DefaultServerConfiguration(Class<? extends Endpoint> endpointClass, String path)
          Creates a server configuration with the given path
 




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