public interface CacheResponse
Modifier and Type | Method and Description |
---|---|
void |
addHeader(String pHeaderName,
String pHeaderValue) |
Map<String,List<String>> |
getHeaders() |
OutputStream |
getOutputStream() |
int |
getStatus() |
void |
setHeader(String pHeaderName,
String pHeaderValue) |
void |
setStatus(int pStatusCode) |
OutputStream getOutputStream() throws IOException
IOException
void setStatus(int pStatusCode)
int getStatus()
Copyright © 2017. All rights reserved.