public class HttpResponse<T> extends Object
HttpResponse(org.apache.http.HttpResponse response, Class<T> responseClass)
T
getBody()
int
getCode()
Map<String,String>
getHeaders()
InputStream
getRawBody()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HttpResponse(org.apache.http.HttpResponse response, Class<T> responseClass)
public int getCode()
public Map<String,String> getHeaders()
public InputStream getRawBody()
public T getBody()
Copyright © 2013. All rights reserved.