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 ReplicationMsgReplicationMsg. decodeMsg(byte[] buffer, short protocolVersion)Generates a ReplicationMsg from its encoded form.ExtendedStartMsgSession. performExtendedHandshake(ServerId<?> serverId, com.forgerock.opendj.discovery.GroupId groupId, ServerState state, long heartbeatInterval)Performs extended handshake to exchange additional information.ReplicationMsgSession. receive()Attempt to receive a ReplicationMsg.
-