- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for flushActiveProxy (0.1 seconds)
-
api/maven-api-settings/src/main/mdo/settings.mdo
return Boolean.valueOf(isInteractiveMode()); } private Proxy activeProxy; /** * Reset the {@code activeProxy} field to {@code null}. */ public void flushActiveProxy() { this.activeProxy = null; } /** * @return the first active proxy */ public synchronized Proxy getActiveProxy() { if (activeProxy == null) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 33.8K bytes - Click Count (0)