HomeSort by relevance Sort by last modified time
    Searched defs:HTTPProxy (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
http_proxy.cc 56 const int HTTPProxy::kClientHeaderTimeoutSeconds = 1;
57 const int HTTPProxy::kConnectTimeoutSeconds = 10;
58 const int HTTPProxy::kDNSTimeoutSeconds = 5;
59 const int HTTPProxy::kDefaultServerPort = 80;
60 const int HTTPProxy::kInputTimeoutSeconds = 30;
61 const size_t HTTPProxy::kMaxClientQueue = 10;
62 const size_t HTTPProxy::kMaxHeaderCount = 128;
63 const size_t HTTPProxy::kMaxHeaderSize = 2048;
64 const int HTTPProxy::kTransactionTimeoutSeconds = 600;
66 const char HTTPProxy::kHTTPMethodConnect[] = "connect"
    [all...]
http_proxy.h 42 // The HTTPProxy class implements a simple web proxy that
54 class HTTPProxy {
66 explicit HTTPProxy(ConnectionRefPtr connection);
67 virtual ~HTTPProxy();
134 base::WeakPtrFactory<HTTPProxy> weak_ptr_factory_;
170 DISALLOW_COPY_AND_ASSIGN(HTTPProxy);

Completed in 199 milliseconds