MCPcopy Create free account
hub / github.com/chenshuo/muduo / onMessage

Method onMessage

examples/maxconnection/echo.cc:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void EchoServer::onMessage(const TcpConnectionPtr& conn,
49 Buffer* buf,
50 Timestamp time)
51{
52 string msg(buf->retrieveAllAsString());
53 LOG_INFO << conn->name() << " echo " << msg.size() << " bytes at " << time.toString();
54 conn->send(msg);
55}
56

Callers

nothing calls this directly

Calls 4

retrieveAllAsStringMethod · 0.80
sizeMethod · 0.45
toStringMethod · 0.45
sendMethod · 0.45

Tested by

no test coverage detected