Interface HttpCallback


public interface HttpCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    done(String response)
     
    void
    error(Throwable throwable)
     
  • Method Details

    • done

      void done(String response)
    • error

      void error(Throwable throwable)