7 #ifndef HTTP_CONNECTION_POOL_H 8 #define HTTP_CONNECTION_POOL_H void start(const HttpConnectionPtr &connection)
Start new connection.
std::list< HttpConnectionPtr > connections_
Set of connections.
void stop(const HttpConnectionPtr &connection)
Stops a connection and removes it from the pool.
Defines the logger used by the top-level component of kea-dhcp-ddns.
void stopAll()
Stops all connections and removes them from the pool.
boost::shared_ptr< HttpConnection > HttpConnectionPtr
Pointer to the HttpConnection.
Pool of active HTTP connections.