Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
com.sun.jersey.spi |
Provides support for service providers.
|
javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
Modifier and Type | Field and Description |
---|---|
protected static RuntimeDelegate.HeaderDelegate<java.util.Date> |
ClientResponse.dateDelegate |
protected static RuntimeDelegate.HeaderDelegate<EntityTag> |
ClientResponse.entityTagDelegate |
Modifier and Type | Method and Description |
---|---|
<T> RuntimeDelegate.HeaderDelegate<T> |
AbstractRuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type) |
Modifier and Type | Interface and Description |
---|---|
interface |
HeaderDelegateProvider<T>
A provider that supports the conversion of an HTTP header, of type T, to and
from a
String . |
Modifier and Type | Method and Description |
---|---|
abstract <T> RuntimeDelegate.HeaderDelegate<T> |
RuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type)
Obtain an instance of a HeaderDelegate for the supplied class.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.