Class ExtendedRequestFactory
- java.lang.Object
-
- org.apache.directory.api.ldap.codec.factory.ExtendedRequestFactory
-
- All Implemented Interfaces:
Messagefactory
public final class ExtendedRequestFactory extends Object implements Messagefactory
The ExtendedRequest factory.- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static ExtendedRequestFactoryINSTANCEThe static instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the ExtendedRequest message to a PDU.
-
-
-
Field Detail
-
INSTANCE
public static final ExtendedRequestFactory INSTANCE
The static instance
-
-
Method Detail
-
encodeReverse
public void encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)
Encode the ExtendedRequest message to a PDU.
ExtendedRequest :0x77 L1 | +--> 0x80 LL abcd requestName [+--> 0x81 LL abcd requestValue]
- Specified by:
encodeReversein interfaceMessagefactory- Parameters:
codec- The LdapApiService instancebuffer- The buffer where to put the PDUmessage- the DeleteResponse to encode
-
-