Class HttpTransporter.EntityGetter
- java.lang.Object
-
- org.eclipse.aether.transport.http.HttpTransporter.EntityGetter
-
- Enclosing class:
- HttpTransporter
private class HttpTransporter.EntityGetter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntityGetter(GetTask task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
extractChecksums(org.apache.http.client.methods.CloseableHttpResponse response)
void
handle(org.apache.http.client.methods.CloseableHttpResponse response)
-
-
-
Field Detail
-
task
private final GetTask task
-
-
Constructor Detail
-
EntityGetter
EntityGetter(GetTask task)
-
-
Method Detail
-
handle
public void handle(org.apache.http.client.methods.CloseableHttpResponse response) throws java.io.IOException, TransferCancelledException
- Throws:
java.io.IOException
TransferCancelledException
-
extractChecksums
private void extractChecksums(org.apache.http.client.methods.CloseableHttpResponse response)
-
-