Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Somani (0.15 sec)

  1. maven-artifact/src/main/java/org/apache/maven/repository/Proxy.java

         */
        private String nonProxyHosts;
    
        /**
         * For NTLM proxies, specifies the NTLM host.
         */
        private String ntlmHost;
    
        /**
         * For NTLM proxies, specifies the NTLM domain.
         */
        private String ntlmDomain;
    
        /**
         * Return proxy server host name.
         *
         * @return proxy server host name
         */
        public String getHost() {
            return host;
        }
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Nov 22 13:26:01 GMT 2022
    - 4K bytes
    - Viewed (0)
Back to top