Home | History | Annotate | Download | only in quic

Lines Matching defs:Response

39   // Container for response header/body pairs.
40 class Response {
42 Response() : response_type_(REGULAR_RESPONSE) {}
43 ~Response() {}
63 DISALLOW_COPY_AND_ASSIGN(Response);
69 // Retrieve a response from this cache for a given request.
70 // If no appropriate response exists, NULL is returned.
72 const Response* GetResponse(const BalsaHeaders& request_headers) const;
74 // Adds a simple response to the cache. The response headers will
83 // Add a response to the cache.
95 typedef base::hash_map<std::string, Response*> ResponseMap;