Searched defs:protocolVersion (Results 1 - 25 of 200) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java71 public byte[] getBytes(short protocolVersion) argument
H A DStopMsg.java64 public byte[] getBytes(short protocolVersion) argument
H A DWindowProbeMsg.java72 public byte[] getBytes(short protocolVersion) argument
H A DChangeStatusMsg.java95 public byte[] getBytes(short protocolVersion) argument
H A DChangeTimeHeartbeatMsg.java133 public byte[] getBytes(short protocolVersion) argument
135 if (protocolVersion >= ProtocolVersion.REPLICATION_PROTOCOL_V7)
H A DDoneMsg.java90 public byte[] getBytes(short protocolVersion) argument
H A DInitializeRcvAckMsg.java107 public byte[] getBytes(short protocolVersion) argument
H A DMonitorRequestMsg.java92 public byte[] getBytes(short protocolVersion) argument
H A DNotSupportedOldVersionPDUException.java45 private short protocolVersion = -1; // protocol version of the pdu field in class:NotSupportedOldVersionPDUException
51 * @param protocolVersion PDU protocol version.
55 short protocolVersion, byte pduType)
59 ") from protocol version " + protocolVersion;
60 this.protocolVersion = protocolVersion;
97 return protocolVersion;
54 NotSupportedOldVersionPDUException(String pduStr, short protocolVersion, byte pduType) argument
H A DResetGenerationIdMsg.java87 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java67 public byte[] getBytes(short protocolVersion) argument
H A DStopMsg.java61 public byte[] getBytes(short protocolVersion) argument
H A DWindowProbeMsg.java70 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java71 public byte[] getBytes(short protocolVersion) argument
H A DStopMsg.java64 public byte[] getBytes(short protocolVersion) argument
H A DWindowProbeMsg.java72 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java71 public byte[] getBytes(short protocolVersion) argument
H A DStopMsg.java64 public byte[] getBytes(short protocolVersion) argument
H A DWindowProbeMsg.java72 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java67 public byte[] getBytes(short protocolVersion) argument
H A DStopMsg.java61 public byte[] getBytes(short protocolVersion) argument
H A DWindowProbeMsg.java70 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DHeartbeatMsg.java67 public byte[] getBytes(short protocolVersion) argument
H A DStopMsg.java62 public byte[] getBytes(short protocolVersion) argument
H A DWindowProbeMsg.java70 public byte[] getBytes(short protocolVersion) argument

Completed in 38 milliseconds

12345678