Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.FileTransfer

Packages that use FileTransfer
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.gui.main.chat.filetransfer   
net.java.sip.communicator.impl.protocol.icq   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.mock   
net.java.sip.communicator.impl.protocol.msn   
net.java.sip.communicator.impl.protocol.ssh   
net.java.sip.communicator.impl.protocol.yahoo   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
 

Uses of FileTransfer in net.java.sip.communicator.impl.gui.main.chat
 

Methods in net.java.sip.communicator.impl.gui.main.chat that return FileTransfer
 FileTransfer MetaContactChatTransport.sendFile(File file)
          Sends the given file through this chat transport file transfer operation set.
 FileTransfer ChatTransport.sendFile(File file)
          Sends the given file trough this chat transport.
 

Uses of FileTransfer in net.java.sip.communicator.impl.gui.main.chat.conference
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return FileTransfer
 FileTransfer AdHocConferenceChatTransport.sendFile(File file)
          Sending files through a chat room is not yet supported by this chat transport implementation.
 FileTransfer ConferenceChatTransport.sendFile(File file)
          Sending files through a chat room is not yet supported by this chat transport implementation.
 

Uses of FileTransfer in net.java.sip.communicator.impl.gui.main.chat.filetransfer
 

Methods in net.java.sip.communicator.impl.gui.main.chat.filetransfer with parameters of type FileTransfer
protected  void FileTransferConversationComponent.setFileTransfer(FileTransfer fileTransfer, long transferredFileSize)
          Sets the file transfer.
 void SendFileConversationComponent.setProtocolFileTransfer(FileTransfer fileTransfer)
          Sets the FileTransfer object received from the protocol and corresponding to the file transfer process associated with this panel.
 

Uses of FileTransfer in net.java.sip.communicator.impl.protocol.icq
 

Classes in net.java.sip.communicator.impl.protocol.icq that implement FileTransfer
 class FileTransferImpl
          The Filetransfer imeplementation for ICQ.
 

Methods in net.java.sip.communicator.impl.protocol.icq that return FileTransfer
 FileTransfer IncomingFileTransferRequestIcqImpl.acceptFile(File file)
          Function called to accept and receive the file.
 FileTransfer OperationSetFileTransferIcqImpl.sendFile(Contact toContact, Contact fromContact, String remotePath, String localPath)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 FileTransfer OperationSetFileTransferIcqImpl.sendFile(Contact toContact, File file)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 

Uses of FileTransfer in net.java.sip.communicator.impl.protocol.jabber
 

Classes in net.java.sip.communicator.impl.protocol.jabber that implement FileTransfer
 class IncomingFileTransferJabberImpl
          The Jabber protocol extension of the AbstractFileTransfer.
 class OutgoingFileTransferJabberImpl
          The Jabber protocol extension of the AbstractFileTransfer.
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return FileTransfer
 FileTransfer IncomingFileTransferRequestJabberImpl.acceptFile(File file)
          Accepts the file and starts the transfer.
 FileTransfer OperationSetFileTransferJabberImpl.sendFile(Contact toContact, Contact fromContact, String remotePath, String localPath)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 FileTransfer OperationSetFileTransferJabberImpl.sendFile(Contact toContact, File file)
          Sends a file transfer request to the given toContact.
 

Uses of FileTransfer in net.java.sip.communicator.impl.protocol.mock
 

Classes in net.java.sip.communicator.impl.protocol.mock that implement FileTransfer
 class MockFileTransferImpl
           
 

Methods in net.java.sip.communicator.impl.protocol.mock that return FileTransfer
 FileTransfer MockOperationSetFileTransfer.sendFile(Contact toContact, Contact fromContact, String remotePath, String localPath)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 FileTransfer MockOperationSetFileTransfer.sendFile(Contact toContact, File file)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 

Methods in net.java.sip.communicator.impl.protocol.mock with parameters of type FileTransfer
 void MockOperationSetFileTransfer.changeFileTransferStatus(FileTransfer ft, int newstatus)
           
 

