RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Member Functions
Datacratic::Acceptor Struct Reference
Inheritance diagram for Datacratic::Acceptor:
Datacratic::AcceptorT< Transport > Datacratic::AcceptorT< SocketTransport >

List of all members.

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

Detailed Description

Definition at line 24 of file passive_endpoint.h.


Member Function Documentation

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 >.


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