#include <request_p.h>
|
| static int | curlProgressCallback (void *clientp, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow) |
| |
| static size_t | writeCallback (char *ptr, size_t size, size_t nmemb, void *userdata) |
| |
Definition at line 15 of file request_p.h.
◆ NetworkRequestPrivate()
◆ ~NetworkRequestPrivate()
| zyppng::NetworkRequestPrivate::~NetworkRequestPrivate |
( |
| ) |
|
|
virtual |
◆ initialize()
| bool zyppng::NetworkRequestPrivate::initialize |
( |
std::string & |
errBuf | ) |
|
Force IPv4/v6
Connect timeout
Speed limits
Definition at line 58 of file request.cc.
◆ aboutToStart()
| void zyppng::NetworkRequestPrivate::aboutToStart |
( |
| ) |
|
◆ setResult()
◆ reset()
| void zyppng::NetworkRequestPrivate::reset |
( |
| ) |
|
◆ onActivityTimeout()
| void zyppng::NetworkRequestPrivate::onActivityTimeout |
( |
Timer & |
| ) |
|
◆ setCurlOption()
template<typename T >
| void zyppng::NetworkRequestPrivate::setCurlOption |
( |
CURLoption |
opt, |
|
|
T |
data |
|
) |
| |
|
inline |
◆ curlProgressCallback()
| int zyppng::NetworkRequestPrivate::curlProgressCallback |
( |
void * |
clientp, |
|
|
curl_off_t |
dltotal, |
|
|
curl_off_t |
dlnow, |
|
|
curl_off_t |
ultotal, |
|
|
curl_off_t |
ulnow |
|
) |
| |
|
static |
◆ writeCallback()
| size_t zyppng::NetworkRequestPrivate::writeCallback |
( |
char * |
ptr, |
|
|
size_t |
size, |
|
|
size_t |
nmemb, |
|
|
void * |
userdata |
|
) |
| |
|
static |
◆ _url
| Url zyppng::NetworkRequestPrivate::_url |
◆ _targetFile
◆ _settings
◆ _options
| NetworkRequest::Options zyppng::NetworkRequestPrivate::_options |
◆ _curlDebug
| long zyppng::NetworkRequestPrivate::_curlDebug = 0L |
◆ _lastRedirect
| std::string zyppng::NetworkRequestPrivate::_lastRedirect |
to log/report redirections
Definition at line 44 of file request_p.h.
◆ _currentCookieFile
| std::string zyppng::NetworkRequestPrivate::_currentCookieFile = "/var/lib/YaST2/cookies" |
◆ _start
| off_t zyppng::NetworkRequestPrivate::_start = -1 |
◆ _len
| off_t zyppng::NetworkRequestPrivate::_len = 0 |
◆ _downloaded
| off_t zyppng::NetworkRequestPrivate::_downloaded = -1 |
◆ _reportedSize
| off_t zyppng::NetworkRequestPrivate::_reportedSize = 0 |
◆ _expectRangeStatus
| bool zyppng::NetworkRequestPrivate::_expectRangeStatus = false |
◆ _fMode
◆ _priority
◆ _digest
| std::shared_ptr<zypp::Digest> zyppng::NetworkRequestPrivate::_digest |
◆ _expectedChecksum
| std::vector<unsigned char> zyppng::NetworkRequestPrivate::_expectedChecksum |
◆ _state
◆ _result
◆ _errorBuf
| std::array<char, CURL_ERROR_SIZE+1> zyppng::NetworkRequestPrivate::_errorBuf |
◆ _outFile
| FILE* zyppng::NetworkRequestPrivate::_outFile = nullptr |
◆ _easyHandle
| void* zyppng::NetworkRequestPrivate::_easyHandle = nullptr |
◆ _dispatcher
| NetworkRequestDispatcher* zyppng::NetworkRequestPrivate::_dispatcher = nullptr |
◆ _activityTimer
| Timer::Ptr zyppng::NetworkRequestPrivate::_activityTimer |
◆ _sigStarted
| signal<void ( NetworkRequest &req )> zyppng::NetworkRequestPrivate::_sigStarted |
◆ _sigProgress
| signal<void ( NetworkRequest &req, off_t dltotal, off_t dlnow, off_t ultotal, off_t ulnow )> zyppng::NetworkRequestPrivate::_sigProgress |
◆ _sigFinished
◆ _headers
| std::unique_ptr< curl_slist, decltype (&curl_slist_free_all) > zyppng::NetworkRequestPrivate::_headers |
The documentation for this class was generated from the following files: