Adbase
Adinf C++ base library V2
adbase::ConnectionBaseInfo Struct Reference

#include <Types.hpp>

Public Attributes

int connfd
 
InetAddress localAddress
 
InetAddress peerAddress
 

Detailed Description

Definition at line 20 of file Types.hpp.

Member Data Documentation

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


The documentation for this struct was generated from the following file: