Uses of Package
org.glassfish.jersey.spi
Packages that use org.glassfish.jersey.spi
Package
Description
Common Jersey internal API classes.
Configuration factory to handle external properties from different config SPI implementations
Common Jersey messaging classes.
Common Jersey internal messaging classes.
Common Jersey internal processing classes.
Common Jersey service provider contract (SPI) classes.
-
Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.internalClassDescriptionAn injectable interface providing look-up for
ContextResolver<T>provider instances.Provides lookup ofExceptionMapperinstances that can be used to map exceptions to responses.A provider that supports the conversion of an HTTP header, of type T, to and from aString. -
Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.internal.configClassDescriptionModel of configuration for external properties.Provider interface for external (SPI) providers to provide their configuration properties implementations Priority of providers can be adjusted by Priority annotation or just alphabetically (if no Provider annotation is found)
-
Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.message
-
Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.message.internalClassDescriptionA 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.internalClassDescriptionAn 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.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.
-
Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.spiClassDescriptionAbstract thread pool executor provider.Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).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.Model of configuration for external properties.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.