OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpSM
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/net/tools/flip_server/
http_interface.cc
15
HttpSM
::
HttpSM
(SMConnection* connection,
33
HttpSM
::~
HttpSM
() {
38
void
HttpSM
::ProcessBodyData(const char* input, size_t size) {
40
VLOG(2) << ACCEPTOR_CLIENT_IDENT << "
HttpSM
: Process Body Data: stream "
46
void
HttpSM
::ProcessHeaders(const BalsaHeaders& headers) {
59
VLOG(1) << ACCEPTOR_CLIENT_IDENT << "
HttpSM
: Received Response from "
66
void
HttpSM
::MessageDone() {
68
VLOG(2) << ACCEPTOR_CLIENT_IDENT << "
HttpSM
: MessageDone. Sending EOF:
[
all
...]
http_interface.h
25
class
HttpSM
: public BalsaVisitorInterface, public SMInterface {
27
HttpSM
(SMConnection* connection,
31
virtual ~
HttpSM
();
http_interface_test.cc
83
interface_.reset(new
HttpSM
(connection_.get(),
108
scoped_ptr<
HttpSM
> interface_;
sm_connection.cc
369
sm_http_interface_ = new
HttpSM
(this, NULL, memory_cache_, acceptor_);
spdy_interface.cc
88
new
HttpSM
(server_connection, this, memory_cache_, acceptor_);
/external/chromium/net/tools/flip_server/
http_interface.cc
15
HttpSM
::
HttpSM
(SMConnection* connection,
35
HttpSM
::~
HttpSM
() {
40
void
HttpSM
::ProcessBodyData(const char *input, size_t size) {
42
VLOG(2) << ACCEPTOR_CLIENT_IDENT << "
HttpSM
: Process Body Data: stream "
48
void
HttpSM
::ProcessHeaders(const BalsaHeaders& headers) {
60
VLOG(1) << ACCEPTOR_CLIENT_IDENT << "
HttpSM
: Received Response from "
67
void
HttpSM
::MessageDone() {
69
VLOG(2) << ACCEPTOR_CLIENT_IDENT << "
HttpSM
: MessageDone. Sending EOF:
[
all
...]
http_interface.h
24
class
HttpSM
: public BalsaVisitorInterface,
27
HttpSM
(SMConnection* connection,
32
virtual ~
HttpSM
();
sm_connection.cc
352
sm_http_interface_ = new
HttpSM
(this,
spdy_interface.cc
112
SMInterface *sm_http_interface = new
HttpSM
(server_connection,
Completed in 151 milliseconds