|
Adbase
Adinf C++ base library V2
|
#include <Types.hpp>
Public Attributes | |
| int | connfd |
| InetAddress | localAddress |
| InetAddress | peerAddress |
| int adbase::ConnectionBaseInfo::connfd |
Definition at line 21 of file Types.hpp.
Referenced by adbase::TcpServer::newConnection(), and adbase::TcpWorker::pipeHandler().
| InetAddress adbase::ConnectionBaseInfo::localAddress |
Definition at line 22 of file Types.hpp.
Referenced by adbase::TcpServer::newConnection(), and adbase::TcpWorker::pipeHandler().
| InetAddress adbase::ConnectionBaseInfo::peerAddress |
Definition at line 23 of file Types.hpp.
Referenced by adbase::TcpServer::newConnection(), and adbase::TcpWorker::pipeHandler().