Uses of Class
com.slack.api.util.http.ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder
-
Packages that use ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder Package Description com.slack.api.util.http Provides HTTP client and related utilities. -
-
Uses of ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder in com.slack.api.util.http
Methods in com.slack.api.util.http that return ProxyUrlUtil.ProxyUrl.ProxyUrlBuilder Modifier and Type Method Description static ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderProxyUrlUtil.ProxyUrl. builder()ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderProxyUrlUtil.ProxyUrl.ProxyUrlBuilder. host(String host)ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderProxyUrlUtil.ProxyUrl.ProxyUrlBuilder. password(String password)ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderProxyUrlUtil.ProxyUrl.ProxyUrlBuilder. port(Integer port)ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderProxyUrlUtil.ProxyUrl.ProxyUrlBuilder. schema(String schema)ProxyUrlUtil.ProxyUrl.ProxyUrlBuilderProxyUrlUtil.ProxyUrl.ProxyUrlBuilder. username(String username)
-