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