public class ObjectResponseHandler extends Object implements org.apache.http.client.ResponseHandler<List<StorageObject>>
| Constructor and Description |
|---|
ObjectResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<StorageObject> |
handleResponse(org.apache.http.HttpResponse response) |
public List<StorageObject> handleResponse(org.apache.http.HttpResponse response) throws org.apache.http.client.ClientProtocolException, IOException
handleResponse in interface org.apache.http.client.ResponseHandler<List<StorageObject>>org.apache.http.client.ClientProtocolExceptionIOExceptionCopyright © 2020. All rights reserved.