Public Member Functions | |
| KClientConnection () | |
| virtual void | OnAccept (KInetAddr &Addr) |
| virtual void | OnDisconnect (KInetAddr &Addr) |
| virtual void | OnMessage (KInetAddr &Addr, KNetMsg &Msg) |
| void | SendTextMessage (KStr sText) |
| KClient * | GetpClient (KInetAddr &Addr) |
| bool | Authenticate (char *pLogin, char *pPassword) |
Protected Attributes | |
| KNETCLIENTSTATE | m_ClientState |
Definition at line 40 of file NetServer.h.
1.5.1-p1