#include <MyIncomingSocket.h>
Inheritance diagram for MyIncomingSocket:
Public Member Functions | |
MyIncomingSocket (socket_t _sock, struct sockaddr_in _saddr, ListenServer *_parent) | |
void | __OnRead () |
void | __OnClose () |
void | __OnConnClosed () |
void | __OnConnected () |
void | __OnReadError () |
|
Definition at line 24 of file MyIncomingSocket.cpp. References __OnConnected(). |
|
Reimplemented from IncomingSocket. Definition at line 39 of file MyIncomingSocket.cpp. References Socket::GetSock(), StringLib::itos(), and StringLib::out(). |
|
Reimplemented from IncomingSocket. Definition at line 45 of file MyIncomingSocket.cpp. References Socket::GetSock(), StringLib::itos(), and StringLib::out(). |
|
Reimplemented from IncomingSocket. Definition at line 51 of file MyIncomingSocket.cpp. References StringLib::debug(), IncomingSocket::GetParent(), and StringLib::itos(). Referenced by MyIncomingSocket(). |
|
Reimplemented from IncomingSocket. Definition at line 33 of file MyIncomingSocket.cpp. References RealSocket::GetReadBuf(), RealSocket::GetReadLen(), Socket::GetSock(), StringLib::itos(), and StringLib::out(). |
|
Reimplemented from IncomingSocket. Definition at line 57 of file MyIncomingSocket.cpp. References Socket::GetSock(), StringLib::itos(), and StringLib::out(). |