OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpdySM
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/tools/flip_server/
spdy_interface.h
27
class
SpdySM
: public BufferedSpdyFramerVisitorInterface, public SMInterface {
29
SpdySM
(SMConnection* connection,
35
virtual ~
SpdySM
();
49
// Create new SPDY framer after reusing
SpdySM
and negotiating new version
spdy_interface.cc
21
std::string
SpdySM
::forward_ip_header_;
35
SpdySM
::
SpdySM
(SMConnection* connection,
54
SpdySM
::~
SpdySM
() { }
56
void
SpdySM
::InitSMConnection(SMConnectionPoolInterface* connection_pool,
64
VLOG(2) << ACCEPTOR_CLIENT_IDENT << "
SpdySM
: Initializing server connection.";
75
SMInterface*
SpdySM
::NewConnectionInterface() {
83
LOG(ERROR) << "
SpdySM
: Could not create server connection";
86
VLOG(2) << ACCEPTOR_CLIENT_IDENT << "
SpdySM
: Creating new HTTP interface"
[
all
...]
Completed in 100 milliseconds