| Package | Description |
|---|---|
| jakarta.ws.rs.client |
The JAX-RS client API
|
| jakarta.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 | Method and Description |
|---|---|
static CacheControl |
CacheControl.valueOf(String value)
Deprecated.
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cacheControl(CacheControl cacheControl)
Set the cache control data of the message.
|
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.