RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | Public Attributes
Datacratic::ActiveEndpoint::ConnectManager Struct Reference
Inheritance diagram for Datacratic::ActiveEndpoint::ConnectManager:
Datacratic::ConnectionHandler

List of all members.

Public Member Functions

 ConnectManager (OnNewConnection onNewConnection, OnConnectionError onConnectionError, ActiveEndpoint *owner)
virtual void doError (const std::string &error)
virtual void handleError (const std::string &error)
virtual void onCleanup ()
virtual void handleOutput ()
virtual void handleTimeout (Date date, size_t)

Public Attributes

ActiveEndpoint::OnNewConnection onNewConnection
ActiveEndpoint::OnConnectionError onConnectionError
bool success
bool doneError
ActiveEndpointowner

Detailed Description

Definition at line 188 of file active_endpoint.h.


Member Function Documentation

virtual void Datacratic::ActiveEndpoint::ConnectManager::doError ( const std::string &  error) [inline, virtual]

Thing to call when we have an error

Implements Datacratic::ConnectionHandler.

Definition at line 206 of file active_endpoint.h.

virtual void Datacratic::ActiveEndpoint::ConnectManager::handleError ( const std::string &  message) [inline, virtual]

Function called out to when we got an error from the socket.

Reimplemented from Datacratic::ConnectionHandler.

Definition at line 214 of file active_endpoint.h.

virtual void Datacratic::ActiveEndpoint::ConnectManager::onCleanup ( ) [inline, virtual]

Function called out to to clean up before we finish for whatever reason.

Reimplemented from Datacratic::ConnectionHandler.

Definition at line 222 of file active_endpoint.h.


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