|
Squid Web Cache master
|
Public Types | |
| typedef RefCount< DownloaderContext > | Pointer |
Public Member Functions | |
| DownloaderContext (Downloader *dl, ClientHttpRequest *h) | |
| ~DownloaderContext () override | |
| void | finished () |
Public Attributes | |
| CbcPointer< Downloader > | downloader |
| ClientHttpRequest * | http |
| char | requestBuffer [HTTP_REQBUF_SZ] |
Private Member Functions | |
| MEMPROXY_CLASS (DownloaderContext) | |
Used to hold and pass the required info and buffers to the clientStream callbacks
Definition at line 25 of file Downloader.cc.
Definition at line 30 of file Downloader.cc.
| DownloaderContext::DownloaderContext | ( | Downloader * | dl, |
| ClientHttpRequest * | h | ||
| ) |
Definition at line 41 of file Downloader.cc.
References debugs.
|
override |
Definition at line 48 of file Downloader.cc.
References debugs, finished(), and http.
| void DownloaderContext::finished | ( | ) |
Definition at line 56 of file Downloader.cc.
References http.
Referenced by ~DownloaderContext(), and Downloader::swanSong().
|
private |
| CbcPointer<Downloader> DownloaderContext::downloader |
Definition at line 36 of file Downloader.cc.
Referenced by downloaderRecipient().
| ClientHttpRequest* DownloaderContext::http |
Definition at line 37 of file Downloader.cc.
Referenced by ~DownloaderContext(), and finished().
| char DownloaderContext::requestBuffer[HTTP_REQBUF_SZ] |
Definition at line 38 of file Downloader.cc.
Referenced by Downloader::buildRequest(), and Downloader::handleReply().