Class IntermediateResponseFactory

    • Method Detail

      • encodeReverse

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