Class SearchResultReferenceFactory
- java.lang.Object
-
- org.apache.directory.api.ldap.codec.factory.ResponseFactory
-
- org.apache.directory.api.ldap.codec.factory.SearchResultReferenceFactory
-
- All Implemented Interfaces:
Messagefactory
public final class SearchResultReferenceFactory extends ResponseFactory
The SearchResultReference factory.- Author:
- Apache Directory Project
-
-
Field Summary
Fields Modifier and Type Field Description static SearchResultReferenceFactoryINSTANCEThe static instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidencodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)Encode the SearchResultReference 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 SearchResultReferenceFactory INSTANCE
The static instance
-
-
Method Detail
-
encodeReverse
public void encodeReverse(LdapApiService codec, Asn1Buffer buffer, Message message)
Encode the SearchResultReference message to a PDU.
SearchResultReference :0x73 LL 0x04 LL reference [0x04 LL reference]*
- Parameters:
buffer- The buffer where to put the PDUmessage- the SearchResultReference to encodecodec- The LdapApiService instance
-
-