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
 

Method parameters in javax.websocket.server with type arguments of type Endpoint
 Set<ServerEndpointConfiguration> ServerApplicationConfiguration.getEndpointConfigurations(Set<Class<? extends Endpoint>> endpointClasses)
          Return a set of ServerEndpointConfiguration instances that the server container will use to deploy the programmatic endpoints.
 



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