Uses of Interface
org.glassfish.tyrus.spi.SPIRegisteredEndpoint

Packages that use SPIRegisteredEndpoint
org.glassfish.tyrus.spi   
 

Uses of SPIRegisteredEndpoint in org.glassfish.tyrus.spi
 

Methods in org.glassfish.tyrus.spi that return SPIRegisteredEndpoint
 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.
 

Methods in org.glassfish.tyrus.spi with parameters of type SPIRegisteredEndpoint
 void TyrusServer.unregister(SPIRegisteredEndpoint ge)
          The SDK calls unregister when it no longer wishes the endpoint to be in service.
 



Copyright © 2012. All Rights Reserved.