11 #ifndef HTTP_CONNECTION_MANAGER_HPP 12 #define HTTP_CONNECTION_MANAGER_HPP 15 #include <boost/noncopyable.hpp> 24 :
private boost::noncopyable
38 std::set<connection_ptr> connections_;
44 #endif // HTTP_CONNECTION_MANAGER_HPP void start(connection_ptr c)
Add the specified connection to the manager and start it.
void stop(connection_ptr c)
Stop the specified connection.
boost::shared_ptr< connection > connection_ptr
void stop_all()
Stop all connections.