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.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.client.rx |
Jersey Reactive Client API.
|
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 |
---|---|
JerseyInvocation.Builder |
JerseyInvocation.Builder.cacheControl(CacheControl cacheControl) |
void |
ClientRequest.cacheControl(CacheControl cacheControl)
Add new cache control entry to the message headers.
|
Modifier and Type | Method and Description |
---|---|
RxInvocationBuilder<RX> |
RxInvocationBuilder.cacheControl(CacheControl cacheControl) |
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.