Interface Net.HttpResponseListener

    • Method Detail

      • failed

        void failed​(java.lang.Throwable t)
        Called if the Net.HttpRequest failed because an exception when processing the HTTP request, could be a timeout any other reason (not an HTTP error).
        Parameters:
        t - If the HTTP request failed because an Exception, t encapsulates it to give more information.
      • cancelled

        void cancelled()