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. |
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 . |
RequestExecutorProvider |
Pluggable provider of
executor service instance used to run
different parts of Jersey request and response processing code. |
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.
|
Class | Description |
---|---|
ContentEncoder |
Standard contract for plugging in content encoding support.
|
Annotation Type | Description |
---|---|
Contract |
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.