Uses of Class
com.swiftmq.filetransfer.Filetransfer
Packages that use Filetransfer
Package
Description
-
Uses of Filetransfer in com.swiftmq.filetransfer
Methods in com.swiftmq.filetransfer that return FiletransferModifier and TypeMethodDescriptionstatic Filetransfer
Creates a new Filetransfer which is connected to a filecache which is identified by a link.static Filetransfer
Creates a new Filetransfer which is connected to a filecache which is identified by router name and cache name.abstract Filetransfer
Filetransfer.delete()
Deletes a file.abstract Filetransfer
Filetransfer.receive()
Performs the receiving file transfer.abstract Filetransfer
Filetransfer.receive
(ProgressListener progressListener) Performs the receiving file transfer and notifies a progress listener during the transfer.abstract Filetransfer
Filetransfer.withDeleteAfterNumberDownloads
(int deleteAfterNumberDownloads) The sender can define a maximum number of downloads for a file.abstract Filetransfer
Filetransfer.withDigestType
(String digestType) Sets the type of the digest that is used to verify the consistency of the file transfer.abstract Filetransfer
Filetransfer.withExpiration
(long expiration) The sender can define an expiration time in millisecond relative to the time when the file is store at the file cache.abstract Filetransfer
Sets the file to send or receive.abstract Filetransfer
Filetransfer.withFileIsPrivate
(boolean fileIsPrivate) A sender can declare a file as private.abstract Filetransfer
Filetransfer.withFilename
(String filename) Overwrites the name of the file to send.abstract Filetransfer
Sets the link of a file to receive.abstract Filetransfer
Filetransfer.withOriginalFilename
(boolean withOriginalFilename) Enables/disables the use of the original filenames of the receiving files.abstract Filetransfer
Filetransfer.withOutputDirectory
(File outputDir) Sets the output directory where received files are stored.abstract Filetransfer
Filetransfer.withPassword
(String password) Sets the password for a file.abstract Filetransfer
Filetransfer.withPasswordHexDigest
(String passwordHexDigest) For internal use only!abstract Filetransfer
Filetransfer.withProperties
(Map<String, Object> properties) A sender can add any custom properties to a file.abstract Filetransfer
Filetransfer.withReplyInterval
(int replyInterval) Sets the internal message transfer interval in which a consistency check is performed.abstract Filetransfer
Filetransfer.withSelector
(String selector) Sets a JMS message selector to use by a query. -
Uses of Filetransfer in com.swiftmq.filetransfer.v940
Subclasses of Filetransfer in com.swiftmq.filetransfer.v940Methods in com.swiftmq.filetransfer.v940 that return FiletransferModifier and TypeMethodDescriptionFiletransferImpl.delete()
FiletransferImpl.receive()
FiletransferImpl.receive
(ProgressListener progressListener) FiletransferImpl.withDeleteAfterNumberDownloads
(int deleteAfterNumberDownloads) FiletransferImpl.withDigestType
(String digestType) FiletransferImpl.withExpiration
(long expiration) FiletransferImpl.withFileIsPrivate
(boolean fileIsPrivate) FiletransferImpl.withFilename
(String filename) FiletransferImpl.withOriginalFilename
(boolean withOriginalFilename) FiletransferImpl.withOutputDirectory
(File outputDir) FiletransferImpl.withPassword
(String password) FiletransferImpl.withPasswordHexDigest
(String passwordHexDigest) FiletransferImpl.withProperties
(Map<String, Object> properties) FiletransferImpl.withReplyInterval
(int replyInterval) FiletransferImpl.withSelector
(String selector) -
Uses of Filetransfer in com.swiftmq.filetransfer.v941
Subclasses of Filetransfer in com.swiftmq.filetransfer.v941Methods in com.swiftmq.filetransfer.v941 that return FiletransferModifier and TypeMethodDescriptionFiletransferImpl.delete()
FiletransferImpl.receive()
FiletransferImpl.receive
(ProgressListener progressListener) FiletransferImpl.withDeleteAfterNumberDownloads
(int deleteAfterNumberDownloads) FiletransferImpl.withDigestType
(String digestType) FiletransferImpl.withExpiration
(long expiration) FiletransferImpl.withFileIsPrivate
(boolean fileIsPrivate) FiletransferImpl.withFilename
(String filename) FiletransferImpl.withOriginalFilename
(boolean withOriginalFilename) FiletransferImpl.withOutputDirectory
(File outputDir) FiletransferImpl.withPassword
(String password) FiletransferImpl.withPasswordHexDigest
(String passwordHexDigest) FiletransferImpl.withProperties
(Map<String, Object> properties) FiletransferImpl.withReplyInterval
(int replyInterval) FiletransferImpl.withSelector
(String selector)