Class CustomAbstacktFutureCallback<T>

java.lang.Object
com.luna.common.net.async.CustomAbstacktFutureCallback<T>
All Implemented Interfaces:
org.apache.hc.core5.concurrent.FutureCallback<T>

public abstract class CustomAbstacktFutureCallback<T> extends Object implements org.apache.hc.core5.concurrent.FutureCallback<T>
Author:
luna
Description:
  • Constructor Details

    • CustomAbstacktFutureCallback

      public CustomAbstacktFutureCallback()
  • Method Details

    • completed

      public void completed(T result)
      Specified by:
      completed in interface org.apache.hc.core5.concurrent.FutureCallback<T>
    • failed

      public void failed(Exception ex)
      Specified by:
      failed in interface org.apache.hc.core5.concurrent.FutureCallback<T>
    • cancelled

      public void cancelled()
      Specified by:
      cancelled in interface org.apache.hc.core5.concurrent.FutureCallback<T>