- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SOCKS_5 (0.1 sec)
-
compat/maven-artifact/src/main/java/org/apache/maven/repository/Proxy.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.repository; /** * Proxy */ public class Proxy { public static final String PROXY_SOCKS5 = "SOCKS_5"; public static final String PROXY_SOCKS4 = "SOCKS4"; public static final String PROXY_HTTP = "HTTP"; /** * Proxy server host */ private String host; /**
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0)