public abstract class AbstractListCommandImpl<N> extends AbstractContainerCommand<org.apache.http.client.methods.HttpGet,N>
| Modifier and Type | Field and Description |
|---|---|
protected Container |
container |
LOG, request, response| Constructor and Description |
|---|
AbstractListCommandImpl(Account account,
org.apache.http.client.HttpClient httpClient,
Access access,
Container container,
ListInstructions listInstructions) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.methods.HttpGet |
createRequest(java.lang.String url) |
protected abstract N |
getReturnObject(org.apache.http.HttpResponse response) |
HttpStatusChecker[] |
getStatusCheckers() |
protected StoredObject |
getStoredObject(StoredObjectListElement header) |
call, getURL, setConnectionKeepAliveaddHeaders, close, closeStreamAutomatically, createObjectMapper, modifyURI, setAllowErrorLog, setHeaderprotected Container container
public AbstractListCommandImpl(Account account, org.apache.http.client.HttpClient httpClient, Access access, Container container, ListInstructions listInstructions)
protected abstract N getReturnObject(org.apache.http.HttpResponse response) throws java.io.IOException
getReturnObject in class AbstractCommand<org.apache.http.client.methods.HttpGet,N>java.io.IOExceptionprotected org.apache.http.client.methods.HttpGet createRequest(java.lang.String url)
createRequest in class AbstractCommand<org.apache.http.client.methods.HttpGet,N>public HttpStatusChecker[] getStatusCheckers()
getStatusCheckers in class AbstractCommand<org.apache.http.client.methods.HttpGet,N>protected StoredObject getStoredObject(StoredObjectListElement header)
Copyright © 2012-2020 42 BV. All Rights Reserved.