|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stackmob.sdkapi.http.response.HttpResponse
public class HttpResponse
| Constructor Summary | |
|---|---|
protected |
HttpResponse(Integer code,
Set<Header> headers,
String body)
create a new HTTP response |
| Method Summary | |
|---|---|
String |
getBody()
get the response body |
Integer |
getCode()
get the response code |
Set<Header> |
getHeaders()
get the response headers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected HttpResponse(Integer code,
Set<Header> headers,
String body)
code - the response codeheaders - the response headersbody - the response body| Method Detail |
|---|
public Integer getCode()
public Set<Header> getHeaders()
public String getBody()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||