Package org.filestack.internal
Class Upload
java.lang.Object
org.filestack.internal.Upload
Holds upload state and request logic.
-
Constructor Summary
ConstructorDescriptionUpload
(Config clientConf, UploadService uploadService, InputStream input, int inputSize, boolean intel, StorageOptions storeOpts) Constructs new instance. -
Method Summary
-
Constructor Details
-
Upload
public Upload(Config clientConf, UploadService uploadService, InputStream input, int inputSize, boolean intel, StorageOptions storeOpts) Constructs new instance.
-
-
Method Details
-
run
Start this upload asynchronously. Returns progress updates.- Returns:
Flowable
that emitsProgress
events
-