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

/external/chromium_org/net/http/
H A Dhttp_stream_base.h5 // HttpStreamBase is an interface for reading and writing data to an
34 class NET_EXPORT_PRIVATE HttpStreamBase { class in namespace:net
36 HttpStreamBase() {} function in class:net::HttpStreamBase
37 virtual ~HttpStreamBase() {}
40 // |request_info| must outlive the HttpStreamBase.
51 // |response| must outlive the HttpStreamBase.
151 DISALLOW_COPY_AND_ASSIGN(HttpStreamBase);

Completed in 57 milliseconds