Uses of Class
org.eclipse.ecf.filetransfer.FileTransferJob
Package
Description
-
Uses of FileTransferJob in org.eclipse.ecf.filetransfer.events
Modifier and TypeMethodDescriptionIFileTransferConnectStartEvent.prepareConnectJob
(FileTransferJob connectJob) Prepare custom connect job or get default connect job.Modifier 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
Modifier and TypeMethodDescriptionprotected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) Modifier and TypeMethodDescriptionprotected void
HttpClientRetrieveFileTransfer.connectUsingJob
(FileTransferJob cjob) protected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) -
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.httpclient5
Modifier and TypeMethodDescriptionprotected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) Modifier and TypeMethodDescriptionprotected void
HttpClientRetrieveFileTransfer.connectUsingJob
(FileTransferJob cjob) protected FileTransferJob
HttpClientRetrieveFileTransfer.prepareConnectJob
(FileTransferJob cjob) -
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.retrieve
Modifier and TypeMethodDescriptionprotected void
AbstractRetrieveFileTransfer.setupAndScheduleJob
(FileTransferJob fileTransferJob)