Class ExtendedRequestFactory

    • 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:
        encodeReverse in interface Messagefactory
        Parameters:
        codec - The LdapApiService instance
        buffer - The buffer where to put the PDU
        message - the DeleteResponse to encode