public final class AddRequestFactory extends Object implements Messagefactory
Modifier and Type | Field and Description |
---|---|
static AddRequestFactory |
INSTANCE
The static instance
|
Modifier and Type | Method and Description |
---|---|
void |
encodeReverse(LdapApiService codec,
Asn1Buffer buffer,
Message message)
Encode the AddRequest message to a PDU.
|
public static final AddRequestFactory INSTANCE
public void encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)
0x68 LL 0x04 LL entry 0x30 LL attributesList 0x30 LL attribute 0x04 LL attributeDescription 0x31 LL attributeValues 0x04 LL attributeValue ... 0x04 LL attributeValue ... 0x30 LL attribute 0x04 LL attributeDescription 0x31 LL attributeValue 0x04 LL attributeValue ... 0x04 LL attributeValue
encodeReverse
in interface Messagefactory
codec
- The LdapApiService instancebuffer
- The buffer where to put the PDUmessage
- the AbandonRequest to encodeCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.