Class FilesMatchPartial
- java.lang.Object
-
- unlimited.fc.client.transferhandler.FilesMatch
-
- unlimited.fc.client.transferhandler.FilesMatchPartial
-
public class FilesMatchPartial extends FilesMatch
-
-
Field Summary
-
Fields inherited from class unlimited.fc.client.transferhandler.FilesMatch
cancelHandler, file, filesMatchHandler, invalidateRemoteMD5CacheEntry, length, localCancelHandler, offset, oldInvalidateRemoteMD5CacheEntry, result, rFile, rttTimer
-
-
Constructor Summary
Constructors Constructor Description FilesMatchPartial(java.nio.file.Path file, java.lang.String rFile, long checkInterval, long checkLength, boolean invalidateRemoteMD5CacheEntry, FilesMatchHandler filesMatchHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetLocalMD5()protected java.lang.StringgetLocalMD5ThreadName()protected java.lang.StringgetMD5Key()protected java.lang.StringgetRemoteMD5()-
Methods inherited from class unlimited.fc.client.transferhandler.FilesMatch
accessResult, filesMatch
-
-
-
-
Constructor Detail
-
FilesMatchPartial
public FilesMatchPartial(java.nio.file.Path file, java.lang.String rFile, long checkInterval, long checkLength, boolean invalidateRemoteMD5CacheEntry, FilesMatchHandler filesMatchHandler) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Detail
-
getLocalMD5ThreadName
protected java.lang.String getLocalMD5ThreadName()
- Overrides:
getLocalMD5ThreadNamein classFilesMatch
-
getMD5Key
protected java.lang.String getMD5Key()
- Overrides:
getMD5Keyin classFilesMatch
-
getLocalMD5
protected java.lang.String getLocalMD5() throws java.lang.Exception- Overrides:
getLocalMD5in classFilesMatch- Throws:
java.lang.Exception
-
getRemoteMD5
protected java.lang.String getRemoteMD5() throws java.io.IOException, unlimited.core.util.common.exception.FCException- Overrides:
getRemoteMD5in classFilesMatch- Throws:
java.io.IOExceptionunlimited.core.util.common.exception.FCException
-
-