Class ExtendedResponseFactory

    • Method Detail

      • encodeReverse

        public void encodeReverse​(LdapApiService codec,
                                  Asn1Buffer buffer,
                                  Message message)
        Encode the ExtendedResponse message to a PDU.
        ExtendedResponse :
         0x78 L1
          |
          +--> LdapResult
         [+--> 0x8A LL abcd responseName]
         [+--> 0x8B LL abcd responseValue]
         
        Parameters:
        codec - The LdapApiService instance
        buffer - The buffer where to put the PDU
        message - the ExtendedResponse to encode