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 Details

    • INSTANCE

      public static final StopEncryptionMsg INSTANCE
      Internal message to signal the stop of encryption.
  • Constructor Details

    • StopEncryptionMsg

      public StopEncryptionMsg()
  • Method Details

    • getBytes

      public byte[] getBytes(short protocolVersion)
      Description copied from class: ReplicationMsg
      Serializes 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:
      getBytes in class ReplicationMsg
      Parameters:
      protocolVersion - The protocol version to use for serialization. The version should normally be older than the current one.
      Returns:
      The encoded PDU, or null if the message isn't supported in that protocol version.
    • toString

      public String toString()
      Overrides:
      toString in class Object