Interface ResponseHandlers<R extends Request>


  • public interface ResponseHandlers<R extends Request>
    • Method Detail

      • handleThrowable

        void handleThrowable​(R request,
                             java.lang.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.