See: Description
Interface | Description |
---|---|
ContextResolvers |
An injectable interface providing look-up for
ContextResolver<T>
provider instances. |
ExceptionMappers |
Provides lookup of
ExceptionMapper instances that can be used
to map exceptions to responses. |
ExecutorServiceProvider |
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 a
exception mapper interface . |
HeaderDelegateProvider<T> |
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String . |
ScheduledExecutorServiceProvider |
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.
|
Class | Description |
---|---|
AbstractThreadPoolProvider<E extends ThreadPoolExecutor> |
Abstract thread pool executor provider.
|
ContentEncoder |
Standard contract for plugging in content encoding support.
|
ScheduledThreadPoolExecutorProvider |
Default implementation of the Jersey
scheduled executor service provider SPI . |
ThreadPoolExecutorProvider |
Default implementation of the Jersey
executor service provider SPI . |
Annotation Type | Description |
---|---|
Contract |
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
|
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.