Package org.kendar.sync.lib.protocol


package org.kendar.sync.lib.protocol
  • Class
    Description
    Defines the types of backup operations.
    Message sent by the client to connect to the server.
    Message sent by the server in response to a connection request.
    Message used to report errors during the synchronization process.
    Message sent before transferring a file to describe its metadata.
    Message containing a chunk of file data.
    Message sent in response to a file descriptor message to acknowledge that the receiver is ready to receive the file data.
    Message sent before transferring a file to describe its metadata.
    Message sent in response to a file end message to acknowledge that the file has been successfully received.
    Message sent after all blocks of a file have been transferred to signal the end of the file transfer.
    Message sent by the client to the server with a list of files in the source directory.
    Message sent by the server to the client in response to a file list message.
    Message sent by the client to the server with a list of files in the source directory.
    Message sent in response to a file end message to acknowledge that the file has been successfully received.
    Message sent before transferring a file to describe its metadata.
    Base class for all messages in the sync protocol.
    Defines the types of messages that can be exchanged in the sync protocol.
    Represents a packet in the sync protocol.
    Message sent before transferring a file to describe its metadata.
    Message sent before transferring a file to describe its metadata.
    Message sent by the server to the client in response to a sync end message to acknowledge the end of the synchronization session.
    Message sent by the client to the server to signal the end of a synchronization session.