Uses of Package
org.kendar.sync.lib.protocol
Packages that use org.kendar.sync.lib.protocol
Package
Description
-
Classes in org.kendar.sync.lib.protocol used by org.kendar.sync.client
-
Classes in org.kendar.sync.lib.protocol used by org.kendar.sync.lib.buffer.convertersClassDescriptionDefines the types of backup operations.Defines the types of messages that can be exchanged in the sync protocol.
-
Classes in org.kendar.sync.lib.protocol used by org.kendar.sync.lib.model
-
Classes in org.kendar.sync.lib.protocol used by org.kendar.sync.lib.network
-
Classes in org.kendar.sync.lib.protocol used by org.kendar.sync.lib.protocolClassDescriptionDefines the types of backup operations.Message sent by the server in response to a connection request.Message used to report errors during the synchronization process.Message sent in response to a file descriptor message to acknowledge that the receiver is ready to receive the file data.Message sent in response to a file end message to acknowledge that the file has been successfully received.Message sent in response to a file end message to acknowledge that the file has been successfully received.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 by the server to the client in response to a sync end message to acknowledge the end of the synchronization session.
-
Classes in org.kendar.sync.lib.protocol used by org.kendar.sync.lib.utils