![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
#include <http_endpoint.h>
Public Types | |
|
typedef std::function < std::shared_ptr < ConnectionHandler >)> | HandlerFactory |
Public Member Functions | |
| HttpEndpoint (const std::string &name) | |
|
virtual std::shared_ptr < ConnectionHandler > | makeNewHandler () |
Public Attributes | |
| HandlerFactory | handlerFactory |
An endpoint that deals with HTTP.
Definition at line 168 of file http_endpoint.h.
1.7.6.1