Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

         *
         * @return the protocol of the proxy server
         */
        public String getProtocol() {
            return protocol;
        }
    
        /**
         * @param protocol the protocol of the proxy server like <i>SOCKSv4</i>
         */
        public void setProtocol(String protocol) {
            this.protocol = protocol;
        }
    
        public String getNonProxyHosts() {
            return nonProxyHosts;
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 22 13:26:01 UTC 2022
    - 4K bytes
    - Viewed (0)
Back to top