HomeSort by relevance Sort by last modified time
    Searched refs:proxyType (Results 1 - 8 of 8) sorted by null

  /external/smack/src/org/jivesoftware/smack/proxy/
ProxyInfo.java 31 public static enum ProxyType
43 private ProxyType proxyType;
45 public ProxyInfo( ProxyType pType, String pHost, int pPort, String pUser,
48 this.proxyType = pType;
58 return new ProxyInfo(ProxyType.HTTP, pHost, pPort, pUser, pPass);
64 return new ProxyInfo(ProxyType.SOCKS4, pHost, pPort, pUser, pPass);
70 return new ProxyInfo(ProxyType.SOCKS5, pHost, pPort, pUser, pPass);
75 return new ProxyInfo(ProxyType.NONE, null, 0, null, null);
80 return new ProxyInfo(ProxyType.NONE, null, 0, null, null)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RequestLine.java 16 static String get(Request request, Proxy.Type proxyType, int httpMinorVersion) {
21 if (includeAuthorityInRequestLine(request, proxyType)) {
37 private static boolean includeAuthorityInRequestLine(Request request, Proxy.Type proxyType) {
38 return !request.isHttps() && proxyType == Proxy.Type.HTTP;
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 137 string proxyType = interfaceType->QualifiedName();
138 proxyType += ".Stub.Proxy";
139 NewExpression* ne = new NewExpression(NAMES.Find(proxyType));
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 150 static int proxyType = 0; /* uses TYPE or a@b ? */
287 proxyType = type;
1081 switch (proxyType) {
1102 proxyType = 1;
1105 if (proxyType == 1) {
1133 proxyType = 2;
1155 proxyType = 2;
1158 if (proxyType == 2) {
    [all...]
  /external/libxml2/
nanoftp.c 151 static int proxyType = 0; /* uses TYPE or a@b ? */
288 proxyType = type;
1083 switch (proxyType) {
1104 proxyType = 1;
1107 if (proxyType == 1) {
1135 proxyType = 2;
1157 proxyType = 2;
1160 if (proxyType == 2) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 

Completed in 427 milliseconds