Uses of Annotation Interface
org.glassfish.jersey.spi.Contract

Packages that use Contract
Package
Description
Common Jersey service provider contract (SPI) classes.
  • Uses of Contract in org.glassfish.jersey.spi

    Classes in org.glassfish.jersey.spi with annotations of type Contract
    Modifier and Type
    Class
    Description
    class 
    Standard contract for plugging in content encoding support.
    interface 
    An extension contract for providing pluggable executor service providers to be used by Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
    interface 
    A provider that supports the conversion of an HTTP header, of type T, to and from a String.
    interface 
    An extension contract for providing pluggable scheduled executor service providers to be used by Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a Jersey runtime processing task.