|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheControl | |
|---|---|
| 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.message.internal | Common Jersey internal messaging classes. |
| Uses of CacheControl in javax.ws.rs.client |
|---|
| Methods in javax.ws.rs.client with parameters of type CacheControl | |
|---|---|
Invocation.Builder |
Invocation.Builder.cacheControl(CacheControl cacheControl)
Set the cache control data of the message. |
| Uses of CacheControl in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core that return CacheControl | |
|---|---|
static CacheControl |
CacheControl.valueOf(String value)
Creates a new instance of CacheControl by parsing the supplied string. |
| Methods in javax.ws.rs.core with parameters of type CacheControl | |
|---|---|
abstract Response.ResponseBuilder |
Response.ResponseBuilder.cacheControl(CacheControl cacheControl)
Set the cache control data of the message. |
| Uses of CacheControl in org.glassfish.jersey.client |
|---|
| Methods in org.glassfish.jersey.client with parameters of type CacheControl | |
|---|---|
void |
ClientRequest.cacheControl(CacheControl cacheControl)
Add new cache control entry to the message headers. |
JerseyInvocation.Builder |
JerseyInvocation.Builder.cacheControl(CacheControl cacheControl)
|
| Uses of CacheControl in org.glassfish.jersey.message.internal |
|---|
| Methods in org.glassfish.jersey.message.internal that return CacheControl | |
|---|---|
CacheControl |
CacheControlProvider.fromString(String header)
|
| Methods in org.glassfish.jersey.message.internal with parameters of type CacheControl | |
|---|---|
Response.ResponseBuilder |
OutboundJaxrsResponse.Builder.cacheControl(CacheControl cacheControl)
|
String |
CacheControlProvider.toString(CacheControl header)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||