com.cloudbees.api
Class HashWriteProgress

java.lang.Object
  extended by com.cloudbees.api.HashWriteProgress
All Implemented Interfaces:
UploadProgress

public class HashWriteProgress
extends Object
implements UploadProgress


Constructor Summary
HashWriteProgress()
           
 
Method Summary
 void handleBytesWritten(long deltaCount, long totalWritten, long totalToSend)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashWriteProgress

public HashWriteProgress()
Method Detail

handleBytesWritten

public void handleBytesWritten(long deltaCount,
                               long totalWritten,
                               long totalToSend)
Specified by:
handleBytesWritten in interface UploadProgress
Parameters:
deltaCount - the number of new bytes sent since last notification.
totalWritten - the total number of bytes sent so far
totalToSend - the total bytes being sent


Copyright © 2011. All Rights Reserved.