Uses of Class
com.adobe.acs.commons.httpcache.exception.HttpCacheDataStreamException
Packages that use HttpCacheDataStreamException
-
Uses of HttpCacheDataStreamException in com.adobe.acs.commons.httpcache.engine
Methods in com.adobe.acs.commons.httpcache.engine that throw HttpCacheDataStreamExceptionModifier and TypeMethodDescriptionCacheContent.build(HttpCacheServletResponseWrapper responseWrapper, int status, String charEncoding, String contentType, Map<String, List<String>> headers) Construct from the custom servlet response wrapper..voidHttpCacheEngine.cacheResponse(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig) Cache the given response.booleanHttpCacheEngine.deliverCacheContent(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig cacheConfig) Deliver the response from the cache.HttpCacheEngine.wrapResponse(org.apache.sling.api.SlingHttpServletRequest request, org.apache.sling.api.SlingHttpServletResponse response, HttpCacheConfig httpCacheConfig) Wrap the response so that response stream can be duplicated. -
Uses of HttpCacheDataStreamException in com.adobe.acs.commons.httpcache.store
Methods in com.adobe.acs.commons.httpcache.store that throw HttpCacheDataStreamExceptionModifier and TypeMethodDescriptionTempSink.createInputStream()Creates an input stream to read from the sink.TempSink.createOutputStream()Create an output stream to write to the sink.voidHttpCacheStore.put(CacheKey key, CacheContent content) Put an item into the cache.