| Package | Description |
|---|---|
| org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
| org.glassfish.jersey.message |
Common Jersey messaging classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| org.glassfish.jersey.process.internal |
Common Jersey internal processing classes.
|
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| Class and 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. |
| Class and Description |
|---|
| ContentEncoder
Standard contract for plugging in content encoding support.
|
| Class and Description |
|---|
| HeaderDelegateProvider
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String. |
| Class and Description |
|---|
| RequestExecutorsProvider
Pluggable provider of
executor services used to run
Jersey request and response processing code. |
| ResponseExecutorsProvider
Pluggable provider of
executor services used to run
Jersey request and response processing code. |
| Class and Description |
|---|
| Contract
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
|
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.