| Interface | Description |
|---|---|
| UploadFileHandler |
Handler to handle uploading Files in SftpConnector.
|
| Class | Description |
|---|---|
| AbstractTmpUploadFileHandler |
Common methods if a temporary file for uploading is used.
|
| NoTmpUploadFileHandler |
UploadFileHandler to handle no temporary files. |
| TmpFileExtensionUploadFileHandler |
Special
UploadFileHandler using a temporary file with extension ".tmp" |
| TmpFilePrefixUploadFileHandler |
Sepcial
UploadFileHandler to upload file to temporary file with file-prefix first and final rename it to target file |
| UploadFileHandlerFactory |
Factory to create
UploadFileHandler |
| UploadFileInTempDirectoryHandler |
Specialized
UploadFileHandler to upload to temporary directory first and then rename the file to final target file. |
| Enum | Description |
|---|---|
| UploadFileStrategy |
enum containing file upload strategy, consists of configValue and Class to handle file upload.
|
Copyright © 2017–2020. All rights reserved.