Home | History | Annotate | Download | only in quic

Lines Matching defs:Response

41   // Container for response header/body pairs.
42 class Response {
44 Response() : response_type_(REGULAR_RESPONSE) {}
45 ~Response() {}
65 DISALLOW_COPY_AND_ASSIGN(Response);
71 // Retrieve a response from this cache for a given request.
72 // If no appropriate response exists, NULL is returned.
74 const Response* GetResponse(const BalsaHeaders& request_headers) const;
76 // Adds a simple response to the cache. The response headers will
85 // Add a response to the cache.
97 typedef base::hash_map<std::string, Response*> ResponseMap;