public class HttpContentResponseImpl extends GenericContentResponseImpl implements Serializable
HttpContentResponseImpl class.
| Constructor and Description |
|---|
HttpContentResponseImpl(org.apache.http.HttpEntity entity)
Constructor for HttpContentResponseImpl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the content response.
|
Map<String,String> |
getHeaders()
Getter for the field
headers. |
void |
setHeaders(Map<String,String> headers)
Setter for the field
headers. |
getContent, getProxiedLocation, setContent, setProxiedLocationpublic HttpContentResponseImpl(org.apache.http.HttpEntity entity)
Constructor for HttpContentResponseImpl.
entity - a HttpEntity objectpublic Map<String,String> getHeaders()
Getter for the field headers.
Map objectpublic void setHeaders(Map<String,String> headers)
Setter for the field headers.
headers - a Map objectpublic void close()
close in interface IContentResponseclose in class GenericContentResponseImplCopyright © 2023 Apereo. All rights reserved.