Uses of Interface
org.jboss.resteasy.client.cache.BrowserCache.Entry
Packages that use BrowserCache.Entry
Package
Description
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
-
Uses of BrowserCache.Entry in org.jboss.resteasy.client.cache
Classes in org.jboss.resteasy.client.cache that implement BrowserCache.EntryModifier and TypeClassDescriptionclass
Deprecated.Caching in the Resteasy client framework in resteasy-jaxrs is replaced by caching in the JAX-RS 2.0 compliant resteasy-client module.Fields in org.jboss.resteasy.client.cache declared as BrowserCache.EntryModifier and TypeFieldDescription(package private) BrowserCache.Entry
CacheInterceptor.CachedStreamFactory.entry
Fields in org.jboss.resteasy.client.cache with type parameters of type BrowserCache.EntryModifier and TypeFieldDescriptionprotected Map
<String, Map<String, BrowserCache.Entry>> MapCache.cache
Deprecated.Methods in org.jboss.resteasy.client.cache that return BrowserCache.EntryModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.protected BrowserCache.Entry
CacheInterceptor.getEntry
(ClientRequest request) Deprecated.Deprecated.BrowserCache.put
(String key, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) Deprecated.LightweightBrowserCache.put
(String key, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) Deprecated.MapCache.put
(String key, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> headers, byte[] cached, int expires, String etag, String lastModified) Deprecated.MapCache.put
(CacheEntry cacheEntry) Deprecated.Deprecated.Deprecated.Deprecated.Methods in org.jboss.resteasy.client.cache that return types with arguments of type BrowserCache.EntryModifier and TypeMethodDescriptionprotected Map
<String, Map<String, BrowserCache.Entry>> MapCache.createCache()
Deprecated.Methods in org.jboss.resteasy.client.cache with parameters of type BrowserCache.EntryModifier and TypeMethodDescriptionprivate BaseClientResponse
CacheInterceptor.createClientResponse
(ClientRequest request, BrowserCache.Entry entry) Deprecated.protected ClientResponse
CacheInterceptor.handleExpired
(ClientExecutionContext ctx, ClientRequest request, BrowserCache.Entry entry) Deprecated.CacheInterceptor.updateOnNotModified
(ClientRequest request, BrowserCache.Entry old, BaseClientResponse response) Deprecated.Constructors in org.jboss.resteasy.client.cache with parameters of type BrowserCache.EntryConstructor parameters in org.jboss.resteasy.client.cache with type arguments of type BrowserCache.Entry