Home | History | Annotate | Download | only in spdy

Lines Matching defs:SpdyStream

51 // Passed to some SpdyStream functions to indicate whether there's
58 // Returned by SpdyStream::OnResponseHeadersUpdated() to indicate
65 // The SpdyStream is used by the SpdySession to represent each stream known
72 class NET_EXPORT_PRIVATE SpdyStream {
144 // Called when SpdyStream is closed. No other delegate functions
160 // SpdyStream constructor
161 SpdyStream(SpdyStreamType type,
169 ~SpdyStream();
350 base::WeakPtr<SpdyStream> GetWeakPtr();
445 // SpdyStream states and transitions are modeled
466 // From the perspective of SpdyStream's state machine, headers, data, and
512 SpdyStream::Delegate* delegate_;
565 base::WeakPtrFactory<SpdyStream> weak_ptr_factory_;
567 DISALLOW_COPY_AND_ASSIGN(SpdyStream);