- 
- Enclosing interface:
 - HttpResponse<T>
 
public static interface HttpResponse.ResponseInfoInitial response information supplied to aBodyHandlerwhen a response is initially received and before the body is processed. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpHeadersheaders()Provides the response headers.intstatusCode()Provides the response status code.HttpClient.Versionversion()Provides the response protocol version. 
 - 
 
- 
- 
Method Detail
- 
statusCode
int statusCode()
Provides the response status code.- Returns:
 - the response status code
 
 
- 
headers
HttpHeaders headers()
Provides the response headers.- Returns:
 - the response headers
 
 
- 
version
HttpClient.Version version()
Provides the response protocol version.- Returns:
 - the response protocol version
 
 
 - 
 
 -