Home
last modified time | relevance | path

Searched defs:HttpClient (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DHttpClient.java21 interface HttpClient { interface
/external/oauth/core/src/main/java/net/oauth/http/
DHttpClient.java25 public interface HttpClient interface
/external/apache-http/src/org/apache/http/client/
DHttpClient.java65 public interface HttpClient { interface
/external/jetty/src/java/org/eclipse/jetty/client/
DHttpClient.java74 public class HttpClient extends AggregateLifeCycle implements HttpBuffers, Attributes, Dumpable class
128 public HttpClient() in HttpClient() method in HttpClient
134 public HttpClient(SslContextFactory sslContextFactory) in HttpClient() method in HttpClient
/external/webrtc/webrtc/base/
Dhttpclient.h46 class HttpClient; variable
Dhttpclient.cc267 HttpClient::HttpClient(const std::string& agent, StreamPool* pool, in HttpClient() function in rtc::HttpClient