Interface IFileTransferRequestEvent

    • Method Detail

      • getRequesterID

        ID getRequesterID()
        Get ID of remote requester
        Returns:
        ID of remote requester. Will not be null.
      • getFileTransferInfo

        IFileTransferInfo getFileTransferInfo()
        Get file transfer info associated with this file transfer request even
        Returns:
        IFileTransfer info. Will not be null.
      • reject

        void reject()
        Reject the file transfer request. This method should be called if the receiver of the IFileTransferRequestEvent would like to reject the file transfer request
      • requestAccepted

        boolean requestAccepted()
        If request was accepted from remote target (via successful call to accept(File)this method will return true, if rejected or failed returns false.
        Returns:
        true if request was accepted, false if rejected or failed