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)
getProxy in interface ProxySelectorCopyright © 2010–2021 The Apache Software Foundation. All rights reserved.