@PublicAPI(stability=PRIVATE)

Package org.opends.server.replication.protocol

This package contains the code used by the replication server and by the code running on the Directory Server side to exchange their information.

The main classes of this packages are :
  • Session implements the session and protocol that is used by the replication server and the directory server to communicate. This is done by using the innate encoding/decoding capabilities of the ReplicationMessages objects. This class is used by both the server and the plugin package.
  • ReplicationMessage This class and the class that inherit from it contain the messages that are used for communication between the replication server and the Directory Server as well as the methods fro encoding/decoding them.