Class LogFutureCallback

java.lang.Object
dev.vality.http.client.callback.LogFutureCallback
All Implemented Interfaces:
org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>

public class LogFutureCallback
extends Object
implements org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>
  • Constructor Details

    • LogFutureCallback

      public LogFutureCallback()
  • Method Details

    • completed

      public void completed​(org.apache.http.HttpResponse response2)
      Specified by:
      completed in interface org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>
    • failed

      public void failed​(Exception ex)
      Specified by:
      failed in interface org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>
    • cancelled

      public void cancelled()
      Specified by:
      cancelled in interface org.apache.http.concurrent.FutureCallback<org.apache.http.HttpResponse>