| 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.
|
| org.glassfish.jersey.client |
Jersey client-side classes.
|
| org.glassfish.jersey.client.spi |
Jersey client SPI classes/interfaces.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRequest.cacheControl(CacheControl cacheControl)
Add new cache control entry to the message headers.
|
JerseyInvocation.Builder |
JerseyInvocation.Builder.cacheControl(CacheControl cacheControl) |
| Modifier and Type | Method and Description |
|---|---|
List<CacheControl> |
InvocationBuilderListener.InvocationBuilderContext.getCacheControls()
Get the cache control data of the message.
|
| Modifier and Type | Method and Description |
|---|---|
InvocationBuilderListener.InvocationBuilderContext |
InvocationBuilderListener.InvocationBuilderContext.cacheControl(CacheControl cacheControl)
Set the cache control data of the message.
|
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
CacheControlProvider.fromString(String header) |
| Modifier and Type | Method and Description |
|---|---|
Response.ResponseBuilder |
OutboundJaxrsResponse.Builder.cacheControl(CacheControl cacheControl) |
String |
CacheControlProvider.toString(CacheControl header) |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.