Uses of Class
org.eclipse.jetty.http.HttpURI.Mutable
Packages that use HttpURI.Mutable
-
Uses of HttpURI.Mutable in org.eclipse.jetty.http
Methods in org.eclipse.jetty.http that return HttpURI.MutableModifier and TypeMethodDescriptionstatic HttpURI.MutableHttpURI.build()static HttpURI.Mutablestatic HttpURI.Mutablestatic HttpURI.Mutablestatic HttpURI.Mutablestatic HttpURI.Mutablestatic HttpURI.MutableHttpURI.Mutable.clear()Clears all URI components, resetting this mutable to an empty state.HttpURI.Mutable.decodedPath(String path) Sets the path from a decoded (non-percent-encoded) string.HttpURI.Mutable.normalize()Normalizes the URI by removing the default port if it matches the scheme's default port.Sets the path parameter, appending it to the path after a semicolon.Sets the path and query from a combined string in the formpath?query.HttpURI.Mutable.port(int port) HttpURI.Mutable.scheme(HttpScheme scheme) Parses and sets all URI components from a string.Parses and sets all URI components from a substring.Parses and sets URI components from a string, handling HTTP method-specific parsing.Sets all URI components from anotherHttpURI.Sets the user info component of the URI authority.