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.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces.org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
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.glassfish.jersey.client
Methods in org.glassfish.jersey.client with parameters of type CacheControl Modifier and Type Method Description voidClientRequest. cacheControl(CacheControl cacheControl)Add new cache control entry to the message headers.JerseyInvocation.BuilderJerseyInvocation.Builder. cacheControl(CacheControl cacheControl) -
Uses of CacheControl in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi that return types with arguments of type CacheControl Modifier and Type Method Description List<CacheControl>InvocationBuilderListener.InvocationBuilderContext. getCacheControls()Get the cache control data of the message.Methods in org.glassfish.jersey.client.spi with parameters of type CacheControl Modifier and Type Method Description InvocationBuilderListener.InvocationBuilderContextInvocationBuilderListener.InvocationBuilderContext. cacheControl(CacheControl cacheControl)Set the cache control data of the message. -
Uses of CacheControl in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return CacheControl Modifier and Type Method Description CacheControlCacheControlProvider. fromString(String header)Methods in org.glassfish.jersey.message.internal with parameters of type CacheControl Modifier and Type Method Description Response.ResponseBuilderOutboundJaxrsResponse.Builder. cacheControl(CacheControl cacheControl)StringCacheControlProvider. toString(CacheControl header)
-