Uses of Interface
org.eclipse.ecf.filetransfer.IIncomingFileTransfer
Package
Description
-
Uses of IIncomingFileTransfer in org.eclipse.ecf.filetransfer.events
Modifier and TypeMethodDescriptionAccept the file transfer request.IFileTransferRequestEvent.accept
(OutputStream outputStream, IFileTransferListener listener) Accept the file transfer request.IIncomingFileTransferEvent.getSource()
GetIIncomingFileTransfer
associated with this eventGet incoming file transfer object by specifying a local File instance to save the received contents to.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) Get incoming file transfer by specifying an OutputStream instance to save the received contents to.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.Get incoming file transfer object by specifying a local File instance to save the received contents to.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) Get incoming file transfer by specifying an OutputStream instance to save the received contents to.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. -
Uses of IIncomingFileTransfer in org.eclipse.ecf.provider.filetransfer.httpclient45
-
Uses of IIncomingFileTransfer in org.eclipse.ecf.provider.filetransfer.httpclient5
-
Uses of IIncomingFileTransfer in org.eclipse.ecf.provider.filetransfer.retrieve
Modifier and TypeClassDescriptionclass
class