程序包 dev.utils.common

接口 HttpURLConnectionUtils.TimeCallback

  • 封闭类:
    HttpURLConnectionUtils

    public static interface HttpURLConnectionUtils.TimeCallback
    detail: 时间回调
    作者:
    Ttt
    • 方法详细资料

      • onResponse

        void onResponse​(long millis)
        请求响应回调
        参数:
        millis - 响应时间 ( 毫秒 )
      • onFail

        void onFail​(java.lang.Throwable error)
        请求失败
        参数:
        error - 失败异常