Home | History | Annotate | Download | only in spdy

Lines Matching defs:SpdySession

47 class SpdySession : public base::RefCounted<SpdySession>,
50 // Create a new SpdySession.
57 SpdySession(const HostPortProxyPair& host_port_proxy_pair,
219 friend class base::RefCounted<SpdySession>;
266 virtual ~SpdySession();
296 // SETTINGS ontrol frame, update our SpdySession accordingly.
416 CompletionCallbackImpl<SpdySession> read_callback_;
417 CompletionCallbackImpl<SpdySession> write_callback_;
420 // SpdySession is refcounted because we don't need to keep the SpdySession
423 ScopedRunnableMethodFactory<SpdySession> method_factory_;
474 // Flag if we're using an SSL connection for this SpdySession.