Class IdeProxyAdapter

java.lang.Object
com.redhat.devtools.intellij.common.utils.IdeProxyAdapter

public class IdeProxyAdapter extends Object
  • Constructor Details

    • IdeProxyAdapter

      public IdeProxyAdapter()
  • Method Details

    • getProxySelector

      public static ProxySelector getProxySelector()
    • getAuthenticator

      public static Authenticator getAuthenticator()
    • getProxies

      public static List<Proxy> getProxies(String url)
      Returns the proxies that exist for the given url.
      Parameters:
      url - the url to get proxies for
      Returns:
      the proxies for the given url
    • getPasswordAuthentication

      public static PasswordAuthentication getPasswordAuthentication()