Crypto++
6.1
Free C++ class library of cryptographic schemes
|
Network Sender. More...
Public Member Functions | |
virtual bool | MustWaitToSend () |
virtual bool | MustWaitForResult () |
virtual void | Send (const byte *buf, size_t bufLen)=0 |
virtual unsigned int | GetSendResult ()=0 |
virtual bool | MustWaitForEof () |
virtual void | SendEof ()=0 |
virtual bool | EofSent () |
![]() | |
virtual unsigned int | GetMaxWaitObjectCount () const =0 |
Maximum number of wait objects that this object can return. More... | |
virtual void | GetWaitObjects (WaitObjectContainer &container, CallStack const &callStack)=0 |
Retrieves waitable objects. More... | |
bool | Wait (unsigned long milliseconds, CallStack const &callStack) |
Wait on this object. More... | |