HomeSort by relevance Sort by last modified time
    Searched defs:SpdySession (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/spdy/
spdy_session.cc 222 bool SpdySession::use_ssl_ = true;
225 bool SpdySession::use_flow_control_ = false;
228 size_t SpdySession::max_concurrent_stream_limit_ = 256;
231 bool SpdySession::enable_ping_based_connection_checking_ = true;
234 int SpdySession::connection_at_risk_of_loss_ms_ = 0;
237 int SpdySession::trailing_ping_delay_time_ms_ = 1000;
240 int SpdySession::hung_interval_ms_ = 10000;
242 SpdySession::SpdySession(const HostPortProxyPair& host_port_proxy_pair,
247 read_callback_(this, &SpdySession::OnReadComplete))
    [all...]
spdy_session.h 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 SpdySessio
    [all...]

Completed in 76 milliseconds