public interface IBoxResponse
Modifier and Type | Method and Description |
---|---|
double |
getContentLength()
Get content length of the response.
|
java.lang.Object |
parseResponse(IBoxResponseParser responseParser,
IBoxResponseParser errorParser)
Parese HttpResponse into IResponseObject.
|
java.lang.Object parseResponse(IBoxResponseParser responseParser, IBoxResponseParser errorParser) throws BoxRestException
boxResponseObject
- BoxRestException
double getContentLength()