MCPcopy Create free account
hub / github.com/boostorg/asio / connection

Method connection

example/cpp11/http/server/connection.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace server {
18
19connection::connection(boost::asio::ip::tcp::socket socket,
20 connection_manager& manager, request_handler& handler)
21 : socket_(std::move(socket)),
22 connection_manager_(manager),
23 request_handler_(handler)
24{
25}
26
27void connection::start()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected