Uses of Class
org.eclipse.ecf.filetransfer.FileTransferJob
Packages that use FileTransferJob
Package
Description
-
Uses of FileTransferJob in org.eclipse.ecf.filetransfer.events
Methods in org.eclipse.ecf.filetransfer.events that return FileTransferJobModifier and TypeMethodDescriptionIFileTransferConnectStartEvent.prepareConnectJob
(FileTransferJob connectJob) Prepare custom connect job or get default connect job.Methods in org.eclipse.ecf.filetransfer.events with parameters of type FileTransferJobModifier and TypeMethodDescriptionvoid
IFileTransferConnectStartEvent.connectUsingJob
(FileTransferJob connectJob) Connect using a job.IFileTransferConnectStartEvent.prepareConnectJob
(FileTransferJob connectJob) Prepare custom connect job or get default connect job.IIncomingFileTransferReceiveResumedEvent.receive
(File localFileToSave, FileTransferJob fileTransferJob, boolean append) Just likeIIncomingFileTransferReceiveResumedEvent.receive(File,boolean)
but this method also give the caller a chance to provide a factory that creates the job that will perform the actual file transfer.IIncomingFileTransferReceiveResumedEvent.receive
(OutputStream streamToStore, FileTransferJob fileTransferJob) Just likeIIncomingFileTransferReceiveResumedEvent.receive(OutputStream)
but this method also give the caller a chance to provide a factory that creates the job that will perform the actual file transfer.IIncomingFileTransferReceiveStartEvent.receive
(File localFileToSave, FileTransferJob fileTransferJob) Just likeIIncomingFileTransferReceiveStartEvent.receive(File)
but this method also give the caller a chance to provide a factory that creates the job that will perform the actual file transfer.IIncomingFileTransferReceiveStartEvent.receive
(OutputStream streamToStore, FileTransferJob fileTransferJob) Just likeIIncomingFileTransferReceiveStartEvent.receive(OutputStream)
but this method also give the caller a chance to provide a factory that creates the job that will perform the actual file transfer.void
IOutgoingFileTransferResponseEvent.setFileTransferJob
(FileTransferJob job) Set theFileTransferJob
to use for the actual file transfer. -
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.httpclient45
Methods in org.eclipse.ecf.provider.filetransfer.httpclient45 that return FileTransferJobModifier and TypeMethodDescriptionprotected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) Methods in org.eclipse.ecf.provider.filetransfer.httpclient45 with parameters of type FileTransferJobModifier and TypeMethodDescriptionprotected void
HttpClientRetrieveFileTransfer.connectUsingJob
(FileTransferJob cjob) protected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) -
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.httpclient5
Methods in org.eclipse.ecf.provider.filetransfer.httpclient5 that return FileTransferJobModifier and TypeMethodDescriptionprotected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) Methods in org.eclipse.ecf.provider.filetransfer.httpclient5 with parameters of type FileTransferJobModifier and TypeMethodDescriptionprotected void
HttpClientRetrieveFileTransfer.connectUsingJob
(FileTransferJob cjob) protected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) -
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.retrieve
Methods in org.eclipse.ecf.provider.filetransfer.retrieve with parameters of type FileTransferJobModifier and TypeMethodDescriptionprotected void
AbstractRetrieveFileTransfer.setupAndScheduleJob
(FileTransferJob fileTransferJob)