Searched defs:SpdySession (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_session.cc222 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, function in class:net::SpdySession
247 read_callback_(this, &SpdySession
[all...]
H A Dspdy_session.h47 class SpdySession : public base::RefCounted<SpdySession>, class in namespace:net
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 i
[all...]

Completed in 53 milliseconds