Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.plugins.cache.server | |
org.jboss.resteasy.plugins.delegates | |
org.jboss.resteasy.plugins.interceptors | |
org.jboss.resteasy.specimpl |
Modifier and Type | Method and Description |
---|---|
Invocation.Builder |
Invocation.Builder.cacheControl(CacheControl cacheControl)
Set the cache control data of the message.
|
Modifier and Type | Method and Description |
---|---|
static CacheControl |
CacheControl.valueOf(String value)
Creates a new instance of CacheControl by parsing the supplied string.
|
Modifier and Type | Method and Description |
---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cacheControl(CacheControl cacheControl)
Set the cache control data of the message.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestHeaders.cacheControl(CacheControl cacheControl) |
Invocation.Builder |
ClientInvocationBuilder.cacheControl(CacheControl cacheControl) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedCacheControl
Adds support for the public directive which is not supported by
CacheControl for some reason. |
Modifier and Type | Method and Description |
---|---|
ServerCache.Entry |
SimpleServerCache.add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag)
Deprecated.
|
ServerCache.Entry |
ServerCache.add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag) |
ServerCache.Entry |
InfinispanCache.add(String uri,
MediaType mediaType,
CacheControl cc,
MultivaluedMap<String,Object> headers,
byte[] entity,
String etag) |
Modifier and Type | Method and Description |
---|---|
CacheControl |
CacheControlDelegate.fromString(String value) |
Modifier and Type | Method and Description |
---|---|
String |
CacheControlDelegate.toString(CacheControl value) |
Modifier and Type | Field and Description |
---|---|
protected CacheControl |
CacheControlFilter.cacheControl |
Modifier and Type | Method and Description |
---|---|
protected CacheControl |
CacheControlFeature.initCacheControl(Cache methodCached) |
protected CacheControl |
CacheControlFeature.initCacheControl(NoCache value) |
Constructor and Description |
---|
CacheControlFilter(CacheControl cacheControl) |
Modifier and Type | Method and Description |
---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.cacheControl(CacheControl cacheControl) |
Copyright © 2013. All Rights Reserved.