public class HeartbeatMsg extends ReplicationMsg
| Constructor and Description |
|---|
HeartbeatMsg()
Create a new HeartbeatMsg.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes(short protocolVersion)
Serializes the PDU using the provided replication protocol version.
|
String |
toString() |
generateMsgpublic HeartbeatMsg()
public byte[] getBytes(short protocolVersion)
getBytes in class ReplicationMsgprotocolVersion - The protocol version to use for serialization. The version should
normally be older than the current one.null if the message isn't supported
in that protocol version.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.