URLBuilder
A URL builder with all mutable components
Constructors
Properties
URLBuilder authority.
Checks if Url has absolute path.
Checks if Url has absolute path.
URL query parameters
URL path without query
URL protocol (scheme)
keep a trailing question character even if there are no query parameters
Functions
Adds components to current encodedPath
Adds segments to current encodedPath
Adds components to current encodedPath
Adds segments to current encodedPath.
Build a URL string
Create a copy of this builder. Modifications in a copy is not reflected in the original instance and vise-versa.
Replace components in the current encodedPath. The path components will be escaped, except /
character.
Sets the url parts using the specified scheme, host, port and path. Pass null
to keep existing value in the URLBuilder.
Take components from another url builder
Take components from another url
Take url parts from urlString throws URLParserException