com.ning.http.client.providers.apache
Class ApacheResponseHeaders

java.lang.Object
  extended by com.ning.http.client.HttpContent
      extended by com.ning.http.client.HttpResponseHeaders
          extended by com.ning.http.client.providers.apache.ApacheResponseHeaders

public class ApacheResponseHeaders
extends HttpResponseHeaders

A class that represent the HTTP headers.


Field Summary
 
Fields inherited from class com.ning.http.client.HttpContent
provider, uri
 
Constructor Summary
ApacheResponseHeaders(URI uri, org.apache.commons.httpclient.HttpMethodBase method, AsyncHttpProvider provider)
           
 
Method Summary
 FluentCaseInsensitiveStringsMap getHeaders()
          Return the HTTP header
 
Methods inherited from class com.ning.http.client.HttpResponseHeaders
isTraillingHeadersReceived
 
Methods inherited from class com.ning.http.client.HttpContent
getUrl, provider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApacheResponseHeaders

public ApacheResponseHeaders(URI uri,
                             org.apache.commons.httpclient.HttpMethodBase method,
                             AsyncHttpProvider provider)
Method Detail

getHeaders

public FluentCaseInsensitiveStringsMap getHeaders()
Return the HTTP header

Specified by:
getHeaders in class HttpResponseHeaders
Returns:
an FluentCaseInsensitiveStringsMap


Copyright © 2011. All Rights Reserved.