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(). |
| Modifier and Type | Method and Description |
|---|---|
Proxy |
getProxy(RemoteRepository repository)
Selects a proxy for the specified remote repository.
|
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–2021 The Apache Software Foundation. All rights reserved.