Java com.amazonaws.http HttpResponse fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.http HttpResponse fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.http HttpResponse.

The text is from its open source code.

Constructor

HttpResponse(Request request, HttpRequestBase httpRequest)
Constructs a new HttpResponse associated with the specified request.

Method

InputStreamgetContent()
Returns the input stream containing the response content.
MapgetHeaders()
Returns the HTTP headers returned with this response.
voidsetStatusCode(int statusCode)
Sets the HTTP status code that was returned with this response.