Home | History | Annotate | Download | only in spdy

Lines Matching refs:SpdySession

34 class SpdySession;
46 // Either returns an existing SpdySession or creates a new SpdySession for
48 scoped_refptr<SpdySession> Get(
58 // Builds a SpdySession from an existing SSL socket. Users should try
59 // calling Get() first to use an existing SpdySession so we don't get
61 // transferred from the caller to the SpdySession.
73 scoped_refptr<SpdySession>* spdy_session,
89 // Removes a SpdySession from the SpdySessionPool. This should only be called
90 // by SpdySession, because otherwise session->state_ is not set to CLOSED.
91 void Remove(const scoped_refptr<SpdySession>& session);
128 typedef std::list<scoped_refptr<SpdySession> > SpdySessionList;
132 scoped_refptr<SpdySession> GetExistingSession(
135 scoped_refptr<SpdySession> GetFromAlias(