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.monitoring Jersey server-side monitoring JMX MBeans interfaces. 
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.monitoring
 

Classes in org.glassfish.jersey.server.monitoring with annotations of type Contract
 interface ApplicationEventListener
          Jersey specific provider that listens to application events.
 interface MonitoringStatisticsListener
          A Jersey specific provider that listens to monitoring statistics.
 

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 RequestExecutorProvider
          Pluggable provider of executor service instance used to run different parts of 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.