Package com.twelvemonkeys.servlet.cache
Class ClientCacheResponse
- java.lang.Object
-
- com.twelvemonkeys.servlet.cache.AbstractCacheResponse
-
- com.twelvemonkeys.servlet.cache.ClientCacheResponse
-
- All Implemented Interfaces:
CacheResponse
@Deprecated public final class ClientCacheResponse extends AbstractCacheResponse
Deprecated.ClientCacheResponse- Version:
- $Id: ClientCacheResponse.java#2 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
-
-
Constructor Summary
Constructors Constructor Description ClientCacheResponse()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
Deprecated.java.io.OutputStream
getOutputStream()
Deprecated.-
Methods inherited from class com.twelvemonkeys.servlet.cache.AbstractCacheResponse
addHeader, getHeaders, getStatus, setHeader, setStatus
-
-