Class OpaqueExtendedRequest

    • Constructor Detail

      • OpaqueExtendedRequest

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

        public OpaqueExtendedRequest​(int id)
        Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
        Parameters:
        id - The message ID
      • OpaqueExtendedRequest

        public OpaqueExtendedRequest​(String requestName)
        Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
        Parameters:
        requestName - the extended request name
      • OpaqueExtendedRequest

        public OpaqueExtendedRequest​(byte[] requestValue)
        Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
        Parameters:
        requestValue - the embedded value
      • OpaqueExtendedRequest

        public OpaqueExtendedRequest​(String requestName,
                                     byte[] requestValue)
        Creates an ExtendedRequest implementing object used to perform extended protocol operation on the server.
        Parameters:
        requestName - The extended request OID
        requestValue - the embedded value