OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpClient
(Results
1 - 25
of
37
) sorted by null
1
2
/external/libweave/include/weave/provider/
http_client.h
23
//
HttpClient
interface has only one method SendRequest(...) to implement.
54
// struct ResponseImpl : public provider::
HttpClient
::Response {
64
// implementing
HttpClient
interface using curl.
66
class
HttpClient
{
95
virtual ~
HttpClient
() {}
/external/apache-http/src/org/apache/http/client/
HttpClient.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/
httpclient
/trunk/module-client/src/main/java/org/apache/http/client/
HttpClient
.java $
65
public interface
HttpClient
{
254
} // interface
HttpClient
/external/oauth/core/src/main/java/net/oauth/http/
HttpClient.java
25
public interface
HttpClient
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
HttpClient.java
21
interface
HttpClient
{
/external/webrtc/webrtc/base/
httpclient.cc
16
#include "webrtc/base/
httpclient
.h"
261
//
HttpClient
267
HttpClient
::
HttpClient
(const std::string& agent, StreamPool* pool,
282
HttpClient
::~
HttpClient
() {
293
void
HttpClient
::reset() {
302
void
HttpClient
::OnResolveResult(AsyncResolverInterface* resolver) {
319
void
HttpClient
::StartDNSLookup() {
321
resolver_->SignalDone.connect(this, &
HttpClient
::OnResolveResult)
[
all
...]
httpclient.h
41
//
HttpClient
46
class
HttpClient
;
59
class
HttpClient
: private IHttpNotify, public sigslot::has_slots<> {
63
HttpClient
(const std::string& agent, StreamPool* pool,
65
~
HttpClient
() override;
101
// Note: in order for
HttpClient
to retry a POST in response to
116
// Convert
HttpClient
to a pull-based I/O model.
130
sigslot::signal3<
HttpClient
*,bool,size_t> SignalHeaderAvailable;
132
sigslot::signal2<
HttpClient
*,HttpErrorType> SignalHttpClientComplete;
182
// HttpClientDefault - Default implementation of
HttpClient
[
all
...]
/libcore/ojluni/src/main/java/sun/net/www/http/
HttpClient.java
45
public class
HttpClient
extends NetworkClient {
46
// whether this
httpclient
comes from the cache
174
protected
HttpClient
() {
177
private
HttpClient
(URL url)
182
protected
HttpClient
(URL url,
190
* first
HttpClient
gotten through New() failed (probably b/c of a
195
public
HttpClient
(URL url, String proxyHost, int proxyPort)
200
protected
HttpClient
(URL url, Proxy p, int to) throws IOException {
235
private
HttpClient
(URL url, String proxyHost, int proxyPort,
242
public
HttpClient
(URL url, String proxyHost, int proxyPort
[
all
...]
/external/jetty/src/java/org/eclipse/jetty/client/
HttpClient.java
52
*
HttpClient
is the main active component of the client API implementation.
60
* plus the callbacks to handle responses. A
HttpClient
can have many exchanges outstanding
74
public class
HttpClient
extends AggregateLifeCycle implements HttpBuffers, Attributes, Dumpable
128
public
HttpClient
()
134
public
HttpClient
(SslContextFactory sslContextFactory)
220
* Set an attribute on the
HttpClient
.
222
* so that users of a shared
HttpClient
may share other structures.
313
* returns the SecurityRealmResolver reg_realmResolveristered with the
HttpClient
or null
315
* @return the SecurityRealmResolver reg_realmResolveristered with the
HttpClient
or null
425
pool.setName("
HttpClient
");
[
all
...]
/external/robolectric/v1/lib/main/
httpclient-4.0.3.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
/prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar
/prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar
/prebuilts/tools/common/http-client/
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar
/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
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/12/
android.jar
Completed in 368 milliseconds
1
2