Class AbstractConfigurationRequest

    • Constructor Detail

      • AbstractConfigurationRequest

        protected AbstractConfigurationRequest​(URI baseURI,
                                               String wellKnownPath,
                                               WellKnownPathComposeStrategy strategy)
        Creates a new base abstract request.
        Parameters:
        baseURI - The base URI. Must not be null.
        wellKnownPath - The well known path to prepend to any existing path component in the base URI. Must not be null.
        strategy - The well-known path composition strategy. Must not be null.
    • Method Detail

      • toHTTPRequest

        public HTTPRequest toHTTPRequest()
        Description copied from interface: Request
        Returns the matching HTTP request.
        Returns:
        The HTTP request.