java.lang.Object
fr.enedis.chutney.jira.infra.atlassian.httpclient.api.factory.ProxyOptions

public class ProxyOptions extends Object
Contains proxy configuration for the HTTP client
  Changes :
   - Use Apache HttpHost's class
  
See Also:
  • ProxyOptions
  • Method Details

    • getProxyHosts

      public Map<com.atlassian.httpclient.api.factory.Scheme,org.apache.hc.core5.http.HttpHost> getProxyHosts()
      Get the mapping of schemes and their proxy hosts.
      Returns:
      the mapping of schemes and their proxy hosts.
    • getNonProxyHosts

      public Map<com.atlassian.httpclient.api.factory.Scheme,List<String>> getNonProxyHosts()
      Returns:
      the list of configured non-proxy hosts.
    • getProxyMode

      public ProxyOptions.ProxyMode getProxyMode()
      Returns:
      the mode of proxy configuration