Uses of Class
ai.vespa.http.HttpURL
Packages that use HttpURL
-
Uses of HttpURL in ai.vespa.http
Methods in ai.vespa.http that return HttpURLModifier and TypeMethodDescriptionHttpURL.appendPath(HttpURL.Path path) Returns a copy of this with the given path appended.HttpURL.appendQuery(HttpURL.Query query) Returns a copy of this with all entries of the query appended.static HttpURLHttpURL.create(HttpURL.Scheme scheme, DomainName domain) static HttpURLHttpURL.create(HttpURL.Scheme scheme, DomainName domain, int port) static HttpURLHttpURL.create(HttpURL.Scheme scheme, DomainName domain, int port, HttpURL.Path path) static HttpURLHttpURL.create(HttpURL.Scheme scheme, DomainName domain, int port, HttpURL.Path path, HttpURL.Query query) static HttpURLstatic HttpURLHttpURL.withDomain(DomainName domain) Returns a copy of this with the given domain.HttpURL.withoutPort()Returns a copy of this with no port specified.HttpURL.withPath(HttpURL.Path path) Returns a copy of this with only the given path.HttpURL.withPort(int port) Returns a copy of this with the given non-negative port.HttpURL.withQuery(HttpURL.Query query) Returns a copy of this with only the given query.HttpURL.withScheme(HttpURL.Scheme scheme) Returns a copy of this with the given scheme.