public class RequestNotificationsCallback<T> extends Object implements org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>
| Constructor and Description |
|---|
RequestNotificationsCallback(InstanceInfo instance,
ApacheHttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelled() |
void |
completed(org.apache.http.HttpResponse response) |
void |
failed(Exception ex) |
public RequestNotificationsCallback(InstanceInfo instance, ApacheHttpClient httpClient)
public void cancelled()
cancelled in interface org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>public void completed(org.apache.http.HttpResponse response)
completed in interface org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>public void failed(Exception ex)
failed in interface org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>Copyright © 2015–2021. All rights reserved.