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

  /external/apache-http/src/org/apache/http/
HttpVersion.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpVersion.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http;
37 * Represents an HTTP version, as specified in RFC 2616.
49 public static final String HTTP = "HTTP";
51 /** HTTP protocol version 0.9 */
54 /** HTTP protocol version 1.0 *
    [all...]
  /external/apache-http/src/org/apache/http/client/entity/
UrlEncodedFormEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/entity/UrlEncodedFormEntity.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package org.apache.http.client.entity;
35 import org.apache.http.NameValuePair;
36 import org.apache.http.client.utils.URLEncodedUtils;
37 import org.apache.http.entity.StringEntity;
38 import org.apache.http.protocol.HTTP;
    [all...]
  /external/webkit/Source/WebCore/platform/network/
ProxyServer.h 42 HTTP,
74 // http://web.archive.org/web/20060424005037/wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.h 50 HTTP = CURLPROXY_HTTP,
68 ProxyType type = HTTP,
  /libcore/luni/src/main/java/java/net/
Proxy.java 8 * http://www.apache.org/licenses/LICENSE-2.0
24 * <li>HTTP</li>
42 * {@code null} when {@code type} is either {@code Proxy.Type.HTTP} or
158 * DIRECT}, {@code HTTP} and {@code SOCKS}.
167 * HTTP type proxy. It's often used by protocol handlers such as HTTP,
170 HTTP,
  /external/apache-http/src/org/apache/http/protocol/
HTTP.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HTTP.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.protocol;
35 * Constants and static helpers related to the HTTP protocol.
43 public final class HTTP {
50 /** HTTP header definitions */
62 /** HTTP expectations *
    [all...]
  /external/chromium/net/http/
http_proxy_client_socket_pool_unittest.cc 5 #include "net/http/http_proxy_client_socket_pool.h"
15 #include "net/http/http_auth_handler_factory.h"
16 #include "net/http/http_network_session.h"
17 #include "net/http/http_proxy_client_socket.h"
38 HTTP,
98 session_->http_auth_cache()->Add(GURL("http://proxy/"),
108 if (GetParam() != HTTP)
114 if (GetParam() == HTTP)
120 // for the HTTP or HTTPS proxy.
126 GURL(tunnel ? "https://www.google.com/" : "http://www.google.com")
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 112 * Represents the OBEX HTTP header. This allows an HTTP 1.X header to be
115 * The value of <code>HTTP</code> is 0x47 (71).
117 public static final int HTTP = 0x47;
324 case HTTP:
329 throw new IllegalArgumentException("HTTP must be a byte array");
463 case HTTP:
531 out.write(HTTP);
  /development/apps/Development/src/com/android/development/
Connectivity.java 9 ** http://www.apache.org/licenses/LICENSE-2.0
71 import org.apache.http.client.HttpClient;
72 import org.apache.http.client.methods.HttpGet;
73 import org.apache.http.conn.params.ConnRouteParams;
74 import org.apache.http.params.BasicHttpParams;
75 import org.apache.http.params.HttpParams;
76 import org.apache.http.HttpResponse;
77 import org.apache.http.impl.client.DefaultHttpClient;
397 onRoutedRequest(HTTP);
405 private final static int HTTP = 2
    [all...]
  /external/webkit/Source/WebKit/wx/
WebView.h 98 HTTP,
219 wxProxyType type = HTTP,
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 318 milliseconds