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