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
Datacratic::HttpEndpoint Struct Reference

#include <http_endpoint.h>

Inheritance diagram for Datacratic::HttpEndpoint:
Datacratic::PassiveEndpointT< SocketTransport > Datacratic::PassiveEndpoint Datacratic::EndpointBase Datacratic::Epoller Datacratic::AsyncEventSource Datacratic::ChunkedHttpEndpoint Datacratic::HttpMonitor< Handler, Arg > Datacratic::HttpNamedEndpoint RTBKIT::HttpAdServerHttpEndpoint RTBKIT::HttpExchangeConnector DumpingExchangeConnector RTBKIT::GenericExchangeConnector RTBKIT::MockExchangeConnector RTBKIT::RubiconExchangeConnector TestRubiconExchangeConnector

List of all members.

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

Detailed Description

An endpoint that deals with HTTP.

Definition at line 168 of file http_endpoint.h.


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