public class ListContainersCommandImpl extends AbstractAccountCommand<org.apache.http.client.methods.HttpGet,Collection<Container>> implements ListContainersCommand
| Modifier and Type | Field and Description |
|---|---|
protected Account |
account |
LOG, request, response| Constructor and Description |
|---|
ListContainersCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.methods.HttpGet |
createRequest(String url) |
protected Collection<Container> |
getReturnObject(org.apache.http.HttpResponse response) |
HttpStatusChecker[] |
getStatusCheckers() |
call, getURL, setConnectionKeepAliveaddHeaders, close, closeStreamAutomatically, createObjectMapper, modifyURI, setAllowErrorLog, setHeaderprotected Account account
public ListContainersCommandImpl(Account account, org.apache.http.client.HttpClient httpClient, Access access, ListInstructions listInstructions)
protected Collection<Container> getReturnObject(org.apache.http.HttpResponse response) throws IOException
getReturnObject in class AbstractCommand<org.apache.http.client.methods.HttpGet,Collection<Container>>IOExceptionprotected org.apache.http.client.methods.HttpGet createRequest(String url)
createRequest in class AbstractCommand<org.apache.http.client.methods.HttpGet,Collection<Container>>public HttpStatusChecker[] getStatusCheckers()
getStatusCheckers in class AbstractCommand<org.apache.http.client.methods.HttpGet,Collection<Container>>Copyright © 2012-2016 42 BV. All Rights Reserved.