Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] Use of DownloadStatus class?

In the ECF Transport classes an instance of DownloadStatus is created and set on an OutputStream that also imlements IStateful. The DownloadStatus calculates the download speed, but I can not find any code that makes use of this information.

The merged implementation will instead report proper progress (including scaling) on the monitor. The status on an IStateful OutputStream will be set when transfer is finished and use a regular Status object.

Is the DownloadStatus used anywhere in some branch? Or is it ok to get rid of it?

Henrik Lindberg
henrik.lindberg@xxxxxxxxxxxxxx



Back to the top