Uses of Class
cloud.opencode.base.web.url.UrlBuilder
Packages that use UrlBuilder
-
Uses of UrlBuilder in cloud.opencode.base.web.url
Methods in cloud.opencode.base.web.url that return UrlBuilderModifier and TypeMethodDescriptionUrlBuilder.appendPath(String segment) Appends to the path.static UrlBuilderOpenUrl.builder()Creates a URL builder.static UrlBuilderCreates a URL builder from existing URL.static UrlBuilderUrlBuilder.create()Creates a new URL builder.Sets the fragment.static UrlBuilderCreates a URL builder from existing URL.static UrlBuilderCreates a URL builder from URI.Sets the host.UrlBuilder.http()Uses HTTP scheme.UrlBuilder.https()Uses HTTPS scheme.Sets the path.Sets a path parameter.UrlBuilder.pathParams(Map<String, String> params) Sets path parameters.UrlBuilder.port(int port) Sets the port.UrlBuilder.queryParam(String name, String value) Adds a query parameter.UrlBuilder.queryParamIfNotEmpty(String name, String value) Adds a query parameter if value is not empty.UrlBuilder.queryParamIfNotNull(String name, String value) Adds a query parameter if value is not null.UrlBuilder.queryParams(Map<String, String> params) Adds query parameters.UrlBuilder.queryString(QueryString queryString) Sets query string.Sets the scheme.