Uses of Class
fr.enedis.chutney.jira.infra.atlassian.httpclient.api.factory.ProxyOptions.ProxyOptionsBuilder
Packages that use ProxyOptions.ProxyOptionsBuilder
-
Uses of ProxyOptions.ProxyOptionsBuilder in fr.enedis.chutney.jira.infra.atlassian.httpclient.api.factory
Methods in fr.enedis.chutney.jira.infra.atlassian.httpclient.api.factory that return ProxyOptions.ProxyOptionsBuilderModifier and TypeMethodDescriptionProxyOptions.ProxyOptionsBuilder.create()Create a builder with default options (use what is configured in standard system properties (protocol).proxyHost/(protocol).proxyPort)ProxyOptions.ProxyOptionsBuilder.withDefaultSystemProperties()Obtain proxy configuration for standard system properties (e.g. http.proxyHost, http.proxyPort, http.proxyUser, etc.)ProxyOptions.ProxyOptionsBuilder.withNonProxyHost(com.atlassian.httpclient.api.factory.Scheme scheme, List<String> nonProxyHosts) Add a list of non-proxy hosts for the given scheme.ProxyOptions.ProxyOptionsBuilder.withNoProxy()Use no proxy in the clientProxyOptions.ProxyOptionsBuilder.withProxy(com.atlassian.httpclient.api.factory.Scheme scheme, org.apache.hc.core5.http.HttpHost proxyHost) Add a proxy host for the given scheme.ProxyOptions.ProxyOptionsBuilder.withProxy(Map<com.atlassian.httpclient.api.factory.Scheme, org.apache.hc.core5.http.HttpHost> proxyHostMap, Map<com.atlassian.httpclient.api.factory.Scheme, List<String>> nonProxyHosts) Configure proxies as per given arguments.