Interface HTTPClientStatusListener

All Known Implementing Classes:
ServerStatus

public interface HTTPClientStatusListener
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onHTTPClientAccessReportUpdate(long task, long completed, long queue, long active, long pool, long core, long max, long largest)
     
  • Method Details

    • onHTTPClientAccessReportUpdate

      void onHTTPClientAccessReportUpdate(long task, long completed, long queue, long active, long pool, long core, long max, long largest)