![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| virtual int | listen (PortRange const &portRange, const std::string &hostname, PassiveEndpoint *endpoint, bool nameLookup, int backlog)=0 |
| virtual void | closePeer ()=0 |
| virtual std::string | hostname () const =0 |
| virtual int | port () const =0 |
Definition at line 24 of file passive_endpoint.h.
| virtual std::string Datacratic::Acceptor::hostname | ( | ) | const [pure virtual] |
What host are we connected to?
Implemented in Datacratic::AcceptorT< SocketTransport >.
| virtual int Datacratic::Acceptor::port | ( | ) | const [pure virtual] |
What port are we listening on?
Implemented in Datacratic::AcceptorT< SocketTransport >.
1.7.6.1