Class FileEndMessage

java.lang.Object
org.kendar.sync.lib.protocol.Message
org.kendar.sync.lib.protocol.FileEndMessage

public class FileEndMessage extends Message
Message sent after all blocks of a file have been transferred to signal the end of the file transfer.
  • Constructor Details

    • FileEndMessage

      public FileEndMessage()
    • FileEndMessage

      public FileEndMessage(String relativePath, FileInfo fileInfo)
      Creates a new file end message.
      Parameters:
      relativePath - The relative path of the file
      fileInfo - The file information
    • FileEndMessage

      public FileEndMessage(String relativePath)
      Creates a new file end message.
      Parameters:
      relativePath - The relative path of the file
  • Method Details