Class BasicAuthRequestImpl

    • Constructor Detail

      • BasicAuthRequestImpl

        public BasicAuthRequestImpl​(HttpMethod aHttpMethod,
                                    Url aUrl,
                                    BasicAuthCredentials aCredentials)
        Constructs a BasicAuthRequest instance with required attributes.
        Parameters:
        aHttpMethod - The HttpMethod with which the request has been sent.
        aUrl - The Url from which to take the URL specific data.
        aCredentials - The credentials retrieved from the request.