Class LoggingExceptionCallback

java.lang.Object
org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
All Implemented Interfaces:
org.apache.hc.core5.function.Callback<Exception>

class LoggingExceptionCallback extends Object implements org.apache.hc.core5.function.Callback<Exception>
  • Field Details

  • Constructor Details

    • LoggingExceptionCallback

      private LoggingExceptionCallback()
  • Method Details

    • execute

      public void execute(Exception ex)
      Specified by:
      execute in interface org.apache.hc.core5.function.Callback<Exception>