Uses of FileTransfer in net.java.sip.communicator.impl.protocol.msn
 

Methods in net.java.sip.communicator.impl.protocol.msn that return FileTransfer
 FileTransfer IncomingFileTransferRequestMsnImpl.acceptFile(File file)
          Function called to accept and receive the file.
 FileTransfer OperationSetFileTransferMsnImpl.sendFile(Contact toContact, Contact fromContact, String remotePath, String localPath)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 FileTransfer OperationSetFileTransferMsnImpl.sendFile(Contact toContact, File file)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 

Uses of FileTransfer in net.java.sip.communicator.impl.protocol.ssh
 

Classes in net.java.sip.communicator.impl.protocol.ssh that implement FileTransfer
 class FileTransferSSHImpl
          SSH implementation of the AbstractFileTransfer.
 

Methods in net.java.sip.communicator.impl.protocol.ssh that return FileTransfer
 FileTransfer OperationSetFileTransferSSHImpl.sendFile(Contact toContact, Contact fromContact, String remotePath, String localPath)
          The file transfer method to/from the remote machine either toContact is null(we are downloading file from remote machine or fromContact is null(we are uploading file to remote machine
 FileTransfer OperationSetFileTransferSSHImpl.sendFile(Contact toContact, File file)
          Sends a file transfer request to the given toContact.
 

Uses of FileTransfer in net.java.sip.communicator.impl.protocol.yahoo
 

Methods in net.java.sip.communicator.impl.protocol.yahoo that return FileTransfer
 FileTransfer IncomingFileTransferRequestYahooImpl.acceptFile(File file)
          Function called to accept and receive the file.
 FileTransfer OperationSetFileTransferYahooImpl.sendFile(Contact toContact, Contact fromContact, String remotePath, String localPath)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 FileTransfer OperationSetFileTransferYahooImpl.sendFile(Contact toContact, File file)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 

Uses of FileTransfer in net.java.sip.communicator.service.protocol
 

Classes in net.java.sip.communicator.service.protocol that implement FileTransfer
 class AbstractFileTransfer
          An abstract implementation of the FileTransfer interface providing implementation of status and progress events related methods and leaving all protocol specific methods abstract.
 

Methods in net.java.sip.communicator.service.protocol that return FileTransfer
 FileTransfer IncomingFileTransferRequest.acceptFile(File file)
          Function called to accept and receive the file.
 FileTransfer OperationSetFileTransfer.sendFile(Contact toContact, Contact fromContact, String remotePath, String localPath)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 FileTransfer OperationSetFileTransfer.sendFile(Contact toContact, File file)
          Sends a file transfer request to the given toContact by specifying the local and remote file path and the fromContact, sending the file.
 

Uses of FileTransfer in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event that return FileTransfer
 FileTransfer FileTransferCreatedEvent.getFileTransfer()
          Returns the file transfer that triggered this event.
 FileTransfer FileTransferProgressEvent.getFileTransfer()
          Returns the source FileTransfer that triggered this event.
 FileTransfer FileTransferStatusChangeEvent.getFileTransfer()
          Returns the source FileTransfer that triggered this event.
 

Constructors in net.java.sip.communicator.service.protocol.event with parameters of type FileTransfer
FileTransferCreatedEvent(FileTransfer fileTransfer, Date timestamp)
          Creates a FileTransferCreatedEvent representing creation of a file transfer.
FileTransferProgressEvent(FileTransfer fileTransfer, long timestamp, long progress)
          Creates a FileTransferProgressEvent by specifying the source file transfer object, that triggered the event and the new progress value.
FileTransferStatusChangeEvent(FileTransfer fileTransfer, int oldStatus, int newStatus, String reason)
          Creates a FileTransferStatusChangeEvent by specifying the source fileTransfer, the old transfer status and the new status.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.