Class StopEncryptionMsg
- java.lang.Object
 - 
- org.opends.server.replication.protocol.ReplicationMsg
 - 
- org.opends.server.replication.protocol.StopEncryptionMsg
 
 
 
- 
public final class StopEncryptionMsg extends ReplicationMsg
Internal message to signal the stop of encryption.The message is not intended to be sent across servers.
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StopEncryptionMsgINSTANCEInternal message to signal the stop of encryption.- 
Fields inherited from class org.opends.server.replication.protocol.ReplicationMsg
COMPACT_MASK, COMPACT_TYPE_ADD, COMPACT_TYPE_DELETE, COMPACT_TYPE_MODIFY, COMPACT_TYPE_MODIFY_DN, COMPACT_TYPE_REPLICA_OFFLINE, MSG_TYPE_DISK_ENCODING 
 - 
 
- 
Constructor Summary
Constructors Constructor Description StopEncryptionMsg() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes(short protocolVersion)Serializes the PDU using the provided replication protocol version.StringtoString()- 
Methods inherited from class org.opends.server.replication.protocol.ReplicationMsg
decodeMsg, isRetryable 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final StopEncryptionMsg INSTANCE
Internal message to signal the stop of encryption. 
 - 
 
- 
Method Detail
- 
getBytes
public byte[] getBytes(short protocolVersion)
Description copied from class:ReplicationMsgSerializes the PDU using the provided replication protocol version. WARNING: should be overwritten by a PDU (sub class) we want to support older protocol version serialization for.- Specified by:
 getBytesin classReplicationMsg- Parameters:
 protocolVersion- The protocol version to use for serialization. The version should normally be older than the current one.- Returns:
 - The encoded PDU, or 
nullif the message isn't supported in that protocol version. 
 
 - 
 
 -