Searched defs:protocolVersion (Results 26 - 50 of 200) sorted by relevance

12345678

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DWindowMsg.java97 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DChangeStatusMsg.java87 public byte[] getBytes(short protocolVersion) argument
H A DChangeTimeHeartbeatMsg.java113 public byte[] getBytes(short protocolVersion) argument
115 if (protocolVersion < ProtocolVersion.REPLICATION_PROTOCOL_V7)
H A DDoneMsg.java70 public byte[] getBytes(short protocolVersion) argument
H A DInitializeRcvAckMsg.java81 public byte[] getBytes(short protocolVersion) argument
H A DMonitorRequestMsg.java85 public byte[] getBytes(short protocolVersion) argument
H A DNotSupportedOldVersionPDUException.java44 private short protocolVersion = -1; // protocol version of the pdu field in class:NotSupportedOldVersionPDUException
50 * @param protocolVersion PDU protocol version.
54 short protocolVersion, byte pduType)
58 ") from protocol version " + protocolVersion;
59 this.protocolVersion = protocolVersion;
96 return protocolVersion;
53 NotSupportedOldVersionPDUException(String pduStr, short protocolVersion, byte pduType) argument
H A DReplicaOfflineMsg.java71 protocolVersion = scanner.nextShort();
91 public byte[] getBytes(short protocolVersion) argument
93 if (protocolVersion < ProtocolVersion.REPLICATION_PROTOCOL_V8)
99 builder.appendShort(protocolVersion);
H A DResetGenerationIdMsg.java69 public byte[] getBytes(short protocolVersion) argument
H A DWindowMsg.java77 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
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.java107 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
H A DWindowMsg.java97 public byte[] getBytes(short protocolVersion) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
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

Completed in 69 milliseconds

12345678