Interface ResponseHandlers<R extends Request>


public interface ResponseHandlers<R extends Request>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleEnd(R request, boolean executed)
     
    void
    handleThrowable(R request, Throwable throwable)
     
  • Method Details

    • handleThrowable

      void handleThrowable(R request, Throwable throwable)
    • handleEnd

      void handleEnd(R request, boolean executed)
      Parameters:
      request - Request.
      executed - True if the request was sent to the server, false if it was intercepted and cancelled.