|
|||
|
|||
|
Inheritance diagram for MySQLListener:


Public Member Functions | |
| MySQLListener (ModuleSQL *P, InspIRCd *Instance, int port, const std::string &addr) | |
| virtual void | OnAcceptReady (const std::string &ipconnectedto, int nfd, const std::string &incomingip) |
| Called when a new connection has successfully been accepted on this listener. | |
| int | GetPort () |
| Get port number for socket. | |
Private Attributes | |
| ModuleSQL * | Parent |
| irc::sockets::insp_sockaddr | sock_us |
| socklen_t | uslen |
| FileReader * | index |
Definition at line 707 of file m_mysql.cpp.
|
||||||||||||||||||||
|
Definition at line 715 of file m_mysql.cpp. |
|
|
Get port number for socket.
Reimplemented from ListenSocketBase. Definition at line 730 of file m_mysql.cpp. References sock_us. Referenced by ModuleSQL::ModuleSQL(), and DispatcherThread::Run(). |
|
||||||||||||||||
|
Called when a new connection has successfully been accepted on this listener.
Implements ListenSocketBase. Definition at line 724 of file m_mysql.cpp. |
|
|
Definition at line 712 of file m_mysql.cpp. |
|
|
Definition at line 709 of file m_mysql.cpp. |
|
|
Reimplemented from ListenSocketBase. Definition at line 710 of file m_mysql.cpp. Referenced by GetPort(), and MySQLListener(). |
|
|
Definition at line 711 of file m_mysql.cpp. Referenced by MySQLListener(). |