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(java.io.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(java.io.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 |
IIncomingFileTransferReceiveResumedEvent.receive(java.io.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. |
IIncomingFileTransfer |
IIncomingFileTransferReceiveStartEvent.receive(java.io.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. |
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 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) |