OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpSM
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/tools/flip_server/
http_interface.h
24
class
HttpSM
: public BalsaVisitorInterface,
27
HttpSM
(SMConnection* connection,
32
virtual ~
HttpSM
();
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
...]
Completed in 323 milliseconds