HomeSort by relevance Sort by last modified time
    Searched defs:HTTP (Results 1 - 14 of 14) 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...]
  /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
154 * DIRECT}, {@code HTTP} and {@code SOCKS}.
163 * HTTP type proxy. It's often used by protocol handlers such as HTTP,
166 HTTP,
  /external/webkit/WebCore/platform/network/curl/
ResourceHandleManager.h 50 HTTP = CURLPROXY_HTTP,
68 ProxyType type = 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...]
  /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);
  /external/webkit/WebKit/wx/
WebView.h 97 HTTP,
201 wxProxyType type = HTTP,
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 540 milliseconds