Class OpaqueExtendedResponse

    • Constructor Detail

      • OpaqueExtendedResponse

        public OpaqueExtendedResponse()
        Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
      • OpaqueExtendedResponse

        public OpaqueExtendedResponse​(int messageId)
        Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
        Parameters:
        messageId - the messageID
      • OpaqueExtendedResponse

        public OpaqueExtendedResponse​(String responseName)
        Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
        Parameters:
        responseName - The extended response OID
      • OpaqueExtendedResponse

        public OpaqueExtendedResponse​(int messageId,
                                      String responseName)
        Creates an ExtendedResponse implementing object used to perform extended protocol operation on the server.
        Parameters:
        messageId - the messageID
        responseName - The extended response OID
    • Method Detail

      • getResponseValue

        public byte[] getResponseValue()
        Returns:
        the response value
      • setResponseValue

        public void setResponseValue​(byte[] responseValue)
        Parameters:
        responseValue - the responseValue to set
      • equals

        public boolean equals​(Object obj)
        Checks to see if an object equals this ExtendedRequest.
        Overrides:
        equals in class AbstractExtendedResponse
        Parameters:
        obj - the object to be checked for equality
        Returns:
        true if the obj equals this ExtendedRequest, false otherwise