Uses of Interface
org.eclipse.ecf.filetransfer.IIncomingFileTransfer

Packages that use IIncomingFileTransfer
org.eclipse.ecf.filetransfer.events   
org.eclipse.ecf.provider.filetransfer.httpclient   
org.eclipse.ecf.provider.filetransfer.retrieve   
 

Uses of IIncomingFileTransfer in org.eclipse.ecf.filetransfer.events
 

Methods in org.eclipse.ecf.filetransfer.events that return IIncomingFileTransfer
 IIncomingFileTransfer IFileTransferRequestEvent.accept(java.io.File localFileToSave)
          Accept the file transfer request.
 IIncomingFileTransfer IFileTransferRequestEvent.accept(java.io.OutputStream outputStream, IFileTransferListener listener)
          Accept the file transfer request.
 IIncomingFileTransfer IIncomingFileTransferEvent.getSource()
          Get IIncomingFileTransfer associated with this event
 IIncomingFileTransfer IIncomingFileTransferReceiveStartEvent.receive(java.io.File localFileToSave)
          Get incoming file transfer object by specifying a local File instance to save the received contents to.
 IIncomingFileTransfer IIncomingFileTransferReceiveResumedEvent.receive(java.io.File localFileToSave, boolean append)
          Get incoming file transfer object by specifying a local File instance to save the received contents to.
 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)
          Get incoming file transfer by specifying an OutputStream instance to save the received contents to.
 IIncomingFileTransfer IIncomingFileTransferReceiveStartEvent.receive(java.io.OutputStream streamToStore)
          Get incoming file transfer by specifying an OutputStream instance to save the received contents to.
 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.
 

Uses of IIncomingFileTransfer in org.eclipse.ecf.provider.filetransfer.httpclient
 

Classes in org.eclipse.ecf.provider.filetransfer.httpclient that implement IIncomingFileTransfer
 class HttpClientRetrieveFileTransfer
           
 

Uses of IIncomingFileTransfer in org.eclipse.ecf.provider.filetransfer.retrieve
 

Classes in org.eclipse.ecf.provider.filetransfer.retrieve that implement IIncomingFileTransfer
 class AbstractRetrieveFileTransfer
           
 class UrlConnectionRetrieveFileTransfer