Package | Description |
---|---|
org.eclipse.ecf.filetransfer.events | |
org.eclipse.ecf.provider.filetransfer.httpclient4 | |
org.eclipse.ecf.provider.filetransfer.retrieve |
Modifier and Type | Method and Description |
---|---|
FileTransferJob |
IFileTransferConnectStartEvent.prepareConnectJob(FileTransferJob connectJob)
Prepare custom connect job or get default connect job.
|
Modifier and Type | Method and Description |
---|---|
void |
IFileTransferConnectStartEvent.connectUsingJob(FileTransferJob connectJob)
Connect using a job.
|
FileTransferJob |
IFileTransferConnectStartEvent.prepareConnectJob(FileTransferJob connectJob)
Prepare custom connect job or get default connect job.
|
IIncomingFileTransfer |
IIncomingFileTransferReceiveStartEvent.receive(File localFileToSave,
FileTransferJob fileTransferJob)
Just like
IIncomingFileTransferReceiveStartEvent.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. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveResumedEvent.receive(File localFileToSave,
FileTransferJob fileTransferJob,
boolean append)
Just like
IIncomingFileTransferReceiveResumedEvent.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. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveStartEvent.receive(OutputStream streamToStore,
FileTransferJob fileTransferJob)
Just like
IIncomingFileTransferReceiveStartEvent.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. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveResumedEvent.receive(OutputStream streamToStore,
FileTransferJob fileTransferJob)
Just like
IIncomingFileTransferReceiveResumedEvent.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 the
FileTransferJob to use for the actual file transfer. |
Modifier and Type | Method and Description |
---|---|
protected FileTransferJob |
HttpClientRetrieveFileTransfer.prepareConnectJob(FileTransferJob cjob) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpClientRetrieveFileTransfer.connectUsingJob(FileTransferJob cjob) |
protected FileTransferJob |
HttpClientRetrieveFileTransfer.prepareConnectJob(FileTransferJob cjob) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRetrieveFileTransfer.setupAndScheduleJob(FileTransferJob fileTransferJob) |
Copyright © 2017 Eclipse Foundation. All rights reserved.