Class AbstractOptionallyIdentifiedRequest

    • Constructor Detail

      • AbstractOptionallyIdentifiedRequest

        protected AbstractOptionallyIdentifiedRequest​(URI uri,
                                                      ClientAuthentication clientAuth)
        Creates a new abstract request with optional client authentication.
        Parameters:
        uri - The URI of the endpoint (HTTP or HTTPS) for which the request is intended, null if not specified (if, for example, the Request.toHTTPRequest() method will not be used).
        clientAuth - The client authentication, null if none.
      • AbstractOptionallyIdentifiedRequest

        protected AbstractOptionallyIdentifiedRequest​(URI uri,
                                                      ClientID clientID)
        Creates a new abstract request with optional client identification.
        Parameters:
        uri - The URI of the endpoint (HTTP or HTTPS) for which the request is intended, null if not specified (if, for example, the Request.toHTTPRequest() method will not be used).
        clientID - The client identifier, null if not specified.