Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flushActiveProxy (0.07 sec)

  1. 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) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Oct 08 13:46:42 UTC 2024
    - 33.5K bytes
    - Viewed (0)
Back to top