OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:http
(Results
51 - 75
of
4228
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-http/src/org/apache/http/conn/
ClientConnectionManagerFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/ClientConnectionManagerFactory.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn;
34
import org.apache.
http
.conn.scheme.SchemeRegistry;
35
import org.apache.
http
.params.HttpParams;
ClientConnectionOperator.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/ClientConnectionOperator.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn;
37
import org.apache.
http
.HttpHost;
38
import org.apache.
http
.conn.scheme.SocketFactory;
39
import org.apache.
http
.params.HttpParams;
40
import org.apache.
http
.protocol.HttpContext;
99
* connection (
HTTP
) to a secure TLS/SSL connection (HTTPS)
[
all
...]
OperatedClientConnection.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/OperatedClientConnection.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn;
37
import org.apache.
http
.HttpClientConnection;
38
import org.apache.
http
.HttpHost;
39
import org.apache.
http
.HttpInetConnection;
40
import org.apache.
http
.params.HttpParams;
111
* {@link org.apache.
http
.HttpConnection#shutdown shutdown
[
all
...]
/external/apache-http/src/org/apache/http/conn/params/
ConnConnectionParamBean.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/conn/params/ConnConnectionParamBean.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.conn.params;
34
import org.apache.
http
.params.HttpAbstractParamBean;
35
import org.apache.
http
.params.HttpParams;
/external/apache-http/src/org/apache/http/impl/client/
TunnelRefusedException.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/client/TunnelRefusedException.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
.HttpException;
35
import org.apache.
http
.HttpResponse;
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
...]
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
...]
/external/apache-http/src/org/apache/http/impl/cookie/
BasicCommentHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicCommentHandler.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;
BasicSecureHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BasicSecureHandler.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;
BestMatchSpecFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/BestMatchSpecFactory.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.CookieSpec;
35
import org.apache.
http
.cookie.CookieSpecFactory;
36
import org.apache.
http
.cookie.params.CookieSpecPNames;
37
import org.apache.
http
.params.HttpParams;
RFC2109SpecFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2109SpecFactory.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.CookieSpec;
35
import org.apache.
http
.cookie.CookieSpecFactory;
36
import org.apache.
http
.cookie.params.CookieSpecPNames;
37
import org.apache.
http
.params.HttpParams;
RFC2965SpecFactory.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/impl/cookie/RFC2965SpecFactory.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.CookieSpec;
35
import org.apache.
http
.cookie.CookieSpecFactory;
36
import org.apache.
http
.cookie.params.CookieSpecPNames;
37
import org.apache.
http
.params.HttpParams;
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
...]
/external/apache-http/src/org/apache/http/impl/io/
HttpRequestParser.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/impl/io/HttpRequestParser.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.io;
36
import org.apache.
http
.ConnectionClosedException;
37
import org.apache.
http
.HttpException;
38
import org.apache.
http
.HttpMessage;
39
import org.apache.
http
.HttpRequestFactory;
40
import org.apache.
http
.RequestLine
[
all
...]
HttpResponseParser.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/impl/io/HttpResponseParser.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.impl.io;
36
import org.apache.
http
.HttpException;
37
import org.apache.
http
.HttpMessage;
38
import org.apache.
http
.HttpResponseFactory;
39
import org.apache.
http
.NoHttpResponseException;
40
import org.apache.
http
.StatusLine
[
all
...]
/external/apache-http/src/org/apache/http/io/
HttpMessageWriter.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/io/HttpMessageWriter.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.io;
36
import org.apache.
http
.HttpException;
37
import org.apache.
http
.HttpMessage;
/external/chromium_org/tools/page_cycler/webpagereplay/tests/
2012Q3.js
13
["
http
://superfastpageload/web-page-replay-generate-200"],
15
["
http
://cruises.orbitz.com/results.do?wdos=3&places=ALL&days=ALL&Month=ALL&dd=ALL&d=NaN%2FNaN%2FNaN&d2=NaN%2FNaN%2FNaN&fd=2&shoppingZipCode=Zip+Code&Search.x=29&Search.y=6&Search=Search&c=ALL&v=ALL&porttype=E&SType=P&ptype=c&type=c&p=ALL&SType=A&clp=1&sort=7&IncludeSeniorRates=false&IncludeAlumniRates=false&AlumniCruiseId=false",
16
"
http
://en.wikipedia.org/wiki/List_of_Pok%C3%A9mon",
17
"
http
://espn.go.com/",
18
"
http
://fashion.ebay.com/womens-clothing",
19
"
http
://news.baidu.com/",
20
"
http
://news.google.co.in",
21
"
http
://news.qq.com/",
22
"
http
://techcrunch.com/",
23
"
http
://techmeme.com/"
[
all
...]
/external/apache-http/src/org/apache/http/message/
HeaderValueParser.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/message/HeaderValueParser.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.message;
35
import org.apache.
http
.HeaderElement;
36
import org.apache.
http
.NameValuePair;
37
import org.apache.
http
.ParseException;
38
import org.apache.
http
.util.CharArrayBuffer;
58
* Some
HTTP
headers (such as the set-cookie header) have values tha
[
all
...]
/external/apache-http/src/org/apache/http/protocol/
RequestDate.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/protocol/RequestDate.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
.HttpException;
37
import org.apache.
http
.HttpRequest;
38
import org.apache.
http
.HttpEntityEnclosingRequest;
39
import org.apache.
http
.HttpRequestInterceptor;
63
("
HTTP
request may not be null.")
[
all
...]
RequestUserAgent.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/protocol/RequestUserAgent.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
.HttpException;
37
import org.apache.
http
.HttpRequest;
38
import org.apache.
http
.HttpRequestInterceptor;
39
import org.apache.
http
.params.HttpProtocolParams;
59
throw new IllegalArgumentException("
HTTP
request may not be null")
[
all
...]
ResponseServer.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/
http
/protocol/ResponseServer.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
.HttpException;
37
import org.apache.
http
.HttpResponse;
38
import org.apache.
http
.HttpResponseInterceptor;
39
import org.apache.
http
.params.CoreProtocolPNames;
60
throw new IllegalArgumentException("
HTTP
request may not be null")
[
all
...]
/external/apache-http/src/org/apache/http/client/
AuthenticationHandler.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/AuthenticationHandler.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
.Header;
37
import org.apache.
http
.HttpResponse;
38
import org.apache.
http
.auth.AuthScheme;
39
import org.apache.
http
.auth.AuthenticationException;
40
import org.apache.
http
.auth.MalformedChallengeException
[
all
...]
/external/apache-http/src/org/apache/http/client/protocol/
RequestDefaultHeaders.java
2
* $HeadURL:
http
://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/
http
/client/protocol/RequestDefaultHeaders.java $
15
*
http
://www.apache.org/licenses/LICENSE-2.0
28
* <
http
://www.apache.org/>.
32
package org.apache.
http
.client.protocol;
37
import org.apache.
http
.Header;
38
import org.apache.
http
.HttpException;
39
import org.apache.
http
.HttpRequest;
40
import org.apache.
http
.HttpRequestInterceptor;
41
import org.apache.
http
.client.params.ClientPNames
[
all
...]
Completed in 241 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>