Searched defs:HTTP (Results 1 - 16 of 16) sorted by relevance

/external/apache-http/src/org/apache/http/
H A DHttpVersion.java37 * Represents an HTTP version, as specified in RFC 2616.
49 public static final String HTTP = "HTTP"; field in class:HttpVersion
51 /** HTTP protocol version 0.9 */
54 /** HTTP protocol version 1.0 */
57 /** HTTP protocol version 1.1 */
62 * Create an HTTP protocol version designator.
64 * @param major the major version number of the HTTP protocol
65 * @param minor the minor version number of the HTTP protocol
70 super(HTTP, majo
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DProxyServer.h42 HTTP, enumerator in enum:WebCore::ProxyServer::Type
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HTTP.java $
35 * Constants and static helpers related to the HTTP protocol.
43 public final class HTTP { class
50 /** HTTP header definitions */
62 /** HTTP expectations */
65 /** HTTP connection control */
96 private HTTP() { method in class:HTTP
/external/chromium_org/net/http/
H A Dhttp_stream_parser_unittest.cc184 "GET /one.html HTTP/1.1\r\n"
199 MockRead(ASYNC, 5, "HTTP/1.1 200 OK\r\n"),
243 rv = parser.SendRequest("GET /one.html HTTP/1.1\r\n", request_headers,
311 MockRead(SYNCHRONOUS, 1, "HTTP/1.1 20"),
316 MockRead(SYNCHRONOUS, 1, "HTTP/1.1 200 Ok\r\n"),
321 MockRead(SYNCHRONOUS, 1, "HTTP/1.1 200 Ok\r\nHead"),
326 MockRead(SYNCHRONOUS, 1, "HTTP/1.1 200 Ok\r\nHeader: foo\r\n"),
331 MockRead(SYNCHRONOUS, 1, "HTTP/1.1 200 Ok\r\nHeader: foo\r\n\r"),
336 MockRead(SYNCHRONOUS, 1, "HTTP/1.1 200 Ok\r\nHeader: foo\r\n\r\n"),
350 MockWrite(SYNCHRONOUS, 0, "GET / HTTP/1.
354 HTTP = 0, enumerator in enum:net::__anon8809
[all...]
H A Dhttp_proxy_client_socket_pool_unittest.cc36 HTTP, enumerator in enum:net::__anon8779::HttpProxyType
43 : proxy_type(HTTP),
121 GURL proxy_url(GetParam().proxy_type == HTTP ? "http://proxy" : "https://proxy:80");
131 if (GetParam().proxy_type != HTTP)
137 if (GetParam().proxy_type == HTTP)
143 // for the HTTP or HTTPS proxy.
186 if (GetParam().proxy_type != HTTP) {
230 // All tests are run with three different proxy types: HTTP, HTTPS (non-SPDY)
239 HttpProxyClientSocketPoolTestParams(HTTP, kProtoSPDY2),
242 HttpProxyClientSocketPoolTestParams(HTTP, kProtoSPDY
[all...]
/external/smack/src/org/jivesoftware/smack/proxy/
H A DProxyInfo.java34 HTTP, enum constant in enum:ProxyInfo.ProxyType
58 return new ProxyInfo(ProxyType.HTTP, pHost, pPort, pUser, pPass);
114 else if(proxyType == ProxyType.HTTP)
/external/chromium/net/http/
H A Dhttp_proxy_client_socket_pool_unittest.cc38 HTTP, enumerator in enum:net::__anon3111::HttpProxyType
108 if (GetParam() != HTTP)
114 if (GetParam() == HTTP)
120 // for the HTTP or HTTPS proxy.
163 if (GetParam() != HTTP) {
218 // All tests are run with three different proxy types: HTTP, HTTPS (non-SPDY)
222 ::testing::Values(HTTP, HTTPS, SPDY));
239 MockWrite(true, 0, "CONNECT www.google.com:443 HTTP/1.1\r\n"
245 MockRead(true, 1, "HTTP/1.1 407 Proxy Authentication Required\r\n"),
300 "CONNECT www.google.com:443 HTTP/1.
[all...]
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 404 milliseconds