- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getActiveProxy (0.29 sec)
-
api/maven-api-settings/src/main/mdo/settings.mdo
*/ public void flushActiveProxy() { this.activeProxy = null; } /** * @return the first active proxy */ public synchronized Proxy getActiveProxy() { if (activeProxy == null) { java.util.List<Proxy> proxies = getProxies(); if (proxies != null && !proxies.isEmpty()) { for (Proxy proxy : proxies) {
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0)