#include <IncomingSocket.h>
Inheritance diagram for IncomingSocket:

Public Member Functions | |
| IncomingSocket (socket_t _sock, struct sockaddr_in _sockaddr, ListenServer *_parent) | |
| virtual | ~IncomingSocket () |
| ListenServer * | GetParent () |
| void | Tellroom (string str) |
| virtual void | __OnRead () |
| virtual void | __OnClose () |
| virtual void | __OnReadError () |
| virtual void | __OnConnected () |
| virtual void | __OnConnClosed () |
Private Member Functions | |
| void | OnClose () |
Private Attributes | |
| ListenServer * | parent |
|
||||||||||||||||
|
Definition at line 26 of file IncomingSocket.cpp. References parent. |
|
|
Definition at line 34 of file IncomingSocket.cpp. |
|
|
Implements RealSocket. Reimplemented in MyIncomingSocket. Definition at line 34 of file IncomingSocket.h. Referenced by OnClose(). |
|
|
Reimplemented from RealSocket. Reimplemented in MyIncomingSocket. Definition at line 37 of file IncomingSocket.h. |
|
|
Reimplemented from RealSocket. Reimplemented in MyIncomingSocket. Definition at line 36 of file IncomingSocket.h. |
|
|
Implements RealSocket. Reimplemented in MyIncomingSocket. Definition at line 33 of file IncomingSocket.h. |
|
|
Implements RealSocket. Reimplemented in MyIncomingSocket. Definition at line 35 of file IncomingSocket.h. |
|
|
Definition at line 41 of file IncomingSocket.cpp. Referenced by MyIncomingSocket::__OnConnected(), and Tellroom(). |
|
|
Definition at line 48 of file IncomingSocket.cpp. References __OnClose(). |
|
|
Definition at line 55 of file IncomingSocket.cpp. References Singleton< SocketHandler >::getInstance(), GetParent(), SOCKETHANDLING_FAILED, and RealSocket::Write(). |
|
|
Definition at line 41 of file IncomingSocket.h. Referenced by IncomingSocket(). |