Uses of Class
org.opends.server.replication.protocol.NotSupportedOldVersionPDUException
-
Packages that use NotSupportedOldVersionPDUException Package Description 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. -
-
Uses of NotSupportedOldVersionPDUException in org.opends.server.replication.protocol
Methods in org.opends.server.replication.protocol that throw NotSupportedOldVersionPDUException Modifier and Type Method Description static ReplicationMsg
ReplicationMsg. decodeMsg(byte[] buffer, short protocolVersion)
Generates a ReplicationMsg from its encoded form.ExtendedStartMsg
Session. performExtendedHandshake(ServerId<?> serverId, com.forgerock.opendj.discovery.GroupId groupId, ServerState state)
Performs extended handshake to exchange additional information.ReplicationMsg
Session. receive()
Attempt to receive a ReplicationMsg.
-