public class HttpContentResponseHandler<T> extends Object
| Constructor and Description |
|---|
HttpContentResponseHandler(HttpContentConverter<T> contentConverter)
Creates a new ContentResponseHandler.
|
public HttpContentResponseHandler(HttpContentConverter<T> contentConverter)
contentConverter - The content converter to use to convert the response into the reply object.public T handle(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response) throws IOException
IOExceptionCopyright © 2013 Ness Computing, Inc.. All Rights Reserved.