OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http
(Results
126 - 150
of
4370
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
RequestMatcher.java
3
import org.apache.
http
.HttpRequest;
/external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/auth/BasicScheme.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.auth;
34
import org.apache.
http
.Header;
35
import org.apache.
http
.HttpRequest;
36
import org.apache.
http
.auth.AuthenticationException;
37
import org.apache.
http
.auth.Credentials;
38
import org.apache.
http
.auth.AUTH
[
all
...]
NTLMEngineException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/auth/NTLMEngineException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.auth;
33
import org.apache.
http
.auth.AuthenticationException;
43
* 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/
AbstractHttpClientConnection.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/impl/AbstractHttpClientConnection.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl;
36
import org.apache.
http
.HttpClientConnection;
37
import org.apache.
http
.HttpConnectionMetrics;
38
import org.apache.
http
.HttpEntity;
39
import org.apache.
http
.HttpEntityEnclosingRequest;
40
import org.apache.
http
.HttpException
[
all
...]
/external/apache-http/src/org/apache/http/
HttpException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/HttpException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
34
import org.apache.
http
.util.ExceptionUtils;
37
* Signals that an
HTTP
exception has occurred.
44
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
HttpResponseFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/HttpResponseFactory.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
;
34
import org.apache.
http
.protocol.HttpContext;
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/auth/
AuthenticationException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/auth/AuthenticationException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.auth;
33
import org.apache.
http
.ProtocolException;
43
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
MalformedChallengeException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/auth/MalformedChallengeException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.auth;
33
import org.apache.
http
.ProtocolException;
44
* 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/
CookieStore.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/CookieStore.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.client;
36
import org.apache.
http
.cookie.Cookie;
46
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
53
* Adds an {@link Cookie
HTTP
cookie}, replacing any existing equivalent cookies.
HttpClient.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/HttpClient.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.client;
36
import org.apache.
http
.HttpHost;
37
import org.apache.
http
.HttpRequest;
38
import org.apache.
http
.HttpResponse;
39
import org.apache.
http
.params.HttpParams;
40
import org.apache.
http
.protocol.HttpContext
[
all
...]
RedirectException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/RedirectException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.client;
33
import org.apache.
http
.ProtocolException;
36
* Signals violation of
HTTP
specification caused by an invalid redirect
43
* 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/methods/
HttpUriRequest.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/methods/HttpUriRequest.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.client.methods;
36
import org.apache.
http
.HttpRequest;
51
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
58
* Returns the
HTTP
method this request uses, such as <code>GET</code>,
65
* <code>
http
://example.org/path/to/file</code>
[
all
...]
/external/apache-http/src/org/apache/http/conn/
HttpHostConnectException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/HttpHostConnectException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.conn;
35
import org.apache.
http
.HttpHost;
42
* 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/cookie/
MalformedCookieException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/cookie/MalformedCookieException.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.cookie;
34
import org.apache.
http
.ProtocolException;
45
* 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/client/
RoutedRequest.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/RoutedRequest.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
.conn.routing.HttpRoute;
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/tsccm/
PoolEntryRequest.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/tsccm/PoolEntryRequest.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.conn.tsccm;
35
import org.apache.
http
.conn.ConnectionPoolTimeoutException;
41
* 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/cookie/
NetscapeDraftHeaderParser.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/NetscapeDraftHeaderParser.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.cookie;
37
import org.apache.
http
.HeaderElement;
38
import org.apache.
http
.NameValuePair;
39
import org.apache.
http
.ParseException;
40
import org.apache.
http
.message.BasicHeaderElement;
41
import org.apache.
http
.message.BasicHeaderValueParser
[
all
...]
RFC2965VersionAttributeHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2965VersionAttributeHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.cookie;
34
import org.apache.
http
.cookie.ClientCookie;
35
import org.apache.
http
.cookie.Cookie;
36
import org.apache.
http
.cookie.CookieAttributeHandler;
37
import org.apache.
http
.cookie.CookieOrigin;
38
import org.apache.
http
.cookie.MalformedCookieException
[
all
...]
/external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/impl/entity/StrictContentLengthStrategy.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.entity;
34
import org.apache.
http
.Header;
35
import org.apache.
http
.HttpException;
36
import org.apache.
http
.HttpMessage;
37
import org.apache.
http
.HttpVersion;
38
import org.apache.
http
.ProtocolException
[
all
...]
/external/apache-http/src/org/apache/http/impl/io/
HttpTransportMetricsImpl.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/impl/io/HttpTransportMetricsImpl.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.io;
34
import org.apache.
http
.io.HttpTransportMetrics;
40
* 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/
HttpRequestInterceptorList.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/protocol/HttpRequestInterceptorList.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.protocol;
36
import org.apache.
http
.HttpRequestInterceptor;
50
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
HttpResponseInterceptorList.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/protocol/HttpResponseInterceptorList.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.protocol;
37
import org.apache.
http
.HttpResponseInterceptor;
52
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
/external/apache-xml/src/main/java/org/apache/xalan/res/
XSLTInfo.properties
10
#
http
://www.apache.org/licenses/LICENSE-2.0
25
vendor-url=
http
://xml.apache.org/xalan-j
/external/python/cpython2/Lib/ctypes/macholib/
fetch_macholib
2
svn export --force
http
://svn.red-bean.com/bob/macholib/trunk/macholib/ .
/external/python/cpython3/Lib/ctypes/macholib/
fetch_macholib
2
svn export --force
http
://svn.red-bean.com/bob/macholib/trunk/macholib/ .
Completed in 347 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>