public final class JreProxySelector extends Object implements ProxySelector
JRE's global proxy selector. In
combination with the system property java.net.useSystemProxies, this proxy selector can be employed to pick
up the proxy configuration from the operating system, see Java Networking and Proxies for
details. The JRE's global authenticator is used to look up credentials for a proxy
when needed.| Constructor and Description |
|---|
JreProxySelector()
Creates a new proxy selector that delegates to
ProxySelector.getDefault(). |
public JreProxySelector()
ProxySelector.getDefault().public Proxy getProxy(RemoteRepository repository)
ProxySelectorgetProxy in interface ProxySelectorrepository - The repository for which to select a proxy, must not be null.null if none.Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.