Uses of Package
org.glassfish.tyrus.spi

Packages that use org.glassfish.tyrus.spi
org.glassfish.tyrus   
org.glassfish.tyrus.grizzly   
org.glassfish.tyrus.oldservlet   
org.glassfish.tyrus.server   
org.glassfish.tyrus.spi   
 

Classes in org.glassfish.tyrus.spi used by org.glassfish.tyrus
SPIEndpoint
          The WebSocket SDK implements SPIEndpoint with its representation of a websocket endpoint mapped to a base URI that wishes to handle incoming messages.
SPIHandshakeRequest
          The provider passes the handshake request to the SDK created endpoint
 

Classes in org.glassfish.tyrus.spi used by org.glassfish.tyrus.grizzly
SPIEndpoint
          The WebSocket SDK implements SPIEndpoint with its representation of a websocket endpoint mapped to a base URI that wishes to handle incoming messages.
TyrusClientSocket
           
TyrusContainer
          The TyrusContainer is the starting point of the provider SPI.
TyrusServer
          HTTP server abstraction.
 

Classes in org.glassfish.tyrus.spi used by org.glassfish.tyrus.oldservlet
TyrusContainer
          The TyrusContainer is the starting point of the provider SPI.
TyrusServer
          HTTP server abstraction.
 

Classes in org.glassfish.tyrus.spi used by org.glassfish.tyrus.server
TyrusContainer
          The TyrusContainer is the starting point of the provider SPI.
TyrusServer
          HTTP server abstraction.
 

Classes in org.glassfish.tyrus.spi used by org.glassfish.tyrus.spi
SPIEndpoint
          The WebSocket SDK implements SPIEndpoint with its representation of a websocket endpoint mapped to a base URI that wishes to handle incoming messages.
SPIHandshakeRequest
          The provider passes the handshake request to the SDK created endpoint
SPIRegisteredEndpoint
          The provider implements this interface in order to provide the web socket SDK a handle to the deployed endpoint that it may use later to unregister.
TyrusClientSocket
           
TyrusServer
          HTTP server abstraction.
 



Copyright © 2012. All Rights Reserved.