Inheritance diagram for SocketSender:
Definition at line 154 of file socketft.h.
Public Member Functions | |
SocketSender (Socket &s) | |
bool | MustWaitForResult () |
void | Send (const byte *buf, unsigned int bufLen) |
unsigned int | GetSendResult () |
void | SendEof () |
unsigned int | GetMaxWaitObjectCount () const |
maximum number of wait objects that this object can return | |
void | GetWaitObjects (WaitObjectContainer &container) |
put wait objects into container | |
virtual bool | MustWaitToSend () |
bool | Wait (unsigned long milliseconds) |
wait on this object |
|
wait on this object same as creating an empty container, calling GetWaitObjects(), and calling Wait() on the container Definition at line 321 of file wait.cpp. References Waitable::GetWaitObjects(), and WaitObjectContainer::Wait(). Referenced by NetworkSource::GeneralPump2(), and NetworkSink::TimedFlush(). |