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.
|
Modifier and Type | Method and Description |
---|---|
Invocation.Builder |
Invocation.Builder.cacheControl(CacheControl cacheControl)
Set the cache control data of the message.
|
Modifier and Type | Field and Description |
---|---|
private static RuntimeDelegate.HeaderDelegate<CacheControl> |
CacheControl.HEADER_DELEGATE |
Modifier and Type | Method and Description |
---|---|
static CacheControl |
CacheControl.valueOf(java.lang.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.
|