Package com.ning.http.client
Class HttpResponseHeaders
java.lang.Object
com.ning.http.client.HttpResponseHeaders
- Direct Known Subclasses:
GrizzlyResponseHeaders
A class that represent the HTTP headers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract FluentCaseInsensitiveStringsMapReturn the HTTP headerbooleanReturn true is headers has been received after the response body.
-
Constructor Details
-
HttpResponseHeaders
public HttpResponseHeaders() -
HttpResponseHeaders
public HttpResponseHeaders(boolean traillingHeaders)
-
-
Method Details
-
getHeaders
Return the HTTP header- Returns:
- an
FluentCaseInsensitiveStringsMap
-
isTraillingHeadersReceived
public boolean isTraillingHeadersReceived()Return true is headers has been received after the response body.- Returns:
- true is headers has been received after the response body.
-