Uses of Package
org.glassfish.jersey.server.spi

Packages that use org.glassfish.jersey.server.spi
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
 

Classes in org.glassfish.jersey.server.spi used by org.glassfish.jersey.server
ContainerRequestContext
          Request context passed by the container to the JerseyApplication for each request.
 

Classes in org.glassfish.jersey.server.spi used by org.glassfish.jersey.server.spi
Container
          Jersey container service contract.
ContainerRequestContext
          Request context passed by the container to the JerseyApplication for each request.
ContainerResponseWriter
          A suspendable, request-scoped container response writer.
ContainerResponseWriter.TimeoutHandler
          Time-out handler can be registered when the container response writer gets suspended.
RequestScopedInitializer
          Custom initialization provider that is guaranteed to be run from within an active request scope.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.