public interface AsyncExecCallback
| Modifier and Type | Method and Description |
|---|---|
void |
completed() |
void |
failed(Exception cause) |
org.apache.hc.core5.http.nio.AsyncDataConsumer |
handleResponse(org.apache.hc.core5.http.HttpResponse response,
org.apache.hc.core5.http.EntityDetails entityDetails) |
org.apache.hc.core5.http.nio.AsyncDataConsumer handleResponse(org.apache.hc.core5.http.HttpResponse response,
org.apache.hc.core5.http.EntityDetails entityDetails)
throws org.apache.hc.core5.http.HttpException,
IOException
org.apache.hc.core5.http.HttpExceptionIOExceptionvoid completed()
void failed(Exception cause)
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.