Uses of Class
org.eclipse.ecf.filetransfer.FileTransferJob
- 
- 
Uses of FileTransferJob in org.eclipse.ecf.filetransfer.eventsMethods in org.eclipse.ecf.filetransfer.events that return FileTransferJob Modifier and Type Method Description FileTransferJobIFileTransferConnectStartEvent. prepareConnectJob(FileTransferJob connectJob)Prepare custom connect job or get default connect job.Methods in org.eclipse.ecf.filetransfer.events with parameters of type FileTransferJob Modifier and Type Method Description voidIFileTransferConnectStartEvent. connectUsingJob(FileTransferJob connectJob)Connect using a job.FileTransferJobIFileTransferConnectStartEvent. prepareConnectJob(FileTransferJob connectJob)Prepare custom connect job or get default connect job.IIncomingFileTransferIIncomingFileTransferReceiveResumedEvent. 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.IIncomingFileTransferIIncomingFileTransferReceiveResumedEvent. 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.IIncomingFileTransferIIncomingFileTransferReceiveStartEvent. 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.IIncomingFileTransferIIncomingFileTransferReceiveStartEvent. 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.voidIOutgoingFileTransferResponseEvent. setFileTransferJob(FileTransferJob job)Set theFileTransferJobto use for the actual file transfer.
- 
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.httpclient4Methods in org.eclipse.ecf.provider.filetransfer.httpclient4 that return FileTransferJob Modifier and Type Method Description protected FileTransferJobHttpClientRetrieveFileTransfer. prepareConnectJob(FileTransferJob cjob)Methods in org.eclipse.ecf.provider.filetransfer.httpclient4 with parameters of type FileTransferJob Modifier and Type Method Description protected voidHttpClientRetrieveFileTransfer. connectUsingJob(FileTransferJob cjob)protected FileTransferJobHttpClientRetrieveFileTransfer. prepareConnectJob(FileTransferJob cjob)
- 
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.httpclient45Methods in org.eclipse.ecf.provider.filetransfer.httpclient45 that return FileTransferJob Modifier and Type Method Description protected FileTransferJobHttpClientRetrieveFileTransfer. prepareConnectJob(FileTransferJob cjob)Methods in org.eclipse.ecf.provider.filetransfer.httpclient45 with parameters of type FileTransferJob Modifier and Type Method Description protected voidHttpClientRetrieveFileTransfer. connectUsingJob(FileTransferJob cjob)protected FileTransferJobHttpClientRetrieveFileTransfer. prepareConnectJob(FileTransferJob cjob)
- 
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.httpclient5Methods in org.eclipse.ecf.provider.filetransfer.httpclient5 that return FileTransferJob Modifier and Type Method Description protected FileTransferJobHttpClientRetrieveFileTransfer. prepareConnectJob(FileTransferJob cjob)Methods in org.eclipse.ecf.provider.filetransfer.httpclient5 with parameters of type FileTransferJob Modifier and Type Method Description protected voidHttpClientRetrieveFileTransfer. connectUsingJob(FileTransferJob cjob)protected FileTransferJobHttpClientRetrieveFileTransfer. prepareConnectJob(FileTransferJob cjob)
- 
Uses of FileTransferJob in org.eclipse.ecf.provider.filetransfer.retrieveMethods in org.eclipse.ecf.provider.filetransfer.retrieve with parameters of type FileTransferJob Modifier and Type Method Description protected voidAbstractRetrieveFileTransfer. setupAndScheduleJob(FileTransferJob fileTransferJob)
 
-