![]() |
RTBKit
0.9
Open-source framework to create real-time ad bidding systems.
|
Public Member Functions | |
| SocketTransport (EndpointBase *endpoint) | |
| virtual int | getHandle () const |
| virtual std::string | getPeerName () const |
| virtual ssize_t | send (const char *buf, size_t len, int flags) |
| virtual ssize_t | recv (char *buf, size_t buf_size, int flags) |
| virtual int | closePeer () |
| ACE_SOCK_Stream & | peer () |
| const ACE_SOCK_Stream & | peer () const |
Public Attributes | |
| ACE_SOCK_Stream | peer_ |
| std::string | peerName_ |
Definition at line 586 of file transport.h.
| virtual std::string Datacratic::SocketTransport::getPeerName | ( | ) | const [inline, virtual] |
Return the hostname of the connected entity.
Implements Datacratic::TransportBase.
Definition at line 599 of file transport.h.
1.7.6.1