Uses of Class
javax.net.websocket.Endpoint

Packages that use Endpoint
javax.net.websocket   
org.glassfish.tyrus.platform   
 

Uses of Endpoint in javax.net.websocket
 

Methods in javax.net.websocket with parameters of type Endpoint
 void ClientContainer.connectToServer(Endpoint endpoint, ClientConfiguration olc)
          Connect the supplied endpoint to its server using the supplied handshake parameters
 void ServerContainer.publishServer(Endpoint endpoint, ServerConfiguration ilc)
          Publish the given endpoint with the provided configuration information.
 

Uses of Endpoint in org.glassfish.tyrus.platform
 

Methods in org.glassfish.tyrus.platform with parameters of type Endpoint
 void ServerContainerImpl.connectToServer(Endpoint endpoint, ClientConfiguration olc)
           
 void ServerContainerImpl.publishServer(Endpoint endpoint, ServerConfiguration ilc)
          Publish the given endpoint with the provided configuration information.
 



Copyright © 2012. All Rights Reserved.