com.github.droidfu.http
Class CachedHttpResponse.ResponseData
java.lang.Object
com.github.droidfu.http.CachedHttpResponse.ResponseData
- Enclosing class:
- CachedHttpResponse
public static final class CachedHttpResponse.ResponseData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedHttpResponse.ResponseData
public CachedHttpResponse.ResponseData(int statusCode,
byte[] responseBody)
getStatusCode
public int getStatusCode()
getResponseBody
public byte[] getResponseBody()
Copyright © 2011. All Rights Reserved.