Home | History | Annotate | Download | only in http

Lines Matching refs:Connection

21 class Connection;
43 std::shared_ptr<http::Connection> CreateConnection(
54 RequestID StartAsyncTransfer(http::Connection* connection,
89 void OnTransferComplete(http::curl::Connection* connection,
93 // on a connection.
94 void CleanAsyncConnection(http::curl::Connection* connection);
118 // A map to find a corresponding Connection* using a request ID.
119 std::map<RequestID, Connection*> request_id_map_;
120 // Stores the connection-specific asynchronous data (such as the success
123 std::map<Connection*, std::unique_ptr<AsyncRequestData>> async_requests_;
128 // The connection timeout for the requests made.