Uses of Class
com.tccc.kos.commons.util.net.UriBuilder
Packages that use UriBuilder
-
Uses of UriBuilder in com.tccc.kos.commons.util.net
Methods in com.tccc.kos.commons.util.net that return UriBuilderModifier and TypeMethodDescriptionAdds the specified parameter to the URI.Adds the specified parameter to the URI.Adds the specified parameters to the URI.Adds a path to the URI.Adds paths to the URI.Adds paths to the URI.UriBuilder.removeAllParams()
Removes all parameters from the URI.UriBuilder.removeParam
(String name) Removes all instances of the specified parameter from the URI.UriBuilder.setFragment
(String fragment) Sets the fragment for the URI.Sets the host of the URI.Removes all instances of the given parameter and replaces it with the new parameter.Removes all instances of the given parameter and replaces it with the new parameter.Replaces all existing parameters with the new list of parameters.Sets the path for the URI.Sets the path for the URI.Sets the path for the URI.Sets the port number of the URI.Sets thescheme
of the URI.Sets thesecure
flag.Replaces the {name} macro in the path with the specified value.