Uses of Class
jakarta.ws.rs.core.CacheControl
Packages that use CacheControl
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of CacheControl in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client with parameters of type CacheControlModifier and TypeMethodDescriptionInvocation.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 CacheControlModifier and TypeMethodDescriptionstatic CacheControlDeprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core with parameters of type CacheControlModifier and TypeMethodDescriptionabstract 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 CacheControlModifier and TypeMethodDescriptionClientInvocationBuilder.cacheControl(CacheControl cacheControl) voidClientRequestHeaders.cacheControl(CacheControl cacheControl) -
Uses of CacheControl in org.jboss.resteasy.core
Subclasses of CacheControl in org.jboss.resteasy.coreModifier and TypeClassDescriptionclassAdds 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 CacheControlMethods in org.jboss.resteasy.plugins.delegates with parameters of type CacheControl -
Uses of CacheControl in org.jboss.resteasy.plugins.interceptors
Fields in org.jboss.resteasy.plugins.interceptors declared as CacheControlMethods in org.jboss.resteasy.plugins.interceptors that return CacheControlModifier and TypeMethodDescriptionprotected CacheControlCacheControlFeature.initCacheControl(Cache methodCached) protected CacheControlCacheControlFeature.initCacheControl(NoCache value) Constructors in org.jboss.resteasy.plugins.interceptors with parameters of type CacheControl -
Uses of CacheControl in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl with parameters of type CacheControl