Uses of Package
org.glassfish.jersey.spi

Packages that use org.glassfish.jersey.spi
org.glassfish.jersey.internal Common Jersey internal API classes. 
org.glassfish.jersey.message Common Jersey messaging classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. 
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.internal
ContextResolvers
          An injectable interface providing look-up for ContextResolver<T> provider instances.
ExceptionMappers
          Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.message
ContentEncoder
          Standard contract for plugging in content encoding support.
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.message.internal
HeaderDelegateProvider
          A provider that supports the conversion of an HTTP header, of type T, to and from a String.
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.process.internal
RequestExecutorsProvider
          Pluggable provider of executor services used to run Jersey request and response processing code.
ResponseExecutorsProvider
          Pluggable provider of executor services used to run Jersey request and response processing code.
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.spi
Contract
          Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
 



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