| Package | Description |
|---|---|
| org.glassfish.jersey.server.internal.inject |
Jersey server-side JAX-RS injection support classes.
|
| org.glassfish.jersey.server.model |
Jersey server-side application & resource modeling classes.
|
| org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
| org.glassfish.jersey.server.spi.internal |
Jersey server-side internal service provider contract (SPI) classes.
|
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfiguredValidator
Configured
Validator for Jersey validation purposes. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelProcessor
Contract for a model processors that processes
resource models during application initialization
and resource returned by sub resource locators. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContainerLifecycleListener
Classes implementing this contract receive container life-cycle notification
events.
|
interface |
ContainerProvider
Service-provider interface for creating container instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueFactoryProvider
Parameter value factory SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentEncoder
Standard contract for plugging in content encoding support.
|
interface |
HeaderDelegateProvider<T>
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String. |
interface |
RequestExecutorsProvider
Pluggable provider of
executor services used to run
Jersey request and response processing code. |
interface |
ResponseExecutorsProvider
Pluggable provider of
executor services used to run
Jersey request and response processing code. |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.