OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:http
(Results
201 - 225
of
592
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/BasicResponseHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.client;
36
import org.apache.
http
.HttpEntity;
37
import org.apache.
http
.HttpResponse;
38
import org.apache.
http
.StatusLine;
39
import org.apache.
http
.client.ResponseHandler;
40
import org.apache.
http
.client.HttpResponseException
[
all
...]
DefaultConnectionKeepAliveStrategy.java
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.client;
33
import org.apache.
http
.HeaderElement;
34
import org.apache.
http
.HeaderElementIterator;
35
import org.apache.
http
.HttpResponse;
36
import org.apache.
http
.conn.ConnectionKeepAliveStrategy;
37
import org.apache.
http
.message.BasicHeaderElementIterator;
38
import org.apache.
http
.protocol.
HTTP
;
[
all
...]
DefaultHttpRequestRetryHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/DefaultHttpRequestRetryHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.client;
40
import org.apache.
http
.NoHttpResponseException;
41
import org.apache.
http
.client.HttpRequestRetryHandler;
42
import org.apache.
http
.protocol.HttpContext;
43
import org.apache.
http
.protocol.ExecutionContext;
52
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
[
all
...]
DefaultProxyAuthenticationHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/DefaultProxyAuthenticationHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.client;
36
import org.apache.
http
.Header;
37
import org.apache.
http
.HttpResponse;
38
import org.apache.
http
.HttpStatus;
39
import org.apache.
http
.auth.AUTH;
40
import org.apache.
http
.auth.MalformedChallengeException
[
all
...]
DefaultTargetAuthenticationHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/DefaultTargetAuthenticationHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.client;
36
import org.apache.
http
.Header;
37
import org.apache.
http
.HttpResponse;
38
import org.apache.
http
.HttpStatus;
39
import org.apache.
http
.auth.AUTH;
40
import org.apache.
http
.auth.MalformedChallengeException
[
all
...]
DefaultUserTokenHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/DefaultUserTokenHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.client;
37
import org.apache.
http
.auth.AuthScheme;
38
import org.apache.
http
.auth.AuthState;
39
import org.apache.
http
.auth.Credentials;
40
import org.apache.
http
.client.UserTokenHandler;
41
import org.apache.
http
.client.protocol.ClientContext
[
all
...]
EntityEnclosingRequestWrapper.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/EntityEnclosingRequestWrapper.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
.Header;
35
import org.apache.
http
.HttpEntity;
36
import org.apache.
http
.HttpEntityEnclosingRequest;
37
import org.apache.
http
.ProtocolException;
38
import org.apache.
http
.protocol.HTTP
[
all
...]
RedirectLocations.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/RedirectLocations.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.client;
42
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
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/
DefaultHttpRoutePlanner.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/DefaultHttpRoutePlanner.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.conn;
37
import org.apache.
http
.HttpException;
38
import org.apache.
http
.HttpHost;
39
import org.apache.
http
.HttpRequest;
40
import org.apache.
http
.protocol.HttpContext;
42
import org.apache.
http
.conn.routing.HttpRoute
[
all
...]
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntry.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/tsccm/BasicPoolEntry.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.conn.tsccm;
36
import org.apache.
http
.conn.OperatedClientConnection;
37
import org.apache.
http
.conn.ClientConnectionOperator;
38
import org.apache.
http
.conn.routing.HttpRoute;
39
import org.apache.
http
.impl.conn.AbstractPoolEntry;
47
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
[
all
...]
BasicPooledConnAdapter.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/tsccm/BasicPooledConnAdapter.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.conn.tsccm;
34
import org.apache.
http
.conn.ClientConnectionManager;
35
import org.apache.
http
.impl.conn.AbstractPoolEntry;
36
import org.apache.
http
.impl.conn.AbstractPooledConnAdapter;
46
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a
[
all
...]
WaitingThreadAborter.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/conn/tsccm/WaitingThreadAborter.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
27
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.conn.tsccm;
34
* 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/
AbstractCookieSpec.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/AbstractCookieSpec.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.cookie;
38
import org.apache.
http
.cookie.CookieAttributeHandler;
39
import org.apache.
http
.cookie.CookieSpec;
51
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
BasicDomainHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicDomainHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
33
import org.apache.
http
.cookie.Cookie;
34
import org.apache.
http
.cookie.CookieAttributeHandler;
35
import org.apache.
http
.cookie.CookieOrigin;
36
import org.apache.
http
.cookie.MalformedCookieException;
37
import org.apache.
http
.cookie.SetCookie
[
all
...]
BasicExpiresHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicExpiresHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
33
import org.apache.
http
.cookie.MalformedCookieException;
34
import org.apache.
http
.cookie.SetCookie;
38
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
BasicMaxAgeHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicMaxAgeHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
35
import org.apache.
http
.cookie.MalformedCookieException;
36
import org.apache.
http
.cookie.SetCookie;
39
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a>
BasicPathHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicPathHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
33
import org.apache.
http
.cookie.Cookie;
34
import org.apache.
http
.cookie.CookieAttributeHandler;
35
import org.apache.
http
.cookie.CookieOrigin;
36
import org.apache.
http
.cookie.MalformedCookieException;
37
import org.apache.
http
.cookie.SetCookie
[
all
...]
NetscapeDomainHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/NetscapeDomainHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
36
import org.apache.
http
.cookie.Cookie;
37
import org.apache.
http
.cookie.CookieOrigin;
38
import org.apache.
http
.cookie.MalformedCookieException;
41
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-
http
-clients.html">this webpage</a
[
all
...]
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
...]
RFC2109DomainHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2109DomainHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
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;
39
import org.apache.
http
.cookie.SetCookie
[
all
...]
RFC2109VersionHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2109VersionHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
31
package org.apache.
http
.impl.cookie;
33
import org.apache.
http
.cookie.Cookie;
34
import org.apache.
http
.cookie.CookieOrigin;
35
import org.apache.
http
.cookie.MalformedCookieException;
36
import org.apache.
http
.cookie.SetCookie;
39
* Please visit <a href="
http
://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a
[
all
...]
RFC2965CommentUrlAttributeHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2965CommentUrlAttributeHandler.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.Cookie;
35
import org.apache.
http
.cookie.CookieAttributeHandler;
36
import org.apache.
http
.cookie.CookieOrigin;
37
import org.apache.
http
.cookie.MalformedCookieException;
38
import org.apache.
http
.cookie.SetCookie
[
all
...]
RFC2965DiscardAttributeHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2965DiscardAttributeHandler.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.Cookie;
35
import org.apache.
http
.cookie.CookieAttributeHandler;
36
import org.apache.
http
.cookie.CookieOrigin;
37
import org.apache.
http
.cookie.MalformedCookieException;
38
import org.apache.
http
.cookie.SetCookie
[
all
...]
RFC2965DomainAttributeHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2965DomainAttributeHandler.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.cookie;
36
import org.apache.
http
.cookie.ClientCookie;
37
import org.apache.
http
.cookie.Cookie;
38
import org.apache.
http
.cookie.CookieAttributeHandler;
39
import org.apache.
http
.cookie.CookieOrigin;
40
import org.apache.
http
.cookie.MalformedCookieException
[
all
...]
Completed in 127 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>