public class PerformTransmitSetup
extends java.lang.Object
| Constructor and Description |
|---|
PerformTransmitSetup(FileCatalystTransmitHandler parent,
java.nio.file.Path sourceFile,
java.lang.String destFile,
long localFileSize,
long remoteFileSize,
boolean isADeltaTransfer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkCancelled() |
protected void |
confirmOverrite() |
protected void |
deleteTempFile() |
protected boolean |
getResumeCallback() |
protected void |
handleUnzip() |
protected void |
initAppendToFCServerWithCallback() |
protected void |
initForAutoResume() |
protected void |
initializeTransferSettings() |
protected boolean |
isCompleteAutoZip() |
protected boolean |
isStandardRecursiveTransfer() |
protected boolean |
isTransferringZeroByteFile() |
protected boolean |
isTransferValid() |
protected boolean |
isTransferValidWithUpdates() |
protected boolean |
isVerifying() |
protected boolean |
localFileHasGrown() |
protected void |
makeFileOnServer() |
protected void |
setOffSets() |
protected void |
updateFilesTransferredCollections() |
protected void |
updateForOffsets() |
protected void |
updateVerifyPaths() |
protected boolean |
willAppend() |
protected boolean |
willAutoResume() |
public PerformTransmitSetup(FileCatalystTransmitHandler parent, java.nio.file.Path sourceFile, java.lang.String destFile, long localFileSize, long remoteFileSize, boolean isADeltaTransfer)
protected final void deleteTempFile()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionprotected final void handleUnzip()
throws java.io.IOException,
FCException,
java.lang.Exception
java.io.IOExceptionFCExceptionjava.lang.Exceptionprotected boolean isTransferValidWithUpdates()
protected boolean isCompleteAutoZip()
protected final void updateFilesTransferredCollections()
throws java.io.IOException,
FCException
java.io.IOExceptionFCExceptionprotected boolean isStandardRecursiveTransfer()
protected final void updateVerifyPaths()
throws java.io.IOException,
FCException
java.io.IOExceptionFCExceptionprotected boolean isVerifying()
protected final void makeFileOnServer()
throws java.io.IOException
java.io.IOExceptionprotected boolean isTransferringZeroByteFile()
protected final boolean isTransferValid()
protected final void checkCancelled()
throws Return
Returnprotected final void updateForOffsets()
protected final void setOffSets()
protected final void confirmOverrite()
throws FCException,
java.io.IOException,
Return
FCExceptionjava.io.IOExceptionReturnprotected final void initAppendToFCServerWithCallback()
protected final boolean getResumeCallback()
protected final boolean willAppend()
protected final void initForAutoResume()
protected final boolean willAutoResume()
protected final boolean localFileHasGrown()
protected final void initializeTransferSettings()