Searched refs:decodeHeader (Results 1 - 25 of 69) sorted by relevance

123

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java79 decodeHeader(MSG_TYPE_GENERIC_UPDATE, scanner);
240 protected void decodeHeader(byte allowedType, ByteArrayScanner scanner) method in class:UpdateMsg
H A DStartMsg.java114 void decodeHeader(final ByteArrayScanner scanner, byte... allowedTypes) method in class:StartMsg
H A DDeleteMsg.java90 decodeHeader(scanner, MSG_TYPE_DELETE, MSG_TYPE_DELETE_V1);
H A DReplServerStartDSMsg.java119 decodeHeader(scanner, MSG_TYPE_REPL_SERVER_START_DS);
H A DReplServerStartMsg.java110 decodeHeader(scanner,
H A DServerStartMsg.java113 decodeHeader(scanner, MSG_TYPE_SERVER_START);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java79 decodeHeader(MSG_TYPE_GENERIC_UPDATE, scanner);
240 protected void decodeHeader(byte allowedType, ByteArrayScanner scanner) method in class:UpdateMsg
H A DStartMsg.java114 void decodeHeader(final ByteArrayScanner scanner, byte... allowedTypes) method in class:StartMsg
H A DDeleteMsg.java90 decodeHeader(scanner, MSG_TYPE_DELETE, MSG_TYPE_DELETE_V1);
H A DReplServerStartDSMsg.java119 decodeHeader(scanner, MSG_TYPE_REPL_SERVER_START_DS);
H A DReplServerStartMsg.java110 decodeHeader(scanner,
H A DServerStartMsg.java113 decodeHeader(scanner, MSG_TYPE_SERVER_START);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DUpdateMsg.java79 decodeHeader(MSG_TYPE_GENERIC_UPDATE, scanner);
240 protected void decodeHeader(byte allowedType, ByteArrayScanner scanner) method in class:UpdateMsg
H A DStartMsg.java114 void decodeHeader(final ByteArrayScanner scanner, byte... allowedTypes) method in class:StartMsg
H A DDeleteMsg.java90 decodeHeader(scanner, MSG_TYPE_DELETE, MSG_TYPE_DELETE_V1);
H A DReplServerStartDSMsg.java119 decodeHeader(scanner, MSG_TYPE_REPL_SERVER_START_DS);
H A DReplServerStartMsg.java110 decodeHeader(scanner,
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java90 int pos = decodeHeader(MSG_TYPE_GENERIC_UPDATE, bytes);
305 protected int decodeHeader(byte type, byte[] encodedMsg) method in class:UpdateMsg
H A DStartMsg.java176 public int decodeHeader(byte[] types, byte [] encodedMsg) method in class:StartMsg
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java90 int pos = decodeHeader(MSG_TYPE_GENERIC_UPDATE, bytes);
305 protected int decodeHeader(byte type, byte[] encodedMsg) method in class:UpdateMsg
H A DStartMsg.java176 public int decodeHeader(byte[] types, byte [] encodedMsg) method in class:StartMsg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java90 int pos = decodeHeader(MSG_TYPE_GENERIC_UPDATE, bytes);
305 protected int decodeHeader(byte type, byte[] encodedMsg) method in class:UpdateMsg
H A DStartMsg.java176 public int decodeHeader(byte[] types, byte [] encodedMsg) method in class:StartMsg
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java317 protected void decodeHeader(byte msgType, ByteArrayScanner scanner) method in class:NotAssuredUpdateMsg
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java317 protected void decodeHeader(byte msgType, ByteArrayScanner scanner) method in class:NotAssuredUpdateMsg

Completed in 59 milliseconds

123