![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Types | |
|
typedef std::function< void(const char *eventName, EventType, float) | OnEvent ) |
Public Member Functions | |
| HttpAdServerHttpEndpoint (int port, const HttpAdServerRequestCb &requestCb) | |
| HttpAdServerHttpEndpoint (HttpAdServerHttpEndpoint &&otherEndpoint) | |
| HttpAdServerHttpEndpoint & | operator= (const HttpAdServerHttpEndpoint &other) |
| int | getPort () const |
| void | doEvent (const char *eventName, EventType type=ET_COUNT, float value=1.0, const char *units="") const |
|
virtual std::shared_ptr < ConnectionHandler > | makeNewHandler () |
Public Attributes | |
| OnEvent | onEvent |
Definition at line 50 of file http_adserver_connector.h.
1.7.6.1