OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http
(Results
526 - 550
of
4370
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/cookie/CookiePathComparator.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.cookie;
52
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/entity/
ByteArrayEntity.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/entity/ByteArrayEntity.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.entity;
49
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
EntityTemplate.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/entity/EntityTemplate.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.entity;
49
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/AbstractClientConnAdapter.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.conn;
43
import org.apache.
http
.HttpException;
44
import org.apache.
http
.HttpRequest;
45
import org.apache.
http
.HttpEntityEnclosingRequest;
46
import org.apache.
http
.HttpResponse;
47
import org.apache.
http
.HttpConnectionMetrics
[
all
...]
SingleClientConnManager.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/SingleClientConnManager.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.conn;
41
import org.apache.
http
.conn.ClientConnectionManager;
42
import org.apache.
http
.conn.ClientConnectionOperator;
43
import org.apache.
http
.conn.ClientConnectionRequest;
44
import org.apache.
http
.conn.ManagedClientConnection;
45
import org.apache.
http
.conn.routing.HttpRoute
[
all
...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/tsccm/RouteSpecificPool.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.conn.tsccm;
40
import org.apache.
http
.conn.OperatedClientConnection;
41
import org.apache.
http
.conn.routing.HttpRoute;
42
import org.apache.
http
.util.LangUtils;
51
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a
[
all
...]
/external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/impl/io/AbstractSessionInputBuffer.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.io;
37
import org.apache.
http
.io.SessionInputBuffer;
38
import org.apache.
http
.io.HttpTransportMetrics;
39
import org.apache.
http
.params.CoreConnectionPNames;
40
import org.apache.
http
.params.HttpParams;
41
import org.apache.
http
.params.HttpProtocolParams
[
all
...]
/external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/message/BasicTokenIterator.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.message;
36
import org.apache.
http
.HeaderIterator;
37
import org.apache.
http
.ParseException;
38
import org.apache.
http
.TokenIterator;
49
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a
[
all
...]
/external/apache-http/src/org/apache/http/params/
HttpConnectionParamBean.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/params/HttpConnectionParamBean.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.params;
35
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerRegistry.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/protocol/HttpRequestHandlerRegistry.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.protocol;
37
* Maintains a map of
HTTP
request handlers keyed by a request URI pattern.
52
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py
17
http
://lmbench.sourceforge.net/man/lmbench.8.html
62
http
://lmbench.sourceforge.net/man/
122
#
http
://lmbench.sourceforge.net/man/lmbench.8.html
/external/capstone/packages/freebsd/ports/devel/capstone/
Makefile
6
MASTER_SITES=
http
://capstone-engine.org/download/${PORTVERSION}/
/external/curl/docs/cmdline-opts/
proto-redir.d
10
Example, allow only
HTTP
and HTTPS on redirect:
12
curl --proto-redir -all,
http
,https
http
://example.com
proxy.d
9
specified or
http
:// will be treated as
HTTP
proxy. Use socks4://, socks4a://,
17
Prior versions may ignore the protocol and use
http
:// instead.
26
All operations that are performed over an
HTTP
proxy will transparently be
27
converted to
HTTP
. It means that certain protocol specific operations might
36
variables, including the protocol prefix (
http
://) and the embedded user +
/external/guice/extensions/servlet/src/com/google/inject/servlet/
ContinuingHttpServletRequest.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
24
import javax.servlet.
http
.Cookie;
25
import javax.servlet.
http
.HttpServletRequest;
26
import javax.servlet.
http
.HttpServletRequestWrapper;
27
import javax.servlet.
http
.HttpSession;
InstanceServletBindingImpl.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
21
import javax.servlet.
http
.HttpServlet;
ServletModuleTargetVisitor.java
7
*
http
://www.apache.org/licenses/LICENSE-2.0
21
import javax.servlet.
http
.HttpServlet;
/external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletTestUtils.java
15
import javax.servlet.
http
.HttpServletRequest;
16
import javax.servlet.
http
.HttpServletRequestWrapper;
17
import javax.servlet.
http
.HttpServletResponse;
18
import javax.servlet.
http
.HttpSession;
/external/libbrillo/brillo/http/
http_proxy.h
20
namespace
http
{
namespace in namespace:brillo
31
// Valid schemes it will return are socks4, socks5,
http
, https or direct.
45
} // namespace
http
/external/libxml2/python/tests/
serialize.py
72
if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
http
://www.w3.org/TR/REC-html40/loose.dtd">
78
if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
http
://www.w3.org/TR/REC-html40/loose.dtd">
79
<html><head><meta
http
-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p></body></html>
84
if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
http
://www.w3.org/TR/REC-html40/loose.dtd">
87
<meta
http
-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
96
if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "
http
://www.w3.org/TR/REC-html40/loose.dtd">
99
<meta
http
-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
118
if str != """<html><head><meta
http
-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Hello</title></head><body><p>hello</p></body></html>""":
124
<meta
http
-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
134
<meta
http
-equiv="Content-Type" content="text/html; charset=ISO-8859-1"
[
all
...]
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
IntegrationTestBase.java
38
import org.apache.
http
.impl.client.DefaultHttpClient;
/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
AbstractTestHttpServer.java
39
import org.apache.
http
.HttpEntity;
/external/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package net.oauth.
http
;
24
* An
HTTP
response.
50
/** The name of a dump entry whose value is the
HTTP
status code. */
51
public static final String STATUS_CODE = "
HTTP
status";
56
/** The standard end-of-line marker in an
HTTP
message. */
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HeaderParser.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package com.squareup.okhttp.internal.
http
;
HttpMethod.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
16
package com.squareup.okhttp.internal.
http
;
Completed in 1373 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>