Class AbstractAuthenticatedRequest

    • Constructor Detail

      • AbstractAuthenticatedRequest

        protected AbstractAuthenticatedRequest​(URI uri,
                                               ClientAuthentication clientAuth)
        Creates a new abstract request with 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. Must not be null.