Class DeleteResponseFactory
- java.lang.Object
-
- org.apache.directory.api.ldap.codec.factory.ResponseFactory
-
- org.apache.directory.api.ldap.codec.factory.DeleteResponseFactory
-
- All Implemented Interfaces:
Messagefactory
public final class DeleteResponseFactory extends ResponseFactory
The DeleteResponse factory.- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static DeleteResponseFactoryINSTANCEThe static instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the DeleteResponse message to a PDU.-
Methods inherited from class org.apache.directory.api.ldap.codec.factory.ResponseFactory
encodeLdapResultReverse, encodeReferralUrls, encodeReverse
-
-
-
-
Field Detail
-
INSTANCE
public static final DeleteResponseFactory INSTANCE
The static instance
-
-
Method Detail
-
encodeReverse
public void encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)
Encode the DeleteResponse message to a PDU.
DeleteResponse :0x6B L1 | +--> LdapResult
- Parameters:
codec- The LdapApiService instancebuffer- The buffer where to put the PDUmessage- the DeleteResponse to encode
-
-