public abstract class AbstractCacheResponse extends Object implements CacheResponse
| Constructor and Description |
|---|
AbstractCacheResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(String pHeaderName,
String pHeaderValue) |
Map<String,List<String>> |
getHeaders() |
int |
getStatus() |
void |
setHeader(String pHeaderName,
String pHeaderValue) |
void |
setStatus(int pStatusCode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputStreampublic int getStatus()
getStatus in interface CacheResponsepublic void setStatus(int pStatusCode)
setStatus in interface CacheResponsepublic void addHeader(String pHeaderName, String pHeaderValue)
addHeader in interface CacheResponsepublic void setHeader(String pHeaderName, String pHeaderValue)
setHeader in interface CacheResponsepublic Map<String,List<String>> getHeaders()
getHeaders in interface CacheResponseCopyright © 2017. All rights reserved.