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

/external/chromium/net/http/
H A Dhttp_stream.h5 // HttpStream is an interface for reading and writing data to an HttpStream that
8 // pipelining implementations. The HttpStream subtype is expected to manage the
9 // underlying transport appropriately. For example, a non-pipelined HttpStream
33 class HttpStream { class in namespace:net
35 HttpStream() {} function in class:net::HttpStream
36 virtual ~HttpStream() {}
47 // when available. Returns OK on success. The HttpStream takes ownership
64 // Provides access to HttpResponseInfo (owned by HttpStream).
96 virtual HttpStream* RenewStreamForAut
[all...]
/external/chromium_org/net/http/
H A Dhttp_stream.h5 // HttpStream provides an abstraction for a basic http streams, http pipelining
6 // implementations, and SPDY. The HttpStream subtype is expected to manage the
7 // underlying transport appropriately. For example, a non-pipelined HttpStream
24 class NET_EXPORT_PRIVATE HttpStream : public HttpStreamBase { class in namespace:net
26 HttpStream() {} function in class:net::HttpStream
27 virtual ~HttpStream() {}
37 virtual HttpStream* RenewStreamForAuth() = 0;
40 DISALLOW_COPY_AND_ASSIGN(HttpStream);

Completed in 1740 milliseconds