HomeSort by relevance Sort by last modified time
    Searched refs:HTTP (Results 51 - 75 of 114) sorted by null

1 23 4 5

  /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/core/java/com/android/internal/http/multipart/
MultipartEntity.java 15 * http://www.apache.org/licenses/LICENSE-2.0
27 * <http://www.apache.org/>.
31 package com.android.internal.http.multipart;
40 import org.apache.http.Header;
41 import org.apache.http.entity.AbstractHttpEntity;
42 import org.apache.http.message.BasicHeader;
43 import org.apache.http.params.HttpParams;
44 import org.apache.http.protocol.HTTP;
45 import org.apache.http.util.EncodingUtils
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicHeaderValueParser.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.message;
38 import org.apache.http.HeaderElement;
39 import org.apache.http.NameValuePair;
40 import org.apache.http.ParseException;
41 import org.apache.http.protocol.HTTP;
    [all...]
BasicLineParser.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/message/BasicLineParser.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.message;
34 import org.apache.http.HttpVersion;
35 import org.apache.http.ProtocolVersion;
36 import org.apache.http.ParseException;
37 import org.apache.http.RequestLine;
38 import org.apache.http.StatusLine
    [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
158 * DIRECT}, {@code HTTP} and {@code SOCKS}.
167 * HTTP type proxy. It's often used by protocol handlers such as HTTP,
170 HTTP,
  /frameworks/base/core/java/android/net/http/
