Class GrizzlyResponseHeaders
java.lang.Object
com.ning.http.client.HttpResponseHeaders
com.ning.http.client.providers.grizzly.GrizzlyResponseHeaders
HttpResponseHeaders implementation using the Grizzly 2.0 HTTP client
codec.- Since:
- 1.7.0
- Author:
- The Grizzly Team
-
Constructor Summary
ConstructorsConstructorDescriptionGrizzlyResponseHeaders(org.glassfish.grizzly.http.HttpResponsePacket response) -
Method Summary
Modifier and TypeMethodDescriptionReturn the HTTP headerMethods inherited from class com.ning.http.client.HttpResponseHeaders
isTraillingHeadersReceived
-
Constructor Details
-
GrizzlyResponseHeaders
public GrizzlyResponseHeaders(org.glassfish.grizzly.http.HttpResponsePacket response)
-
-
Method Details
-
getHeaders
Description copied from class:HttpResponseHeadersReturn the HTTP header- Specified by:
getHeadersin classHttpResponseHeaders- Returns:
- an
FluentCaseInsensitiveStringsMap
-