public abstract class HttpResponseHeaders extends Object
| Constructor and Description |
|---|
HttpResponseHeaders() |
HttpResponseHeaders(boolean traillingHeaders) |
| Modifier and Type | Method and Description |
|---|---|
abstract FluentCaseInsensitiveStringsMap |
getHeaders()
Return the HTTP header
|
boolean |
isTraillingHeadersReceived()
Return true is headers has been received after the response body.
|
public HttpResponseHeaders()
public HttpResponseHeaders(boolean traillingHeaders)
public abstract FluentCaseInsensitiveStringsMap getHeaders()
FluentCaseInsensitiveStringsMappublic boolean isTraillingHeadersReceived()
Copyright © 2015. All Rights Reserved.