Package org.glassfish.jersey.spi
package org.glassfish.jersey.spi
Common Jersey service provider contract (SPI) classes.
-
ClassDescriptionAbstractThreadPoolProvider<E extends ThreadPoolExecutor>Abstract thread pool executor provider.Component provider interface to allow custom management of 3rd party components life-cycle and dependency injection.Standard contract for plugging in content encoding support.An injectable interface providing look-up for
ContextResolver<T>
provider instances.Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).Provides lookup ofExceptionMapper
instances that can be used to map exceptions to responses.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.ExtendedExceptionMapper<T extends Throwable>Extension of aexception mapper interface
.ExternalConfigurationModel<CONFIG>Model 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)A provider that supports the conversion of an HTTP header, of type T, to and from aString
.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.Default implementation of the Jerseyscheduled executor service provider SPI
.Default implementation of the Jerseyexecutor service provider SPI
.