public static final class Crawler.AsyncCrawlerCallbackProcessor extends Object implements org.apache.http.concurrent.FutureCallback<Response>
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
completed(Response response) |
void |
failed(Exception ex) |
public void completed(Response response)
completed in interface org.apache.http.concurrent.FutureCallback<Response>public void failed(Exception ex)
failed in interface org.apache.http.concurrent.FutureCallback<Response>public void cancelled()
cancelled in interface org.apache.http.concurrent.FutureCallback<Response>Copyright © 2018. All rights reserved.