List of usage examples for com.amazonaws.http HttpResponseHandler interface-usage
From source file com.ivona.services.tts.http.StreamResponseHandler.java
/** * Response Handler that assumes needsConnectionLeftOpen is always true and * that unmarshaller will work directly on HttpResponse object */ public class StreamResponseHandler<T> implements HttpResponseHandler<AmazonWebServiceResponse<T>> {