Package | Description |
---|---|
org.opends.server.replication.protocol |
This package contains the code used by the replication server and by the code running on the Directory Server side to
exchange their information.
|
Modifier and Type | Method and Description |
---|---|
ByteArrayBuilder |
ByteArrayBuilder.appendBoolean(boolean b)
Append a boolean to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendByte(int b)
Append a byte to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendByteArray(byte[] bytes)
Append all the bytes from the byte array to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendCSN(CSN csn)
Append a CSN to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendCSNUTF8(CSN csn)
Append a CSN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte
array.
|
ByteArrayBuilder |
ByteArrayBuilder.appendDN(Dn dn)
Append a DN to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte
array.
|
ByteArrayBuilder |
ByteArrayBuilder.appendInt(int i)
Append an int to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendIntUTF8(int i)
Append an int to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte
array.
|
ByteArrayBuilder |
ByteArrayBuilder.appendLong(long l)
Append a long to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendLongUTF8(long l)
Append a long to this ByteArrayBuilder by converting it to a String then encoding that string to a UTF-8 byte
array.
|
ByteArrayBuilder |
ByteArrayBuilder.appendServerStateMustComeLast(ServerState serverState)
Append the byte representation of a ServerState to this ByteArrayBuilder and then append a final zero byte
separator.
|
ByteArrayBuilder |
ByteArrayBuilder.appendShort(int s)
Append a short to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendString(String s)
Append a String with a zero separator to this ByteArrayBuilder, or only the zero separator if the string is null
or if the string length is zero.
|
ByteArrayBuilder |
ByteArrayBuilder.appendStrings(Collection<String> col)
Append a Collection of Strings to this ByteArrayBuilder.
|
ByteArrayBuilder |
ByteArrayBuilder.appendZeroTerminatedByteArray(byte[] bytes)
Append all the bytes from the byte array to this ByteArrayBuilder and then append a final zero byte separator for
compatibility with legacy implementations.
|
protected ByteArrayBuilder |
UpdateMsg.encodeHeader(byte msgType,
short protocolVersion)
Encode the common header for all the UpdateMsg.
|
ByteArrayBuilder |
LDAPUpdateMsg.encodeHeader(byte msgType,
short protocolVersion) |
Copyright 2010-2018 ForgeRock AS.