Uses of Class
jakarta.ws.rs.core.CacheControl
-
Packages that use CacheControl Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.org.jboss.resteasy.client.jaxrs.internal org.jboss.resteasy.core org.jboss.resteasy.plugins.delegates org.jboss.resteasy.plugins.interceptors org.jboss.resteasy.specimpl -
-
Uses of CacheControl in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client with parameters of type CacheControl Modifier and Type Method Description Invocation.BuilderInvocation.Builder. cacheControl(CacheControl cacheControl)Set the cache control data of the message. -
Uses of CacheControl in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return CacheControl Modifier and Type Method Description static CacheControlCacheControl. valueOf(String value)Deprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core with parameters of type CacheControl Modifier and Type Method Description abstract Response.ResponseBuilderResponse.ResponseBuilder. cacheControl(CacheControl cacheControl)Set the cache control data of the message. -
Uses of CacheControl in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type CacheControl Modifier and Type Method Description Invocation.BuilderClientInvocationBuilder. cacheControl(CacheControl cacheControl)voidClientRequestHeaders. cacheControl(CacheControl cacheControl) -
Uses of CacheControl in org.jboss.resteasy.core
Subclasses of CacheControl in org.jboss.resteasy.core Modifier and Type Class Description classExtendedCacheControlAdds support for the public directive which is not supported byCacheControlfor some reason. -
Uses of CacheControl in org.jboss.resteasy.plugins.delegates
Methods in org.jboss.resteasy.plugins.delegates that return CacheControl Modifier and Type Method Description CacheControlCacheControlDelegate. fromString(String value)Methods in org.jboss.resteasy.plugins.delegates with parameters of type CacheControl Modifier and Type Method Description StringCacheControlDelegate. toString(CacheControl value) -
Uses of CacheControl in org.jboss.resteasy.plugins.interceptors
Fields in org.jboss.resteasy.plugins.interceptors declared as CacheControl Modifier and Type Field Description protected CacheControlCacheControlFilter. cacheControlMethods in org.jboss.resteasy.plugins.interceptors that return CacheControl Modifier and Type Method Description protected CacheControlCacheControlFeature. initCacheControl(Cache methodCached)protected CacheControlCacheControlFeature. initCacheControl(NoCache value)Constructors in org.jboss.resteasy.plugins.interceptors with parameters of type CacheControl Constructor Description CacheControlFilter(CacheControl cacheControl) -
Uses of CacheControl in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl with parameters of type CacheControl Modifier and Type Method Description Response.ResponseBuilderResponseBuilderImpl. cacheControl(CacheControl cacheControl)
-