#include <TCPSocket.h>
Inheritance diagram for TCPSocket::CallbackInterface:
Note: this class is not subclassed from cPolymorphic, because classes may have both this class and cSimpleModule as base class, and cSimpleModule is already a cPolymorphic.
Public Member Functions | |
virtual | ~CallbackInterface () |
virtual void | socketDataArrived (int connId, void *yourPtr, cMessage *msg, bool urgent)=0 |
virtual void | socketEstablished (int connId, void *yourPtr) |
virtual void | socketPeerClosed (int connId, void *yourPtr) |
virtual void | socketClosed (int connId, void *yourPtr) |
virtual void | socketFailure (int connId, void *yourPtr, int code) |
virtual void | socketStatusArrived (int connId, void *yourPtr, TCPStatusInfo *status) |
|
00138 {}
|
|
Reimplemented in TCPBasicClientApp, TCPGenericCliAppBase, TCPServerThreadBase, TelnetApp, and LDP. 00142 {}
|
|
Implemented in TCPBasicClientApp, TCPGenericCliAppBase, TCPServerThreadBase, TelnetApp, and LDP. |
|
Reimplemented in TCPBasicClientApp, TCPGenericCliAppBase, TCPServerThreadBase, TelnetApp, and LDP. 00140 {}
|
|
Reimplemented in TCPBasicClientApp, TCPGenericCliAppBase, TCPServerThreadBase, TelnetApp, and LDP. 00143 {}
|
|
Reimplemented in TCPGenericCliAppBase, TCPServerThreadBase, and LDP. 00141 {}
|
|
Reimplemented in TCPGenericCliAppBase, TCPServerThreadBase, and LDP. 00144 {delete status;}
|