|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sponsorpay.sdk.android.HttpResponseParser
public class HttpResponseParser
Contains an utility method to extract the body of an HTTP response.
Constructor Summary | |
---|---|
HttpResponseParser()
|
Method Summary | |
---|---|
static java.lang.String |
extractResponseString(HttpResponse httpResponse)
Extracts the body as a string from an HTTP response entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpResponseParser()
Method Detail |
---|
public static java.lang.String extractResponseString(HttpResponse httpResponse)
httpResponse
- The response whose body will be extracted as string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |