Searched defs:HTTPRequest (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
H A Dhttp_request.cc47 const int HTTPRequest::kConnectTimeoutSeconds = 10;
48 const int HTTPRequest::kDNSTimeoutSeconds = 5;
49 const int HTTPRequest::kInputTimeoutSeconds = 10;
51 const char HTTPRequest::kHTTPRequestTemplate[] =
56 HTTPRequest::HTTPRequest(ConnectionRefPtr connection, function in class:shill::HTTPRequest
64 Bind(&HTTPRequest::OnConnectCompletion,
66 dns_client_callback_(Bind(&HTTPRequest::GetDNSResult,
68 read_server_callback_(Bind(&HTTPRequest::ReadFromServer,
70 write_server_callback_(Bind(&HTTPRequest
[all...]
H A Dhttp_request.h45 // The HTTPRequest class implements facilities for performing
48 class HTTPRequest { class in namespace:shill
64 HTTPRequest(ConnectionRefPtr connection,
67 virtual ~HTTPRequest();
76 // function to destroy this HTTPRequest object, because at this time all
89 // Stop the current HTTPRequest. No callback is called as a side
124 base::WeakPtrFactory<HTTPRequest> weak_ptr_factory_;
144 DISALLOW_COPY_AND_ASSIGN(HTTPRequest);

Completed in 32 milliseconds