|
||||||||||
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.impl.provider.header | |
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<Date> |
ClientResponse.dateDelegate
|
protected static RuntimeDelegate.HeaderDelegate<EntityTag> |
ClientResponse.entityTagDelegate
|
Uses of RuntimeDelegate.HeaderDelegate in com.sun.jersey.core.impl.provider.header |
---|
Classes in com.sun.jersey.core.impl.provider.header that implement RuntimeDelegate.HeaderDelegate | |
---|---|
class |
CacheControlProvider
|
class |
CookieProvider
|
class |
DateProvider
|
class |
EntityTagProvider
|
class |
LinkHeaderProvider
Provider for Link Headers. |
class |
LocaleProvider
|
class |
MediaTypeProvider
|
class |
NewCookieProvider
|
class |
StringProvider
|
class |
URIProvider
|
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(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(Class<T> type)
Obtain an instance of a HeaderDelegate for the supplied class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |