org.jasig.portlet.proxy.service.web
Class HttpContentResponseImpl

java.lang.Object
  extended by org.jasig.portlet.proxy.service.GenericContentResponseImpl
      extended by org.jasig.portlet.proxy.service.web.HttpContentResponseImpl
All Implemented Interfaces:
IContentResponse

public class HttpContentResponseImpl
extends GenericContentResponseImpl


Constructor Summary
HttpContentResponseImpl(org.apache.http.HttpEntity entity)
           
 
Method Summary
 void close()
           
 Map<String,String> getHeaders()
           
 void setHeaders(Map<String,String> headers)
           
 
Methods inherited from class org.jasig.portlet.proxy.service.GenericContentResponseImpl
getContent, getProxiedLocation, setContent, setProxiedLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpContentResponseImpl

public HttpContentResponseImpl(org.apache.http.HttpEntity entity)
Method Detail

getHeaders

public Map<String,String> getHeaders()

setHeaders

public void setHeaders(Map<String,String> headers)

close

public void close()
Specified by:
close in interface IContentResponse
Overrides:
close in class GenericContentResponseImpl


Copyright © 2012 Jasig. All Rights Reserved.