| Spices::Net::TcpConnection::TcpConnection | ( | EventLoop * | ioLoop, |
| const std::string & | name, | ||
| SOCKET | socketFd, | ||
| const InetAddress & | localAddress, | ||
| const InetAddress & | peerAddress ) |
Constructor Function.
| [in] | ioLoop | IO EventLoop. |
| [in] | name | TcpConnection identify. |
| [in] | socketFd | SOCKET. |
| [in] | localAddress | InetAddress. |
| [in] | peerAddress | InetAddress. |
Definition at line 19 of file TcpConnection.cpp.
References m_IoLoop, m_Name, and TcpConnection().
Referenced by TcpConnection().