OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:http
(Results
351 - 375
of
592
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar
/cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
16
package android.net.
http
.cts;
18
import org.apache.
http
.HttpResponse;
19
import org.apache.
http
.client.ClientProtocolException;
20
import org.apache.
http
.client.HttpClient;
21
import org.apache.
http
.client.methods.HttpGet;
22
import org.apache.
http
.impl.client.DefaultHttpClient;
SslErrorTest.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package android.net.
http
.cts;
19
import android.net.
http
.SslCertificate;
20
import android.net.
http
.SslError;
X509TrustManagerExtensionsTest.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package android.net.
http
.cts;
19
import android.net.
http
.X509TrustManagerExtensions;
/external/apache-http/android/src/android/net/http/
DelegatingSSLSession.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package android.net.
http
;
EventHandler.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package android.net.
http
;
21
* Callbacks in this interface are made as an
HTTP
request is
32
* are reserved for codes sent by
http
servers. Negative error
56
/** Unsupported URI scheme (ie, not
http
, https, etc) */
71
* @param major_version
HTTP
version advertised by server. major
73
* @param minor_version
HTTP
version advertised by server. minor
75
* @param code
HTTP
Status code. See RFC 2616.
89
* An array containing all or part of the
http
body as read from
95
* android.net.
http
. Decoded data is passed through thi
[
all
...]
HttpConnection.java
8
*
http
://www.apache.org/licenses/LICENSE-2.0
17
package android.net.
http
;
24
import org.apache.
http
.HttpHost;
25
import org.apache.
http
.params.BasicHttpParams;
26
import org.apache.
http
.params.HttpConnectionParams;
29
* A requestConnection connecting to a normal (non secure)
http
server
39
* Opens the connection to a
http
server
85
// not required for plain
http
connections
89
return "
http
";
/external/apache-http/android/src/com/android/internal/http/multipart/
FilePart.java
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package com.android.internal.
http
.multipart;
38
import org.apache.
http
.util.EncodingUtils;
/external/apache-http/src/org/apache/http/
HttpHost.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/HttpHost.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
36
import org.apache.
http
.util.CharArrayBuffer;
37
import org.apache.
http
.util.LangUtils;
40
* Holds all of the variables needed to describe an
HTTP
connection to a host.
51
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a
[
all
...]
ProtocolVersion.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/ProtocolVersion.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
35
import org.apache.
http
.util.CharArrayBuffer;
40
* RFC 2616 specifies only
HTTP
versions, like "
HTTP
/1.1" and "
HTTP
/1.0".
41
* RFC 3261 specifies a message format that is identical to
HTTP
excep
[
all
...]
/external/apache-http/src/org/apache/http/auth/
NTCredentials.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/auth/NTCredentials.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.auth;
36
import org.apache.
http
.util.LangUtils;
47
* 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/client/params/
ClientParamBean.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/params/ClientParamBean.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.client.params;
36
import org.apache.
http
.Header;
37
import org.apache.
http
.HttpHost;
38
import org.apache.
http
.conn.ClientConnectionManagerFactory;
39
import org.apache.
http
.params.HttpAbstractParamBean;
40
import org.apache.
http
.params.HttpParams
[
all
...]
/external/apache-http/src/org/apache/http/client/protocol/
RequestAddCookies.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/protocol/RequestAddCookies.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.client.protocol;
42
import org.apache.
http
.Header;
43
import org.apache.
http
.HttpException;
44
import org.apache.
http
.HttpHost;
45
import org.apache.
http
.HttpRequest;
46
import org.apache.
http
.HttpRequestInterceptor
[
all
...]
/external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/utils/URLEncodedUtils.java $
14
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.client.utils;
42
import org.apache.
http
.Header;
43
import org.apache.
http
.HttpEntity;
44
import org.apache.
http
.NameValuePair;
45
import org.apache.
http
.message.BasicNameValuePair;
46
import org.apache.
http
.protocol.HTTP
[
all
...]
/external/apache-http/src/org/apache/http/conn/
EofSensorInputStream.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/EofSensorInputStream.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.conn;
64
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
MultihomePlainSocketFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/MultihomePlainSocketFactory.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn;
44
import org.apache.
http
.conn.scheme.PlainSocketFactory;
45
import org.apache.
http
.conn.scheme.SocketFactory;
46
import org.apache.
http
.params.HttpConnectionParams;
47
import org.apache.
http
.params.HttpParams;
57
* 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/conn/params/
ConnManagerParams.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/params/ConnManagerParams.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.conn.params;
33
import org.apache.
http
.conn.routing.HttpRoute;
34
import org.apache.
http
.params.HttpParams;
37
* This class represents a collection of
HTTP
protocol parameters applicable
39
* {@link org.apache.
http
.conn.ClientConnectionManager connection managers}.
51
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
[
all
...]
ConnPerRouteBean.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/params/ConnPerRouteBean.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.conn.params;
36
import org.apache.
http
.conn.routing.HttpRoute;
39
* This class maintains a map of
HTTP
routes to maximum number of connections allowed
41
* {@link org.apache.
http
.conn.ClientConnectionManager connection managers} for
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/conn/routing/
RouteInfo.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/routing/RouteInfo.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn.routing;
36
import org.apache.
http
.HttpHost;
51
* 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/conn/scheme/
PlainSocketFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/scheme/PlainSocketFactory.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn.scheme;
40
import org.apache.
http
.conn.ConnectTimeoutException;
41
import org.apache.
http
.params.HttpConnectionParams;
42
import org.apache.
http
.params.HttpParams;
51
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a
[
all
...]
Scheme.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/scheme/Scheme.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.conn.scheme;
35
import org.apache.
http
.util.LangUtils;
38
* Encapsulates specifics of a protocol scheme such as "
http
" or "https".
58
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
64
/** The name of this scheme, in lowercase. (e.g.
http
, https) *
[
all
...]
/external/apache-http/src/org/apache/http/entity/
BasicHttpEntity.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/entity/BasicHttpEntity.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.entity;
48
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
FileEntity.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/entity/FileEntity.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.entity;
50
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
InputStreamEntity.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/entity/InputStreamEntity.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.entity;
48
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
Completed in 87 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>