Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Class and Description |
---|---|
static class |
DbxException.BadResponseCode
Thrown when the Dropbox server responds with an HTTP status code we didn't expect.
|
Modifier and Type | Method and Description |
---|---|
static String |
DbxRequestUtil.parseErrorBody(int statusCode,
byte[] body) |
static <T> T |
DbxRequestUtil.readJsonFromResponse(JsonReader<T> reader,
InputStream body) |
static DbxException |
DbxRequestUtil.unexpectedStatus(HttpRequestor.Response response) |
Copyright © 2014. All rights reserved.