OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpdySession
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/spdy/
spdy_session.cc
205
bool
SpdySession
::use_ssl_ = true;
208
bool
SpdySession
::use_flow_control_ = false;
211
size_t
SpdySession
::max_concurrent_stream_limit_ = 256;
213
SpdySession
::
SpdySession
(const HostPortProxyPair& host_port_proxy_pair,
218
read_callback_(this, &
SpdySession
::OnReadComplete)),
220
write_callback_(this, &
SpdySession
::OnWriteComplete)),
261
SpdySession
::~
SpdySession
() {
285
net::Error
SpdySession
::InitializeWithSocket
[
all
...]
spdy_session.h
47
class
SpdySession
: public base::RefCounted<
SpdySession
>,
50
// Create a new
SpdySession
.
57
SpdySession
(const HostPortProxyPair& host_port_proxy_pair,
210
friend class base::RefCounted<
SpdySession
>;
255
virtual ~
SpdySession
();
284
// SETTINGS ontrol frame, update our
SpdySession
accordingly.
339
CompletionCallbackImpl<
SpdySession
> read_callback_;
340
CompletionCallbackImpl<
SpdySession
> write_callback_;
343
//
SpdySession
is refcounted because we don't need to keep the SpdySessio
[
all
...]
Completed in 251 milliseconds