Uses of Class
org.glassfish.tyrus.spi.SPIEndpoint

Packages that use SPIEndpoint
org.glassfish.tyrus   
org.glassfish.tyrus.grizzly   
org.glassfish.tyrus.spi   
 

Uses of SPIEndpoint in org.glassfish.tyrus
 

Subclasses of SPIEndpoint in org.glassfish.tyrus
 class EndpointWrapper
          Wraps the registered application class.
 

Uses of SPIEndpoint in org.glassfish.tyrus.grizzly
 

Methods in org.glassfish.tyrus.grizzly with parameters of type SPIEndpoint
 TyrusClientSocket GrizzlyEngine.openClientSocket(String path, ClientEndpointConfiguration cec, SPIEndpoint endpoint)
           
 

Uses of SPIEndpoint in org.glassfish.tyrus.spi
 

Methods in org.glassfish.tyrus.spi that return types with arguments of type SPIEndpoint
 Set<SPIEndpoint> TyrusClientSocket.getEndpoints()
          Returns the mutable Set of endpoints registered
 

Methods in org.glassfish.tyrus.spi with parameters of type SPIEndpoint
 TyrusClientSocket TyrusContainer.openClientSocket(String path, ClientEndpointConfiguration cec, SPIEndpoint endpoint)
           
 SPIRegisteredEndpoint TyrusServer.register(SPIEndpoint endpoint)
          The register method is called by the SDK when it has created a web socket endpoint it wishes to be managed.
 



Copyright © 2012. All Rights Reserved.