Lines Matching full:stream
7 // provides an abstraction for both a basic http stream as well as http
38 // Initialize stream. Must be called before calling SendRequest().
80 // Closes the stream.
81 // |not_reusable| indicates if the stream can be used for further requests.
82 // In the case of HTTP, where we re-use the byte-stream (e.g. the connection)
84 // underlying stream is never reused, it has no effect.
86 // into the stream implementation itself so that the caller
91 // Returns a new (not initialized) stream using the same underlying
92 // connection and invalidates the old stream - no further methods should be
93 // called on the old stream. The caller should ensure that the response body
95 // subclass does not support renewing the stream, NULL is returned.
112 // A stream exists on top of a connection. If the connection has been used
114 // stream is done differently. This method returns true if the underlying
123 // Get the SSLInfo associated with this stream's connection. This should
128 // Get the SSLCertRequestInfo associated with this stream's connection.