public class ListContainersCommandImpl extends AbstractAccountCommand<org.apache.http.client.methods.HttpGet,java.util.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(java.lang.String url) |
protected java.util.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 java.util.Collection<Container> getReturnObject(org.apache.http.HttpResponse response) throws java.io.IOException
getReturnObject in class AbstractCommand<org.apache.http.client.methods.HttpGet,java.util.Collection<Container>>java.io.IOExceptionprotected org.apache.http.client.methods.HttpGet createRequest(java.lang.String url)
createRequest in class AbstractCommand<org.apache.http.client.methods.HttpGet,java.util.Collection<Container>>public HttpStatusChecker[] getStatusCheckers()
getStatusCheckers in class AbstractCommand<org.apache.http.client.methods.HttpGet,java.util.Collection<Container>>Copyright © 2012-2020 42 BV. All Rights Reserved.