Interface ProgressResponseBody.ProgressListener

Enclosing class:
ProgressResponseBody

public static interface ProgressResponseBody.ProgressListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(long bytesRead, long contentLength, boolean done)
     
  • Method Details

    • update

      void update(long bytesRead, long contentLength, boolean done)