![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| virtual void | onGotTransport () |
| virtual void | handleData (const std::string &data) |
| virtual void | handleError (const std::string &error) |
| virtual void | onCleanup () |
| virtual void | handleDisconnect () |
Public Attributes | |
| uint64_t | bytes_in |
Definition at line 23 of file remote_input.cc.
| virtual void Datacratic::RemoteInputConnection::handleData | ( | const std::string & | data | ) | [inline, virtual] |
Function called out to when we got some data
Implements Datacratic::PassiveConnectionHandler.
Definition at line 60 of file remote_input.cc.
| virtual void Datacratic::RemoteInputConnection::handleDisconnect | ( | ) | [inline, virtual] |
Function called when there is a disconnection when reading.
Reimplemented from Datacratic::ConnectionHandler.
Definition at line 79 of file remote_input.cc.
| virtual void Datacratic::RemoteInputConnection::handleError | ( | const std::string & | message | ) | [inline, virtual] |
Function called out to when we got an error from the socket.
Implements Datacratic::PassiveConnectionHandler.
Definition at line 68 of file remote_input.cc.
| virtual void Datacratic::RemoteInputConnection::onCleanup | ( | ) | [inline, virtual] |
Function called out to to clean up before we finish for whatever reason.
Reimplemented from Datacratic::ConnectionHandler.
Definition at line 74 of file remote_input.cc.
| virtual void Datacratic::RemoteInputConnection::onGotTransport | ( | ) | [inline, virtual] |
Function called when we ge the transport.
Reimplemented from Datacratic::ConnectionHandler.
Definition at line 54 of file remote_input.cc.
1.7.6.1