Searched defs:decodeHeader (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DStartMsg.java176 public int decodeHeader(byte[] types, byte [] encodedMsg) method in class:StartMsg
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 DLDAPUpdateMsg.java446 public int decodeHeader(byte[] types, byte[] encodedMsg) method in class:LDAPUpdateMsg
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DStartMsg.java114 void decodeHeader(final ByteArrayScanner scanner, byte... allowedTypes) method in class:StartMsg
H A DUpdateMsg.java79 decodeHeader(MSG_TYPE_GENERIC_UPDATE, scanner);
240 protected void decodeHeader(byte allowedType, ByteArrayScanner scanner) method in class:UpdateMsg
H A DLDAPUpdateMsg.java337 void decodeHeader(ByteArrayScanner scanner, byte... allowedTypes) method in class:LDAPUpdateMsg
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DStartMsg.java176 public int decodeHeader(byte[] types, byte [] encodedMsg) method in class:StartMsg
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 DLDAPUpdateMsg.java446 public int decodeHeader(byte[] types, byte[] encodedMsg) method in class:LDAPUpdateMsg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DStartMsg.java176 public int decodeHeader(byte[] types, byte [] encodedMsg) method in class:StartMsg
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 DLDAPUpdateMsg.java446 public int decodeHeader(byte[] types, byte[] encodedMsg) method in class:LDAPUpdateMsg
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DStartMsg.java114 void decodeHeader(final ByteArrayScanner scanner, byte... allowedTypes) method in class:StartMsg
H A DUpdateMsg.java79 decodeHeader(MSG_TYPE_GENERIC_UPDATE, scanner);
240 protected void decodeHeader(byte allowedType, ByteArrayScanner scanner) method in class:UpdateMsg
H A DLDAPUpdateMsg.java337 void decodeHeader(ByteArrayScanner scanner, byte... allowedTypes) method in class:LDAPUpdateMsg
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DStartMsg.java114 void decodeHeader(final ByteArrayScanner scanner, byte... allowedTypes) method in class:StartMsg
H A DUpdateMsg.java79 decodeHeader(MSG_TYPE_GENERIC_UPDATE, scanner);
240 protected void decodeHeader(byte allowedType, ByteArrayScanner scanner) method in class:UpdateMsg
H A DLDAPUpdateMsg.java341 void decodeHeader(ByteArrayScanner scanner, byte... allowedTypes) method in class:LDAPUpdateMsg
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java392 public int decodeHeader(byte type, byte[] encodedMsg) method in class:NotAssuredUpdateMsg
/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.6.2/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java392 public int decodeHeader(byte type, byte[] encodedMsg) method in class:NotAssuredUpdateMsg
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java392 public int decodeHeader(byte type, byte[] encodedMsg) 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
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java312 protected void decodeHeader(byte msgType, ByteArrayScanner scanner) method in class:NotAssuredUpdateMsg

Completed in 53 milliseconds