Class CompareRequestFactory

    • Method Detail

      • encodeReverse

        public void encodeReverse​(LdapApiService codec,
                                  Asn1Buffer buffer,
                                  Message message)
        Encode the CompareRequest message to a PDU.
         CompareRequest :
           0x6E LL
             0x04 LL entry
             0x30 LL attributeValueAssertion
               0x04 LL attributeDesc
               0x04 LL assertionValue
         
        Specified by:
        encodeReverse in interface Messagefactory
        Parameters:
        codec - The LdapApiService instance
        buffer - The buffer where to put the PDU
        message - the CompareRequest to encode