RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Types | Public Member Functions | Public Attributes
RTBKIT::HttpAdServerHttpEndpoint Struct Reference
Inheritance diagram for RTBKIT::HttpAdServerHttpEndpoint:
Datacratic::HttpEndpoint Datacratic::PassiveEndpointT< SocketTransport > Datacratic::PassiveEndpoint Datacratic::EndpointBase Datacratic::Epoller Datacratic::AsyncEventSource

List of all members.

Public Types

typedef std::function< void(const
char *eventName, EventType,
float) 
OnEvent )

Public Member Functions

 HttpAdServerHttpEndpoint (int port, const HttpAdServerRequestCb &requestCb)
 HttpAdServerHttpEndpoint (HttpAdServerHttpEndpoint &&otherEndpoint)
HttpAdServerHttpEndpointoperator= (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

Detailed Description

Definition at line 50 of file http_adserver_connector.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator