Interface ErrorListener<S>

All Known Implementing Classes:
DefaultClient.Redispatch

public interface ErrorListener<S>
Notified when errors happen on a connection.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleError(S source, Throwable t)
     
  • Method Details

    • handleError

      void handleError(S source, Throwable t)