程序包 dev.utils.common

接口 HttpURLConnectionUtils.TimeCallback

  • 封闭类:
    HttpURLConnectionUtils

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

      • onResponse

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

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