Uses of Class
javax.ws.rs.core.CacheControl

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. 
 

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(java.lang.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.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.