com.ning.http.client.providers.grizzly
Class GrizzlyResponseHeaders

java.lang.Object
  extended by com.ning.http.client.HttpContent
      extended by com.ning.http.client.HttpResponseHeaders
          extended by com.ning.http.client.providers.grizzly.GrizzlyResponseHeaders

public class GrizzlyResponseHeaders
extends HttpResponseHeaders

HttpResponseHeaders implementation using the Grizzly 2.0 HTTP client codec.

Since:
1.7.0
Author:
The Grizzly Team

Field Summary
 
Fields inherited from class com.ning.http.client.HttpContent
provider, uri
 
Constructor Summary
GrizzlyResponseHeaders(org.glassfish.grizzly.http.HttpResponsePacket response, UriComponents uri, 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
getUri, provider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrizzlyResponseHeaders

public GrizzlyResponseHeaders(org.glassfish.grizzly.http.HttpResponsePacket response,
                              UriComponents uri,
                              AsyncHttpProvider provider)
Method Detail

getHeaders

public FluentCaseInsensitiveStringsMap getHeaders()
Return the HTTP header

Specified by:
getHeaders in class HttpResponseHeaders
Returns:
an FluentCaseInsensitiveStringsMap


Copyright © 2014. All Rights Reserved.