Class StandardTransferProgress
- java.lang.Object
-
- net.integrio.maven.aws.data.transfer.StandardTransferProgress
-
- All Implemented Interfaces:
TransferProgress
public final class StandardTransferProgress extends Object implements TransferProgress
-
-
Constructor Summary
Constructors Constructor Description StandardTransferProgress(org.apache.maven.wagon.resource.Resource resource, int requestType, TransferListenerSupport transferListenerSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(byte[] buffer, int length)Notify that transfer progress has occurred
-
-
-
Constructor Detail
-
StandardTransferProgress
public StandardTransferProgress(org.apache.maven.wagon.resource.Resource resource, int requestType, TransferListenerSupport transferListenerSupport)
-
-
Method Detail
-
notify
public void notify(byte[] buffer, int length)Description copied from interface:TransferProgressNotify that transfer progress has occurred- Specified by:
notifyin interfaceTransferProgress- Parameters:
buffer- The bytes transferredlength- The length of the bytes transferred
-
-