Headers.java 8 * http://www.apache.org/licenses/LICENSE-2.0
17 package android.net.http;
23 import org.apache.http.HeaderElement;
24 import org.apache.http.entity.ContentLengthStrategy;
25 import org.apache.http.message.BasicHeaderValueParser;
26 import org.apache.http.message.ParserCursor;
27 import org.apache.http.protocol.HTTP;
28 import org.apache.http.util.CharArrayBuffer;
36 private static final String LOGTAG = "Http";
    [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
ProxySelectorRoutePlanner.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/conn/ProxySelectorRoutePlanner.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.conn;
43 import org.apache.http.HttpException;
44 import org.apache.http.HttpHost;
45 import org.apache.http.HttpRequest;
46 import org.apache.http.protocol.HttpContext;
48 import org.apache.http.conn.routing.HttpRoute
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 100 "http://wpad/wpad.dat", // pac_url
105 GURL("http://wpad/wpad.dat"), // pac_url
175 "http://www.google.com:99", // single_uri
206 "www.google.com:80", // http
293 SetManualProxy(input.mode, source, input.single_uri, MK_SCHM(HTTP),
297 SetManualProxy(input.mode, source, input.http_uri, MK_SCHM(HTTP),
301 SetManualProxy(input.mode, source, input.ftp_uri, MK_SCHM(HTTP),
329 config.CanBeWrittenByUser(true, "http"));
330 EXPECT_FALSE(config.CanBeWrittenByUser(false, "http"));
334 config.CanBeWrittenByUser(true, "http"));
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
ProxyServerCFNet.cpp 67 type = ProxyServer::HTTP;
  /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);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 9 * http://www.apache.org/licenses/LICENSE-2.0
18 package org.apache.harmony.luni.tests.internal.net.www.protocol.http;
98 "HTTP/1.0 407 Proxy authentication required\n"
113 "HTTP/1.1 200 OK\n\n").getBytes());
146 proxy = new Proxy(Proxy.Type.HTTP,
161 * org.apache.harmony.luni.internal.net.www.http.getOutputStream()
174 new URL("http://localhost:" + httpServer.port()).openConnection();
193 URL url = new URL("http://localhost:" + server.port());
196 .openConnection(new Proxy(Proxy.Type.HTTP,
233 URL url = new URL("http://localhost:" + server.port())
    [all...]
  /external/webkit/Tools/Scripts/
update-webkit-dependency 39 use HTTP::Date qw(str2time);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 9 * http://www.apache.org/licenses/LICENSE-2.0
122 * working over SSL, sends encrypted HTTP request, and receives expected
123 * HTTP response. After HTTPS session if finished test checks connection
161 * working over SSL, sends encrypted HTTP request, and receives expected
162 * HTTP response. After that it checks that the established connection is
508 .openConnection(new Proxy(Proxy.Type.HTTP,
545 .openConnection(new Proxy(Proxy.Type.HTTP,
590 .openConnection(new Proxy(Proxy.Type.HTTP,
627 .openConnection(new Proxy(Proxy.Type.HTTP,
639 Proxy.Type.HTTP, new InetSocketAddress("localhost", s
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 9 * http://www.apache.org/licenses/LICENSE-2.0
387 url.openConnection(new Proxy(Proxy.Type.HTTP,
427 url.openConnection(new Proxy(Proxy.Type.HTTP,
461 url.openConnection(new Proxy(Proxy.Type.HTTP,
474 Proxy.Type.HTTP, new InetSocketAddress("localhost", ss.getLocalPort())));
510 url.openConnection(new Proxy(Proxy.Type.HTTP,
541 url.openConnection(new Proxy(Proxy.Type.HTTP,
577 url.openConnection(new Proxy(Proxy.Type.HTTP,
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 8 * http://www.apache.org/licenses/LICENSE-2.0
22 import org.apache.http.protocol.HTTP;
24 import android.net.http.*;
152 * @param major_version The HTTP major version
153 * @param minor_version The HTTP minor version
281 s = HTTP.CONN_CLOSE;
283 s = HTTP.CONN_KEEP_ALIVE;
812 protected final static String LOGTAG = "http";
  /frameworks/av/media/libstagefright/codecs/common/include/
voIndex.h 8 ** http://www.apache.org/licenses/LICENSE-2.0
78 _MAKE_SOURCE_ID (0x120000, HTTP)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 312 Log.v(TAG, "HTTP : " + hs.getHeader(HeaderSet.HTTP));
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpClient.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/client/DefaultHttpClient.java $
15 * http://www.apache.org/licenses/LICENSE-2.0
28 * <http://www.apache.org/>.
32 package org.apache.http.impl.client;
34 import org.apache.http.ConnectionReuseStrategy;
35 import org.apache.http.HttpVersion;
36 import org.apache.http.auth.AuthSchemeRegistry;
37 import org.apache.http.client.AuthenticationHandler;
38 import org.apache.http.client.CookieStore
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLFormElement07.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLFormElement07";
78 The method attribute specifies the HTTP method used to submit the form.
84 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-82545539
HTMLMetaElement02.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLMetaElement02";
78 The httpEquiv attribute specifies an HTTP respnse header name.
84 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-77289449
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLFormElement07.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLFormElement07";
78 The method attribute specifies the HTTP method used to submit the form.
84 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-82545539
HTMLMetaElement02.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLMetaElement02";
78 The httpEquiv attribute specifies an HTTP respnse header name.
84 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-77289449
  /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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ExcludedProxyTest.java 9 * http://www.apache.org/licenses/LICENSE-2.0
47 System.setProperty("http.proxyHost",
50 URL u1 = new URL("http://" + Support_Configuration.HomeAddress);
56 System.setProperty("http.proxyPort", "81");
57 URL u3 = new URL("http://localhost");
65 System.setProperty("http.proxyPort", "80");
67 URL u2 = new URL("http://"
89 URL u4 = new URL("http://"
127 os.write("GET / HTTP/1.0\r\n\r\n".getBytes());
144 os.write("GET / HTTP/1.0\r\n\r\n".getBytes())
    [all...]
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 113 if ( $header =~ /^GET \/nic\/update\?([^\s].+) HTTP\/1\.[01]$/ ) {
180 print $sock "HTTP/1.0 200 OK\n";

Completed in 887 milliseconds

1 23 4 5