TCPSocket::CallbackInterface Member List

This is the complete list of members for TCPSocket::CallbackInterface, including all inherited members.
socketClosed(int connId, void *yourPtr)TCPSocket::CallbackInterface [inline, virtual]
socketDataArrived(int connId, void *yourPtr, cPacket *msg, bool urgent)=0TCPSocket::CallbackInterface [pure virtual]
socketEstablished(int connId, void *yourPtr)TCPSocket::CallbackInterface [inline, virtual]
socketFailure(int connId, void *yourPtr, int code)TCPSocket::CallbackInterface [inline, virtual]
socketPeerClosed(int connId, void *yourPtr)TCPSocket::CallbackInterface [inline, virtual]
socketStatusArrived(int connId, void *yourPtr, TCPStatusInfo *status)TCPSocket::CallbackInterface [inline, virtual]
~CallbackInterface()TCPSocket::CallbackInterface [inline, virtual]