Uses of Class
javax.websocket.Endpoint

Packages that use Endpoint
javax.websocket   
org.glassfish.tyrus   
org.glassfish.tyrus.server   
 

Uses of Endpoint in javax.websocket
 

Method parameters in javax.websocket with type arguments of type Endpoint
 void ServerContainer.publishServer(Class<? extends Endpoint> endpointClazz)
          Publish the given endpoint with the provided configuration information.
 

Uses of Endpoint in org.glassfish.tyrus
 

Subclasses of Endpoint in org.glassfish.tyrus
 class AnnotatedEndpoint
          AnnotatedEndpoint of a class annotated using the WebSocketEndpoint annotations
 

Constructors in org.glassfish.tyrus with parameters of type Endpoint
EndpointWrapper(Endpoint endpoint, ClientContainer container, String contextPath)
           
 

Uses of Endpoint in org.glassfish.tyrus.server
 

Methods in org.glassfish.tyrus.server that return types with arguments of type Endpoint
 Set<Endpoint> ServerConfiguration.getEndpointInstances()
          Returns a set of Endpoint instances that should be exposed by the server in addition to the class-based endpoints returned from ServerConfiguration.getEndpointClasses().
 Set<Endpoint> DefaultServerConfiguration.getEndpointInstances()
           
 

Methods in org.glassfish.tyrus.server with parameters of type Endpoint
 DefaultServerConfiguration DefaultServerConfiguration.endpoint(Endpoint endpoint)
          Registers a new programmatic endpoint.
 DefaultServerConfiguration DefaultServerConfiguration.endpoints(Endpoint... endpoints)
          Registers new endpoint instances.
 

Method parameters in org.glassfish.tyrus.server with type arguments of type Endpoint
 void TyrusServerContainer.publishServer(Class<? extends Endpoint> endpointClass)
           
 



Copyright © 2012. All Rights Reserved.