| Package | Description |
|---|---|
| org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
| 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. |
interface |
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.
|
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.