HomeSort by relevance Sort by last modified time
    Searched defs:proxyUser (Results 1 - 3 of 3) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
HTTPProxyData.java 21 public final String proxyUser;
41 * @param proxyUser Username for basic authentication (<code>null</code> if no authentication is needed).
44 public HTTPProxyData(String proxyHost, int proxyPort, String proxyUser, String proxyPass)
46 this(proxyHost, proxyPort, proxyUser, proxyPass, null);
54 * Please note: if you want to use basic authentication, then both <code>proxyUser</code>
60 * new HTTPProxyData("192.168.1.1", "3128", "proxyuser", "secret", new String[] {"User-Agent: GanymedBasedClient/1.0", "X-My-Proxy-Option: something"});
65 * @param proxyUser Username for basic authentication (<code>null</code> if no authentication is needed).
71 public HTTPProxyData(String proxyHost, int proxyPort, String proxyUser, String proxyPass,
82 this.proxyUser = proxyUser;
    [all...]
  /external/libxml2/
nanoftp.c 149 static char *proxyUser = NULL; /* user for proxy authentication */
217 proxyUser = xmlMemStrdup(env);
238 if (proxyUser != NULL) {
239 xmlFree(proxyUser);
240 proxyUser = NULL;
273 if (proxyUser != NULL) {
274 xmlFree(proxyUser);
275 proxyUser = NULL;
284 proxyUser = xmlMemStrdup(user);
1020 if (proxyUser != NULL)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 128 milliseconds