private class HttpTransporter.EntityGetter
extends java.lang.Object
| Constructor and Description |
|---|
EntityGetter(GetTask task) |
| Modifier and Type | Method and Description |
|---|---|
private void |
extractChecksums(org.apache.http.HttpResponse response) |
private java.lang.String |
getHeader(org.apache.http.HttpResponse response,
java.lang.String name) |
void |
handle(org.apache.http.HttpResponse response) |
private final GetTask task
EntityGetter(GetTask task)
public void handle(org.apache.http.HttpResponse response)
throws java.io.IOException,
TransferCancelledException
java.io.IOExceptionTransferCancelledExceptionprivate void extractChecksums(org.apache.http.HttpResponse response)
private java.lang.String getHeader(org.apache.http.HttpResponse response,
java.lang.String name)