|
|||
|
|||
|
Inheritance diagram for HttpListener:


Public Member Functions | |
| HttpListener (InspIRCd *Instance, FileReader *idx, 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. | |
Private Attributes | |
| FileReader * | index |
Definition at line 346 of file m_httpd.cpp.
|
||||||||||||||||||||
|
Definition at line 351 of file m_httpd.cpp. References index. |
|
||||||||||||||||
|
Called when a new connection has successfully been accepted on this listener.
Implements ListenSocketBase. Definition at line 356 of file m_httpd.cpp. References index, and ListenSocketBase::ServerInstance. |
|
|
Definition at line 348 of file m_httpd.cpp. Referenced by HttpListener(), and OnAcceptReady(). |