Callback data to use with Downloader callbacks. More...
#include <Downloader.h>


Public Member Functions | |
CbDialer () | |
virtual | ~CbDialer () |
virtual bool | canDial (AsyncCall &call)=0 |
virtual void | dial (AsyncCall &call)=0 |
virtual void | print (std::ostream &os) const |
Public Attributes | |
SBuf | object |
Http::StatusCode | status |
Detailed Description
Definition at line 36 of file Downloader.h.
Constructor & Destructor Documentation
◆ CbDialer()
|
inline |
Definition at line 38 of file Downloader.h.
◆ ~CbDialer()
|
inlinevirtual |
Definition at line 39 of file Downloader.h.
Member Function Documentation
◆ canDial()
|
pure virtual |
Implemented in PeerConnectorCertDownloaderDialer.
◆ dial()
|
pure virtual |
Implemented in PeerConnectorCertDownloaderDialer.
◆ print()
|
virtual |
Implements CallDialer.
Definition at line 62 of file Downloader.cc.
References Raw::hex(), and status.
Member Data Documentation
◆ object
SBuf Downloader::CbDialer::object |
Definition at line 46 of file Downloader.h.
Referenced by Downloader::callBack().
◆ status
Http::StatusCode Downloader::CbDialer::status |
Definition at line 47 of file Downloader.h.
Referenced by Downloader::callBack(), and print().
The documentation for this class was generated from the following files:
- src/Downloader.h
- src/Downloader.cc