Uses of Class
org.glassfish.jersey.spi.Contract

Packages that use Contract
org.glassfish.jersey.server.internal.inject Jersey server-side JAX-RS injection support classes. 
org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes. 
org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. 
org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes. 
org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. 
 

Uses of Contract in org.glassfish.jersey.server.internal.inject
 

Classes in org.glassfish.jersey.server.internal.inject with annotations of type Contract
 interface ConfiguredValidator
          Configured validator for Jersey validation purposes.
 

Uses of Contract in org.glassfish.jersey.server.model
 

Classes in org.glassfish.jersey.server.model with annotations of type Contract
 interface ModelProcessor
          Contract for a model processors that processes resource models during application initialization and resource returned by sub resource locators.
 

Uses of Contract in org.glassfish.jersey.server.spi
 

Classes in org.glassfish.jersey.server.spi with annotations of type Contract
 interface Container
          Jersey container service contract.
 interface ContainerLifecycleListener
          Classes implementing this contract receive container life-cycle notification events.
 interface ContainerProvider
          Service-provider interface for creating container instances.
 

Uses of Contract in org.glassfish.jersey.server.spi.internal
 

Classes in org.glassfish.jersey.server.spi.internal with annotations of type Contract
 interface ValueFactoryProvider
          Parameter value factory SPI.
 

Uses of Contract in org.glassfish.jersey.spi
 

Classes in org.glassfish.jersey.spi with annotations of type Contract
 class ContentEncoder
          Standard contract for plugging in content encoding support.
 interface HeaderDelegateProvider<T>
          A provider that supports the conversion of an HTTP header, of type T, to and from a String.
 interface RequestExecutorsProvider
          Pluggable provider of executor services used to run Jersey request and response processing code.
 interface ResponseExecutorsProvider
          Pluggable provider of executor services used to run Jersey request and response processing code.
 interface RuntimeThreadProvider
          An extension contract for providing pluggable thread factory providers that produce thread factories used by Jersey runtime whenever a new thread factory is needed to create Jersey runtime threads.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.