|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuntimeDelegate.HeaderDelegate | |
---|---|
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. |
Uses of RuntimeDelegate.HeaderDelegate in com.sun.jersey.api.client |
---|
Fields in com.sun.jersey.api.client declared as RuntimeDelegate.HeaderDelegate | |
---|---|
protected static RuntimeDelegate.HeaderDelegate<java.util.Date> |
ClientResponse.dateDelegate
|
protected static RuntimeDelegate.HeaderDelegate<EntityTag> |
ClientResponse.entityTagDelegate
|
Uses of RuntimeDelegate.HeaderDelegate in com.sun.jersey.core.spi.factory |
---|
Methods in com.sun.jersey.core.spi.factory that return RuntimeDelegate.HeaderDelegate | ||
---|---|---|
|
AbstractRuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type)
|
Uses of RuntimeDelegate.HeaderDelegate in com.sun.jersey.spi |
---|
Subinterfaces of RuntimeDelegate.HeaderDelegate in com.sun.jersey.spi | |
---|---|
interface |
HeaderDelegateProvider<T>
A provider that supports the conversion of an HTTP header, of type T, to and from a String . |
Uses of RuntimeDelegate.HeaderDelegate in javax.ws.rs.ext |
---|
Methods in javax.ws.rs.ext that return RuntimeDelegate.HeaderDelegate | ||
---|---|---|
abstract
|
RuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type)
Obtain an instance of a HeaderDelegate for the supplied class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |