libaria2cpp 0.2.0
Basic CPP library to connect to an ARIA2 daemon via the RPC interface.
Public Member Functions | List of all members
Options Class Reference

#include <globaloptions.h>

Public Member Functions

 Options (std::shared_ptr< StubClient > c, std::string secret)
 
bool setAllowOverwrite (bool value)
 
bool setAlwaysResume (bool value)
 
bool setAsyncDns (bool value)
 
bool setAutoFileRenaming (bool value)
 
bool setBtEnablelpd (bool value)
 
bool setBtForceEncryption (bool value)
 
bool setBtHashCheckSeed (bool value)
 
bool setBtLoadSavedMetadata (bool value)
 
bool setBtMetadataOnly (bool value)
 
bool setBtRequireCrypto (bool value)
 
bool setBtSaveMetadata (bool value)
 
bool setBtSeedUnverified (bool value)
 
bool setBtDetachSeedOnly (bool value)
 
bool setBtEnableHookAfterHashCheck (bool value)
 
bool setCheckCertificate (bool value)
 
bool setCheckIntegrity (bool value)
 
bool setConditionalGet (bool value)
 
bool setCont (bool value)
 
bool setContentDispositionDefaultUtf8 (bool value)
 
bool setDaemon (bool value)
 
bool setDeferredInput (bool value)
 
bool setDisableIpv6 (bool value)
 
bool setEnableColor (bool value)
 
bool setEnableDht6 (bool value)
 
bool setEnableDht (bool value)
 
bool setEnableHttpKeepAlive (bool value)
 
bool setEnableHttpPipelining (bool value)
 
bool setEnableMmap (bool value)
 
bool setEnablePeerExchange (bool value)
 
bool setEnableRpc (bool value)
 
bool setFollowMetalink (bool value)
 
bool setFollowTorrent (bool value)
 
bool setFtpPasv (bool value)
 
bool setFtpReuseConnection (bool value)
 
bool setHashCheckOnly (bool value)
 
bool setHttpAcceptGzip (bool value)
 
bool setHttpAuthChallenge (bool value)
 
bool setHttpNoCache (bool value)
 
bool setHumanReadable (bool value)
 
bool setKeepUnfinishedDownloadResult (bool value)
 
bool setMetalinkEnableUniqueProtocol (bool value)
 
bool setNoNetrc (bool value)
 
bool setOptimizeConcurrentDownloads (bool value)
 
bool setParameterizedUri (bool value)
 
bool setPauseMetadata (bool value)
 
bool setQuiet (bool value)
 
bool setRealtimeChunkChecksum (bool value)
 
bool setRemoteTime (bool value)
 
bool setRemoveControlFile (bool value)
 
bool setReuseUri (bool value)
 
bool setRpcAllowOriginAll (bool value)
 
bool setRpcListenAll (bool value)
 
bool setRpcSecure (bool value)
 
bool setSaveNotFound (bool value)
 
bool setShowConsoleReadout (bool value)
 
bool setShowFiles (bool value)
 
bool setStderr (bool value)
 
bool setTruncateConsoleReadout (bool value)
 
bool setUseHead (bool value)
 
bool setSeedRatio (float value)
 
bool setAutosaveInterval (int value)
 
bool setBtMaxOpenFiles (int value)
 
bool setBtMaxPeers (int value)
 
bool setBtRequestPeerSpeedLimit (int value)
 
bool setBtStopTimeout (int value)
 
bool setBtTrackerConnectTimeout (int value)
 
bool setBtTrackerInterval (int value)
 
bool setBtTrackerTimeout (int value)
 
bool setConnectTimeout (int value)
 
bool setDhtListenPort (int value)
 
bool setDhtMessageTimeout (int value)
 
bool setDscp (int value)
 
bool setListenPort (int value)
 
bool setLowestSpeedLimit (int value)
 
bool setMaxConcurrentDownloads (int value)
 
bool setMaxConnectionPerServer (int value)
 
bool setMaxDownloadResult (int value)
 
bool setMaxFileNotFound (int value)
 
bool setMaxOverallDownloadLimit (int value)
 
bool setMaxOverallUploadLimit (int value)
 
bool setMaxResumeFailureTries (int value)
 
bool setMaxTries (int value)
 
bool setMinTlsVersion (std::string value)
 
bool setNoConf (int value)
 
bool setRetryWait (int value)
 
bool setRlimitNofile (int value)
 
bool setRpcListenPort (int value)
 
bool setSaveSessionInterval (int value)
 
bool setServerStatTimeout (int value)
 
bool setSocketRecvBufferSize (int value)
 
bool setSplit (int value)
 
bool setStop (int value)
 
bool setSummaryInterval (int value)
 
bool setTimeout (int value)
 
bool setDiskCache (int value)
 
bool setMaxMmapLimit (int value)
 
bool setMinSplitSize (int value)
 
bool setNoFileAllocationLimit (int value)
 
bool setRpcMaxRequestSize (int value)
 
bool setBtEnableHookAfterHashCheck (std::string value)
 
bool setBtExternalIp (std::string value)
 
bool setCaCertificate (std::string value)
 
bool setConfPath (std::string value)
 
bool setDhtFilePath6 (std::string value)
 
bool setDhtFilePath (std::string value)
 
bool setDir (std::string value)
 
bool setHelp (std::string value)
 
bool setNetrcPath (std::string value)
 
bool setOnDownloadComplete (std::string value)
 
bool setPeerAgent (std::string value)
 
bool setPeerIdPrefix (std::string value)
 
bool setSaveSession (std::string value)
 
bool setSeedTime (int value)
 
bool setUserAgent (std::string value)
 
bool setFtpUser (std::string value)
 
bool setFtpPasswd (std::string value)
 
bool setFtpProxy (std::string value)
 
bool setFtpProxyPasswd (std::string value)
 
bool setFtpProxyUser (std::string value)
 
bool setHttpUser (std::string value)
 
bool setHttpPasswd (std::string value)
 
bool setHttpProxy (std::string value)
 
bool setHttpProxyPasswd (std::string value)
 
bool setHttpProxyUser (std::string value)
 
bool setHttpsProxy (std::string value)
 
bool setHttpsProxyPasswd (std::string value)
 
bool setHttpsProxyUser (std::string value)
 
bool setBtMinCryptoLevel (CryptoLevel value)
 
bool setDownloadResult (DownloadResultFormat value)
 
bool setEventPoll (EventPoll value)
 
bool setFtpType (FTPType value)
 
bool setFileAllocation (FileAllocation value)
 
bool setConsoleLogLevel (LogLevel value)
 
bool setLogLevel (LogLevel value)
 
bool setMetalinkPreferredProtocol (MetalinkProtocol value)
 
bool setStreamPieceSelector (PieceSelectionAlgorithm value)
 
bool setProxyMethod (ProxyMethod value)
 
bool setUriSelector (URISelector value)
 
bool setDryRun (bool value)
 
bool setPieceLength (int value)
 
bool setRpcSaveUploadMetadata (bool value)
 
bool setBtRemoveUnselectedFile (bool value)
 
bool setForceSave (bool value)
 
bool setMaxDownloadLimit (int value)
 
bool setMaxUploadLimit (int value)
 
bool setBtTracker (stringList URI)
 
bool getAllowOverwrite ()
 
bool getAlwaysResume ()
 
bool getAsyncDns ()
 
bool getAutoFileRenaming ()
 
bool getBtEnablelpd ()
 
bool getBtEnableHookAfterHashCheck ()
 
bool getBtForceEncryption ()
 
bool getBtHashCheckSeed ()
 
bool getBtLoadSavedMetadata ()
 
bool getBtMetadataOnly ()
 
bool getBtRequireCrypto ()
 
bool getBtSaveMetadata ()
 
bool getBtSeedUnverified ()
 
bool getBtDetachSeedOnly ()
 
bool getCheckCertificate ()
 
bool getCheckIntegrity ()
 
bool getConditionalGet ()
 
bool getCont ()
 
bool getContentDispositionDefaultUtf8 ()
 
bool getDaemon ()
 
bool getDeferredInput ()
 
bool getDisableIpv6 ()
 
bool getEnableColor ()
 
bool getEnableDht6 ()
 
bool getEnableDht ()
 
bool getEnableHttpKeepAlive ()
 
bool getEnableHttpPipelining ()
 
bool getEnableMmap ()
 
bool getEnablePeerExchange ()
 
bool getEnableRpc ()
 
bool getFollowMetalink ()
 
bool getFollowTorrent ()
 
bool getFtpPasv ()
 
bool getFtpReuseConnection ()
 
bool getHashCheckOnly ()
 
bool getHttpAcceptGzip ()
 
bool getHttpAuthChallenge ()
 
bool getHttpNoCache ()
 
bool getHumanReadable ()
 
bool getKeepUnfinishedDownloadResult ()
 
bool getMetalinkEnableUniqueProtocol ()
 
bool getNoNetrc ()
 
bool getOptimizeConcurrentDownloads ()
 
bool getParameterizedUri ()
 
bool getPauseMetadata ()
 
bool getQuiet ()
 
bool getRealtimeChunkChecksum ()
 
bool getRemoteTime ()
 
bool getRemoveControlFile ()
 
bool getReuseUri ()
 
bool getRpcAllowOriginAll ()
 
bool getRpcListenAll ()
 
bool getRpcSecure ()
 
bool getSaveNotFound ()
 
bool getShowConsoleReadout ()
 
bool getShowFiles ()
 
bool getStderr ()
 
bool getTruncateConsoleReadout ()
 
bool getUseHead ()
 
bool getBtRemoveUnselectedFile ()
 
bool getDryRun ()
 
bool getForceSave ()
 
bool getRpcSaveUploadMetadata ()
 
int getBtMaxPeers ()
 
int getBtRequestPeerSpeedLimit ()
 
int getMaxDownloadLimit ()
 
int getMaxUploadLimit ()
 
size_t getPieceLength ()
 
float getSeedRatio ()
 
int getAutosaveInterval ()
 
int getBtMaxOpenFiles ()
 
int getBtStopTimeout ()
 
int getBtTrackerConnectTimeout ()
 
int getBtTrackerInterval ()
 
int getBtTrackerTimeout ()
 
int getConnectTimeout ()
 
int getDhtListenPort ()
 
int getDhtMessageTimeout ()
 
int getDscp ()
 
int getListenPort ()
 
int getLowestSpeedLimit ()
 
int getMaxConcurrentDownloads ()
 
int getMaxConnectionPerServer ()
 
int getMaxDownloadResult ()
 
int getMaxFileNotFound ()
 
int getMaxOverallDownloadLimit ()
 
int getMaxOverallUploadLimit ()
 
int getMaxResumeFailureTries ()
 
int getMaxTries ()
 
int getMinTlsVersion ()
 
int getNoConf ()
 
int getRetryWait ()
 
int getRlimitNofile ()
 
int getRpcListenPort ()
 
int getSeedTime ()
 
int getSaveSessionInterval ()
 
int getServerStatTimeout ()
 
int getSocketRecvBufferSize ()
 
int getSplit ()
 
int getStop ()
 
int getSummaryInterval ()
 
int getTimeout ()
 
size_t getDiskCache ()
 
size_t getMaxMmapLimit ()
 
size_t getMinSplitSize ()
 
size_t getNoFileAllocationLimit ()
 
size_t getRpcMaxRequestSize ()
 
std::string getFtpUser ()
 
std::string getFtpPasswd ()
 
std::string getFtpProxy ()
 
std::string getFtpProxyPasswd ()
 
std::string getFtpProxyUser ()
 
std::string getHttpUser ()
 
std::string getHttpPasswd ()
 
std::string getHttpProxy ()
 
std::string getHttpProxyPasswd ()
 
std::string getHttpProxyUser ()
 
std::string getHttpsProxy ()
 
std::string getHttpsProxyPasswd ()
 
std::string getHttpsProxyUser ()
 
std::string getBtExternalIp ()
 
std::string getCaCertificate ()
 
std::string getConfPath ()
 
std::string getDhtFilePath6 ()
 
std::string getDhtFilePath ()
 
std::string getDir ()
 
std::string getHelp ()
 
std::string getNetrcPath ()
 
std::string getOnDownloadComplete ()
 
std::string getPeerAgent ()
 
std::string getPeerIdPrefix ()
 
std::string getSaveSession ()
 
std::string getUserAgent ()
 
CryptoLevel getBtMinCryptoLevel ()
 
DownloadResultFormat getDownloadResult ()
 
EventPoll getEventPoll ()
 
FTPType getFtpType ()
 
FileAllocation getFileAllocation ()
 
LogLevel getConsoleLogLevel ()
 
LogLevel getLogLevel ()
 
MetalinkProtocol getMetalinkPreferredProtocol ()
 
PieceSelectionAlgorithm getStreamPieceSelector ()
 
ProxyMethod getProxyMethod ()
 
URISelector getUriSelector ()
 
stringList getBtTracker ()
 

Detailed Description

This class is used to set and get all global options for Aria2. Retrieve an instance of this class using Aria2CPP::getGlobalOption() and use it to configure Aria2CPP on the fly. Unlike Aria2CPP, Download and File, this class will always returns current information.

Member Function Documentation

◆ getAllowOverwrite()

bool Options::getAllowOverwrite ( )
Returns
allow-overwrite
Exceptions
Aria2CPPException.

◆ getAlwaysResume()

bool Options::getAlwaysResume ( )
Returns
always-resume
Exceptions
Aria2CPPException.

◆ getAsyncDns()

bool Options::getAsyncDns ( )
Returns
async-dns
Exceptions
Aria2CPPException.

◆ getAutoFileRenaming()

bool Options::getAutoFileRenaming ( )
Returns
auto-file-renaming
Exceptions
Aria2CPPException.

◆ getAutosaveInterval()

int Options::getAutosaveInterval ( )
Returns
autosave-interval
Exceptions
Aria2CPPException.

◆ getBtDetachSeedOnly()

bool Options::getBtDetachSeedOnly ( )
Returns
bt-detach-seed-only
Exceptions
Aria2CPPException.

◆ getBtEnableHookAfterHashCheck()

bool Options::getBtEnableHookAfterHashCheck ( )
Returns
bt-enable-hook-after-hash-check
Exceptions
Aria2CPPException.

◆ getBtEnablelpd()

bool Options::getBtEnablelpd ( )
Returns
bt-Enable-lpd
Exceptions
Aria2CPPException.

◆ getBtExternalIp()

std::string Options::getBtExternalIp ( )
Returns
bt-external-ip
Exceptions
Aria2CPPException.

◆ getBtForceEncryption()

bool Options::getBtForceEncryption ( )
Returns
bt-force-encryption
Exceptions
Aria2CPPException.

◆ getBtHashCheckSeed()

bool Options::getBtHashCheckSeed ( )
Returns
bt-hash-check-seed
Exceptions
Aria2CPPException.

◆ getBtLoadSavedMetadata()

bool Options::getBtLoadSavedMetadata ( )
Returns
bt-load-saved-metadata
Exceptions
Aria2CPPException.

◆ getBtMaxOpenFiles()

int Options::getBtMaxOpenFiles ( )
Returns
bt-max-open-files
Exceptions
Aria2CPPException.

◆ getBtMaxPeers()

int Options::getBtMaxPeers ( )
Returns
bt-max-peers
Exceptions
Aria2CPPException.

◆ getBtMetadataOnly()

bool Options::getBtMetadataOnly ( )
Returns
bt-metadata-only
Exceptions
Aria2CPPException.

◆ getBtMinCryptoLevel()

CryptoLevel Options::getBtMinCryptoLevel ( )

Get CryptoLevel.

Returns
CryptoLevel
Exceptions
Aria2CPPException.

◆ getBtRemoveUnselectedFile()

bool Options::getBtRemoveUnselectedFile ( )
Returns
bt-remove-unselected-file
Exceptions
Aria2CPPException.

◆ getBtRequestPeerSpeedLimit()

int Options::getBtRequestPeerSpeedLimit ( )
Returns
bt-request-peer-speed-limit
Exceptions
Aria2CPPException.

◆ getBtRequireCrypto()

bool Options::getBtRequireCrypto ( )
Returns
bt-require-crypto
Exceptions
Aria2CPPException.

◆ getBtSaveMetadata()

bool Options::getBtSaveMetadata ( )
Returns
bt-save-metadata
Exceptions
Aria2CPPException.

◆ getBtSeedUnverified()

bool Options::getBtSeedUnverified ( )
Returns
bt-seed-unverified
Exceptions
Aria2CPPException.

◆ getBtStopTimeout()

int Options::getBtStopTimeout ( )
Returns
bt-stop-timeout
Exceptions
Aria2CPPException.

◆ getBtTracker()

stringList Options::getBtTracker ( )

Get Bt Tracker.

Returns
URI List of addtional BitTorrent Trackers announce URI's
Exceptions
Aria2CPPException.

◆ getBtTrackerConnectTimeout()

int Options::getBtTrackerConnectTimeout ( )
Returns
bt-tracker-connect-timeout
Exceptions
Aria2CPPException.

◆ getBtTrackerInterval()

int Options::getBtTrackerInterval ( )
Returns
bt-tracker-interval
Exceptions
Aria2CPPException.

◆ getBtTrackerTimeout()

int Options::getBtTrackerTimeout ( )
Returns
bt-tracker-timeout
Exceptions
Aria2CPPException.

◆ getCaCertificate()

std::string Options::getCaCertificate ( )
Returns
ca-certificate
Exceptions
Aria2CPPException.

◆ getCheckCertificate()

bool Options::getCheckCertificate ( )
Returns
check-certificate
Exceptions
Aria2CPPException.

◆ getCheckIntegrity()

bool Options::getCheckIntegrity ( )
Returns
check-integrity
Exceptions
Aria2CPPException.

◆ getConditionalGet()

bool Options::getConditionalGet ( )
Returns
conditional-get
Exceptions
Aria2CPPException.

◆ getConfPath()

std::string Options::getConfPath ( )
Returns
conf-path
Exceptions
Aria2CPPException.

◆ getConnectTimeout()

int Options::getConnectTimeout ( )
Returns
connect-timeout
Exceptions
Aria2CPPException.

◆ getConsoleLogLevel()

LogLevel Options::getConsoleLogLevel ( )

Get LogLevel.

Returns
LogLevel
Exceptions
Aria2CPPException.

◆ getCont()

bool Options::getCont ( )
Returns
contintue
Exceptions
Aria2CPPException.

◆ getContentDispositionDefaultUtf8()

bool Options::getContentDispositionDefaultUtf8 ( )
Returns
content-disposition-default-utf8
Exceptions
Aria2CPPException.

◆ getDaemon()

bool Options::getDaemon ( )
Returns
daemon
Exceptions
Aria2CPPException.

◆ getDeferredInput()

bool Options::getDeferredInput ( )
Returns
deferred-input
Exceptions
Aria2CPPException.

◆ getDhtFilePath()

std::string Options::getDhtFilePath ( )
Returns
dht-file-path
Exceptions
Aria2CPPException.

◆ getDhtFilePath6()

std::string Options::getDhtFilePath6 ( )
Returns
dht-file-path6
Exceptions
Aria2CPPException.

◆ getDhtListenPort()

int Options::getDhtListenPort ( )
Returns
dht-listen-port
Exceptions
Aria2CPPException.

◆ getDhtMessageTimeout()

int Options::getDhtMessageTimeout ( )
Returns
dht-message-timeout
Exceptions
Aria2CPPException.

◆ getDir()

std::string Options::getDir ( )
Returns
dir
Exceptions
Aria2CPPException.

◆ getDisableIpv6()

bool Options::getDisableIpv6 ( )
Returns
disable-ipv6
Exceptions
Aria2CPPException.

◆ getDiskCache()

size_t Options::getDiskCache ( )
Returns
disk-cachedisable-ipv6
Exceptions
Aria2CPPException.

◆ getDownloadResult()

DownloadResultFormat Options::getDownloadResult ( )

Get DownloadResultFormat.

Returns
DownloadResultFormat
Exceptions
Aria2CPPException.

◆ getDryRun()

bool Options::getDryRun ( )
Returns
dry-run
Exceptions
Aria2CPPException.

◆ getDscp()

int Options::getDscp ( )
Returns
dscp
Exceptions
Aria2CPPException.

◆ getEnableColor()

bool Options::getEnableColor ( )
Returns
enable-color
Exceptions
Aria2CPPException.

◆ getEnableDht()

bool Options::getEnableDht ( )
Returns
enable-dht
Exceptions
Aria2CPPException.

◆ getEnableDht6()

bool Options::getEnableDht6 ( )
Returns
enable-dht6
Exceptions
Aria2CPPException.

◆ getEnableHttpKeepAlive()

bool Options::getEnableHttpKeepAlive ( )
Returns
enable-http-keep-alive
Exceptions
Aria2CPPException.

◆ getEnableHttpPipelining()

bool Options::getEnableHttpPipelining ( )
Returns
enable-http-pipelining
Exceptions
Aria2CPPException.

◆ getEnableMmap()

bool Options::getEnableMmap ( )
Returns
enable-mmap
Exceptions
Aria2CPPException.

◆ getEnablePeerExchange()

bool Options::getEnablePeerExchange ( )
Returns
enable-peer-exchange
Exceptions
Aria2CPPException.

◆ getEnableRpc()

bool Options::getEnableRpc ( )
Returns
enable-rpc
Exceptions
Aria2CPPException.

◆ getEventPoll()

EventPoll Options::getEventPoll ( )

Get EventPoll.

Returns
EventPoll
Exceptions
Aria2CPPException.

◆ getFileAllocation()

FileAllocation Options::getFileAllocation ( )

Get FileAllocation.

Returns
FileAllocation
Exceptions
Aria2CPPException.

◆ getFollowMetalink()

bool Options::getFollowMetalink ( )
Returns
follow-metalink
Exceptions
Aria2CPPException.

◆ getFollowTorrent()

bool Options::getFollowTorrent ( )
Returns
follow-torrent
Exceptions
Aria2CPPException.

◆ getForceSave()

bool Options::getForceSave ( )
Returns
force-save
Exceptions
Aria2CPPException.

◆ getFtpPasswd()

std::string Options::getFtpPasswd ( )
Returns
ftp-passwd
Exceptions
Aria2CPPException.

◆ getFtpPasv()

bool Options::getFtpPasv ( )
Returns
ftp-pasv
Exceptions
Aria2CPPException.

◆ getFtpProxy()

std::string Options::getFtpProxy ( )
Returns
ftp-proxy
Exceptions
Aria2CPPException.

◆ getFtpProxyPasswd()

std::string Options::getFtpProxyPasswd ( )
Returns
ftp-proxy-passwd
Exceptions
Aria2CPPException.

◆ getFtpProxyUser()

std::string Options::getFtpProxyUser ( )
Returns
ftp-proxy-user
Exceptions
Aria2CPPException.

◆ getFtpReuseConnection()

bool Options::getFtpReuseConnection ( )
Returns
ftp-reuse-connection
Exceptions
Aria2CPPException.

◆ getFtpType()

FTPType Options::getFtpType ( )

Get FTPType.

Returns
FTPType
Exceptions
Aria2CPPException.

◆ getFtpUser()

std::string Options::getFtpUser ( )
Returns
ftp-user
Exceptions
Aria2CPPException.

◆ getHashCheckOnly()

bool Options::getHashCheckOnly ( )
Returns
hash-check-only
Exceptions
Aria2CPPException.

◆ getHelp()

std::string Options::getHelp ( )
Returns
help
Exceptions
Aria2CPPException.

◆ getHttpAcceptGzip()

bool Options::getHttpAcceptGzip ( )
Returns
http-accept-gzip
Exceptions
Aria2CPPException.

◆ getHttpAuthChallenge()

bool Options::getHttpAuthChallenge ( )
Returns
http-auth-challenge
Exceptions
Aria2CPPException.

◆ getHttpNoCache()

bool Options::getHttpNoCache ( )
Returns
http-no-cache
Exceptions
Aria2CPPException.

◆ getHttpPasswd()

std::string Options::getHttpPasswd ( )
Returns
http-passwd
Exceptions
Aria2CPPException.

◆ getHttpProxy()

std::string Options::getHttpProxy ( )
Returns
http-proxy
Exceptions
Aria2CPPException.

◆ getHttpProxyPasswd()

std::string Options::getHttpProxyPasswd ( )
Returns
http-proxy-passwd
Exceptions
Aria2CPPException.

◆ getHttpProxyUser()

std::string Options::getHttpProxyUser ( )
Returns
http-proxy-user
Exceptions
Aria2CPPException.

◆ getHttpsProxy()

std::string Options::getHttpsProxy ( )
Returns
https-proxy
Exceptions
Aria2CPPException.

◆ getHttpsProxyPasswd()

std::string Options::getHttpsProxyPasswd ( )
Returns
https-proxy-passwd
Exceptions
Aria2CPPException.

◆ getHttpsProxyUser()

std::string Options::getHttpsProxyUser ( )
Returns
https-proxy-user
Exceptions
Aria2CPPException.

◆ getHttpUser()

std::string Options::getHttpUser ( )
Returns
http-user
Exceptions
Aria2CPPException.

◆ getHumanReadable()

bool Options::getHumanReadable ( )
Returns
human-readable
Exceptions
Aria2CPPException.

◆ getKeepUnfinishedDownloadResult()

bool Options::getKeepUnfinishedDownloadResult ( )
Returns
keep-unfinished-download-result
Exceptions
Aria2CPPException.

◆ getListenPort()

int Options::getListenPort ( )
Returns
listen-port
Exceptions
Aria2CPPException.

◆ getLogLevel()

LogLevel Options::getLogLevel ( )

Get the log level.

Returns
LogLevel
Exceptions
Aria2CPPException.

◆ getLowestSpeedLimit()

int Options::getLowestSpeedLimit ( )
Returns
lowest-speed-limit
Exceptions
Aria2CPPException.

◆ getMaxConcurrentDownloads()

int Options::getMaxConcurrentDownloads ( )
Returns
max-concurrent-downloads
Exceptions
Aria2CPPException.

◆ getMaxConnectionPerServer()

int Options::getMaxConnectionPerServer ( )
Returns
max-connection-per-server
Exceptions
Aria2CPPException.

◆ getMaxDownloadLimit()

int Options::getMaxDownloadLimit ( )
Returns
max-download-limit
Exceptions
Aria2CPPException.

◆ getMaxDownloadResult()

int Options::getMaxDownloadResult ( )
Returns
max-download-result
Exceptions
Aria2CPPException.

◆ getMaxFileNotFound()

int Options::getMaxFileNotFound ( )
Returns
max-file-not-found
Exceptions
Aria2CPPException.

◆ getMaxMmapLimit()

size_t Options::getMaxMmapLimit ( )
Returns
max-mmap-limit
Exceptions
Aria2CPPException.

◆ getMaxOverallDownloadLimit()

int Options::getMaxOverallDownloadLimit ( )
Returns
max-overall-download-limit
Exceptions
Aria2CPPException.

◆ getMaxOverallUploadLimit()

int Options::getMaxOverallUploadLimit ( )
Returns
max-overall-upload-limit
Exceptions
Aria2CPPException.

◆ getMaxResumeFailureTries()

int Options::getMaxResumeFailureTries ( )
Returns
max-resume-failure-tries
Exceptions
Aria2CPPException.

◆ getMaxTries()

int Options::getMaxTries ( )
Returns
max-tries
Exceptions
Aria2CPPException.

◆ getMaxUploadLimit()

int Options::getMaxUploadLimit ( )
Returns
max-upload-limit
Exceptions
Aria2CPPException.

◆ getMetalinkEnableUniqueProtocol()

bool Options::getMetalinkEnableUniqueProtocol ( )
Returns
metalink-enable-unique-protocol
Exceptions
Aria2CPPException.

◆ getMetalinkPreferredProtocol()

MetalinkProtocol Options::getMetalinkPreferredProtocol ( )

Get MetalinkProtocol.

Returns
MetalinkProtocol
Exceptions
Aria2CPPException.

◆ getMinSplitSize()

size_t Options::getMinSplitSize ( )
Returns
min-split-size
Exceptions
Aria2CPPException.

◆ getMinTlsVersion()

int Options::getMinTlsVersion ( )
Returns
min-tls-version
Exceptions
Aria2CPPException.

◆ getNetrcPath()

std::string Options::getNetrcPath ( )
Returns
netrc-path
Exceptions
Aria2CPPException.

◆ getNoConf()

int Options::getNoConf ( )
Returns
no-conf
Exceptions
Aria2CPPException.

◆ getNoFileAllocationLimit()

size_t Options::getNoFileAllocationLimit ( )
Returns
no-file-allocation-limit
Exceptions
Aria2CPPException.

◆ getNoNetrc()

bool Options::getNoNetrc ( )
Returns
no-netrc
Exceptions
Aria2CPPException.

◆ getOnDownloadComplete()

std::string Options::getOnDownloadComplete ( )
Returns
on-download-complete
Exceptions
Aria2CPPException.

◆ getOptimizeConcurrentDownloads()

bool Options::getOptimizeConcurrentDownloads ( )
Returns
optimize-concurrent-downloads
Exceptions
Aria2CPPException.

◆ getParameterizedUri()

bool Options::getParameterizedUri ( )
Returns
parameterized-uri
Exceptions
Aria2CPPException.

◆ getPauseMetadata()

bool Options::getPauseMetadata ( )
Returns
pause-metadata
Exceptions
Aria2CPPException.

◆ getPeerAgent()

std::string Options::getPeerAgent ( )
Returns
peer-agent
Exceptions
Aria2CPPException.

◆ getPeerIdPrefix()

std::string Options::getPeerIdPrefix ( )
Returns
peer-id-prefix
Exceptions
Aria2CPPException.

◆ getPieceLength()

size_t Options::getPieceLength ( )
Returns
piece-length
Exceptions
Aria2CPPException.

◆ getProxyMethod()

ProxyMethod Options::getProxyMethod ( )

Get ProxyMethod.

Returns
ProxyMethod
Exceptions
Aria2CPPException.

◆ getQuiet()

bool Options::getQuiet ( )
Returns
quiet
Exceptions
Aria2CPPException.

◆ getRealtimeChunkChecksum()

bool Options::getRealtimeChunkChecksum ( )
Returns
realtime-chunk-checksum
Exceptions
Aria2CPPException.

◆ getRemoteTime()

bool Options::getRemoteTime ( )
Returns
remote-time
Exceptions
Aria2CPPException.

◆ getRemoveControlFile()

bool Options::getRemoveControlFile ( )
Returns
remove-control-file
Exceptions
Aria2CPPException.

◆ getRetryWait()

int Options::getRetryWait ( )
Returns
retry-wait
Exceptions
Aria2CPPException.

◆ getReuseUri()

bool Options::getReuseUri ( )
Returns
reuse-uri
Exceptions
Aria2CPPException.

◆ getRlimitNofile()

int Options::getRlimitNofile ( )
Returns
rlimit-nofile
Exceptions
Aria2CPPException.

◆ getRpcAllowOriginAll()

bool Options::getRpcAllowOriginAll ( )
Returns
rpc-allow-origin-all
Exceptions
Aria2CPPException.

◆ getRpcListenAll()

bool Options::getRpcListenAll ( )
Returns
rpc-listen-all
Exceptions
Aria2CPPException.

◆ getRpcListenPort()

int Options::getRpcListenPort ( )
Returns
rpc-listen-port
Exceptions
Aria2CPPException.

◆ getRpcMaxRequestSize()

size_t Options::getRpcMaxRequestSize ( )
Returns
rpc-max-request-size
Exceptions
Aria2CPPException.

◆ getRpcSaveUploadMetadata()

bool Options::getRpcSaveUploadMetadata ( )
Returns
rpc-save-upload-metadata
Exceptions
Aria2CPPException.

◆ getRpcSecure()

bool Options::getRpcSecure ( )
Returns
rpc-secure
Exceptions
Aria2CPPException.

◆ getSaveNotFound()

bool Options::getSaveNotFound ( )
Returns
save-not-found
Exceptions
Aria2CPPException.

◆ getSaveSession()

std::string Options::getSaveSession ( )
Returns
save-session
Exceptions
Aria2CPPException.

◆ getSaveSessionInterval()

int Options::getSaveSessionInterval ( )
Returns
save-session-interval
Exceptions
Aria2CPPException.

◆ getSeedRatio()

float Options::getSeedRatio ( )
Returns
seed-ratio
Exceptions
Aria2CPPException.

◆ getSeedTime()

int Options::getSeedTime ( )
Returns
seed-time
Exceptions
Aria2CPPException.

◆ getServerStatTimeout()

int Options::getServerStatTimeout ( )
Returns
server-stat-timeout
Exceptions
Aria2CPPException.

◆ getShowConsoleReadout()

bool Options::getShowConsoleReadout ( )
Returns
show-console-readout
Exceptions
Aria2CPPException.

◆ getShowFiles()

bool Options::getShowFiles ( )
Returns
show-files
Exceptions
Aria2CPPException.

◆ getSocketRecvBufferSize()

int Options::getSocketRecvBufferSize ( )
Returns
socket-recv-buffer-size
Exceptions
Aria2CPPException.

◆ getSplit()

int Options::getSplit ( )
Returns
split
Exceptions
Aria2CPPException.

◆ getStderr()

bool Options::getStderr ( )
Returns
stderr
Exceptions
Aria2CPPException.

◆ getStop()

int Options::getStop ( )
Returns
stop
Exceptions
Aria2CPPException.

◆ getStreamPieceSelector()

PieceSelectionAlgorithm Options::getStreamPieceSelector ( )

Get PieceSelectionAlgorithm.

Returns
PieceSelectionAlgorithm
Exceptions
Aria2CPPException.

◆ getSummaryInterval()

int Options::getSummaryInterval ( )
Returns
summary-interval
Exceptions
Aria2CPPException.

◆ getTimeout()

int Options::getTimeout ( )
Returns
timeout
Exceptions
Aria2CPPException.

◆ getTruncateConsoleReadout()

bool Options::getTruncateConsoleReadout ( )
Returns
truncate-console-readout
Exceptions
Aria2CPPException.

◆ getUriSelector()

URISelector Options::getUriSelector ( )

Get URISelector.

Returns
URISelector
Exceptions
Aria2CPPException.

◆ getUseHead()

bool Options::getUseHead ( )
Returns
use-head
Exceptions
Aria2CPPException.

◆ getUserAgent()

std::string Options::getUserAgent ( )
Returns
user-agent
Exceptions
Aria2CPPException.

◆ setAllowOverwrite()

bool Options::setAllowOverwrite ( bool  value)

Restart download from scratch if the corresponding control file doesn't exist.

Exceptions
Aria2CPPException.

◆ setAlwaysResume()

bool Options::setAlwaysResume ( bool  value)

Always resume download. If true is given, aria2 always tries to resume download and if resume is not possible, aborts download. If false is given, when all given URIs do not support resume or aria2 encounters N URIs which does not support resume (N is the value specified using –max-resume-failure-tries option), aria2 downloads file from scratch.

Exceptions
Aria2CPPException.

◆ setAsyncDns()

bool Options::setAsyncDns ( bool  value)

Enable asynchronous DN

Exceptions
Aria2CPPException.

◆ setAutoFileRenaming()

bool Options::setAutoFileRenaming ( bool  value)

Rename file name if the same file already exists. This option works only in HTTP(S)/FTP download. The new file name has a dot and a number(1..9999) appended after the name, but before the file extension, if any.

Exceptions
Aria2CPPException.

◆ setAutosaveInterval()

bool Options::setAutosaveInterval ( int  value)

Save a control file(*.aria2) every SEC seconds. If 0 is given, a control file is not saved during download. aria2 saves a control file when it stops regardless of the value. The possible values are between 0 to 600.

Exceptions
Aria2CPPException.

◆ setBtDetachSeedOnly()

bool Options::setBtDetachSeedOnly ( bool  value)

Exclude seed only downloads when counting concurrent active downloads.

Exceptions
Aria2CPPException.

◆ setBtEnableHookAfterHashCheck() [1/2]

bool Options::setBtEnableHookAfterHashCheck ( bool  value)

Allow hook command invocation after hash check in BitTorrent download. By default, when hash check succeeds, the command given by –on-bt-download-complete is executed. To disable this action, give false to this option.

Exceptions
Aria2CPPException.

◆ setBtEnableHookAfterHashCheck() [2/2]

bool Options::setBtEnableHookAfterHashCheck ( std::string  value)

Allow hook command invocation after hash check (see -V option) in BitTorrent download. By default, when hash check succeeds, the command given by –on-bt-download-complete is executed. To disable this action, give false to this option

Exceptions
Aria2CPPException.

◆ setBtEnablelpd()

bool Options::setBtEnablelpd ( bool  value)

Enable Local Peer Discovery. If a private flag is set in a torrent, aria2 doesn't use this feature for that download even if true is given.

Exceptions
Aria2CPPException.

◆ setBtExternalIp()

bool Options::setBtExternalIp ( std::string  value)

Specify the external IP address to use in BitTorrent download and DHT. It may be sent to BitTorrent tracker. For DHT, this option should be set to report that local node is downloading a particular torrent. This is critical to use DHT in a private network. Although this function is named external, it can accept any kind of IP addresses.

Exceptions
Aria2CPPException.

◆ setBtForceEncryption()

bool Options::setBtForceEncryption ( bool  value)

Requires BitTorrent message payload encryption with arc4. This is a shorthand of –bt-require-crypto –bt-min-crypto-level=arc4. This option does not change the option value of those options. If true is given, deny legacy BitTorrent handshake and only use Obfuscation handshake and always encrypt message payload.

Exceptions
Aria2CPPException.

◆ setBtHashCheckSeed()

bool Options::setBtHashCheckSeed ( bool  value)

If true is given, after hash check using –checkintegrity option and file is complete, continue to seed file. If you want to check file and download it only when it is damaged or incomplete, set this option to false. This option has effect only on BitTorrent download.

Exceptions
Aria2CPPException.

◆ setBtLoadSavedMetadata()

bool Options::setBtLoadSavedMetadata ( bool  value)

Before getting torrent metadata from DHT when downloading with magnet link, first try to read file saved by –bt-save-metadata option. If it is successful, then skip downloading metadata from DHT.

Exceptions
Aria2CPPException.

◆ setBtMaxOpenFiles()

bool Options::setBtMaxOpenFiles ( int  value)

Specify maximum number of files to open in multi-file BitTorrent/Metalink download globally.

Exceptions
Aria2CPPException.

◆ setBtMaxPeers()

bool Options::setBtMaxPeers ( int  value)

Specify the maximum number of peers per torrent. 0 means unlimited. See also –bt-request-peer-speed-limit option.

Exceptions
Aria2CPPException.

◆ setBtMetadataOnly()

bool Options::setBtMetadataOnly ( bool  value)

Download meta data only. The file(s) described in metadata will not be downloaded. This option has effect only when BitTorrent Magnet URI is used. See also –bt-save-metadata option.

Exceptions
Aria2CPPException.

◆ setBtMinCryptoLevel()

bool Options::setBtMinCryptoLevel ( CryptoLevel  value)

Set minimum level of encryption method. If several encryption methods are provided by a peer, aria2 chooses the lowest one which satisfies the given level.

Exceptions
Aria2CPPException.

◆ setBtRemoveUnselectedFile()

bool Options::setBtRemoveUnselectedFile ( bool  value)

Removes the unselected files when download is completed in BitTorrent. To select files, use –select-file option. If it is not used, all files are assumed to be selected. Please use this option with care because it will actually remove files from your disk.

Exceptions
Aria2CPPException.

◆ setBtRequestPeerSpeedLimit()

bool Options::setBtRequestPeerSpeedLimit ( int  value)

If the whole download speed of every torrent is lower than SPEED, aria2 temporarily increases the number of peers to try for more download speed. Configuring this option with your preferred download speed can increase your download speed in some cases.

Exceptions
Aria2CPPException.

◆ setBtRequireCrypto()

bool Options::setBtRequireCrypto ( bool  value)

If true is given, aria2 doesn't accept and establish connection with legacy BitTorrent handshake(\19BitTorrent protocol). Thus aria2 always uses Obfuscation handshake.

Exceptions
Aria2CPPException.

◆ setBtSaveMetadata()

bool Options::setBtSaveMetadata ( bool  value)

Save meta data as ".torrent" file. This option has effect only when BitTorrent Magnet URI is used. The file name is hex encoded info hash with suffix ".torrent". The directory to be saved is the same directory where download file is saved. If the same file already exists, meta data is not saved. See also –bt-metadata-only option.

Exceptions
Aria2CPPException.

◆ setBtSeedUnverified()

bool Options::setBtSeedUnverified ( bool  value)

Seed previously downloaded files without verifying piece hashes.

Exceptions
Aria2CPPException.

◆ setBtStopTimeout()

bool Options::setBtStopTimeout ( int  value)

Stop BitTorrent download if download speed is 0 in consecutive SEC seconds. If 0 is given, this feature is disabled.

Exceptions
Aria2CPPException.

◆ setBtTracker()

bool Options::setBtTracker ( stringList  URI)

StringList of additional BitTorrent tracker's announce URI. These URIs are not affected by –bt-exclude-tracker option because they are added after URIs in –bt-exclude-tracker option are removed.

Exceptions
Aria2CPPException.

◆ setBtTrackerConnectTimeout()

bool Options::setBtTrackerConnectTimeout ( int  value)

Set the connect timeout in seconds to establish connection to tracker. After the connection is established, this option makes no effect and –bt-tracker-timeout option is used instead.

Exceptions
Aria2CPPException.

◆ setBtTrackerInterval()

bool Options::setBtTrackerInterval ( int  value)

Set the interval in seconds between tracker requests. This completely overrides interval value and aria2 just uses this value and ignores the min interval and interval value in the response of tracker. If 0 is set, aria2 determines interval based on the response of tracker and the download progress.

Exceptions
Aria2CPPException.

◆ setBtTrackerTimeout()

bool Options::setBtTrackerTimeout ( int  value)

Set timeout in seconds.

Exceptions
Aria2CPPException.

◆ setCaCertificate()

bool Options::setCaCertificate ( std::string  value)

Use the certificate authorities in FILE to verify the peers. The certificate file must be in PEM format and can contain multiple CA certificates. Use –check-certificate option to enable verification.

Exceptions
Aria2CPPException.

◆ setCheckCertificate()

bool Options::setCheckCertificate ( bool  value)

Verify the peer using certificates specified in –ca-certificate option.

Exceptions
Aria2CPPException.

◆ setCheckIntegrity()

bool Options::setCheckIntegrity ( bool  value)

Check file integrity by validating piece hashes or a hash of entire file. This option has effect only in BitTorrent, Metalink downloads with checksums or HTTP(S)/FTP downloads with –checksum option. If piece hashes are provided, this option can detect damaged portions of a file and re-download them. If a hash of entire file is provided, hash check is only done when file has been already download. This is determined by file length. If hash check fails, file is re-downloaded from scratch. If both piece hashes and a hash of entire file are provided, only piece hashes are used.

Exceptions
Aria2CPPException.

◆ setConditionalGet()

bool Options::setConditionalGet ( bool  value)

Download file only when the local file is older than remote file. This function only works with HTTP(S) downloads only. It does not work if file size is specified in Metalink. It also ignores Content-Disposition header. If a control file exists, this option will be ignored. This function uses If-Modified-Since header to get only newer file conditionally.

Exceptions
Aria2CPPException.

◆ setConfPath()

bool Options::setConfPath ( std::string  value)

Change the configuration file path to PATH.

Exceptions
Aria2CPPException.

◆ setConnectTimeout()

bool Options::setConnectTimeout ( int  value)

Set the connect timeout in seconds to establish connection to HTTP/FTP/proxy server. After the connection is established, this option makes no effect and –timeout option is used instead.

Exceptions
Aria2CPPException.

◆ setConsoleLogLevel()

bool Options::setConsoleLogLevel ( LogLevel  value)

Set log level to output to console. LEVEL is either LogLevel::debug, LogLevel::info, LogLevel::notice, LogLevel::warn or LogLevel::error.

Exceptions
Aria2CPPException.

◆ setCont()

bool Options::setCont ( bool  value)

Continue downloading a partially downloaded file. Use this option to resume a download started by a web browser or another program which downloads files sequentially from the beginning. Currently this option is only applicable to HTTP(S)/FTP downloads.

Exceptions
Aria2CPPException.

◆ setContentDispositionDefaultUtf8()

bool Options::setContentDispositionDefaultUtf8 ( bool  value)

Handle quoted string in Content-Disposition header as UTF-8 instead of ISO-8859-1, for example, the filename parameter, but not the extended version filename

Exceptions
Aria2CPPException.

◆ setDaemon()

bool Options::setDaemon ( bool  value)

Run as daemon. This shouldn't need to be modified.

Exceptions
Aria2CPPException.

◆ setDeferredInput()

bool Options::setDeferredInput ( bool  value)

If true is given, aria2 does not read all URIs and options from file specified by –input-file option at startup, but it reads one by one when it needs later. This may reduce memory usage if input file contains a lot of URIs to download. If false is given, aria2 reads all URIs and options at startup.

Exceptions
Aria2CPPException.

◆ setDhtFilePath()

bool Options::setDhtFilePath ( std::string  value)

Change the IPv4 DHT routing table file to PATH.

Exceptions
Aria2CPPException.

◆ setDhtFilePath6()

bool Options::setDhtFilePath6 ( std::string  value)

Change the IPv6 DHT routing table file to PATH.

Exceptions
Aria2CPPException.

◆ setDhtListenPort()

bool Options::setDhtListenPort ( int  value)

Set UDP listening port used by DHT(IPv4, IPv6) and UDP tracker.

Exceptions
Aria2CPPException.

◆ setDhtMessageTimeout()

bool Options::setDhtMessageTimeout ( int  value)

Set timeout in seconds.

Exceptions
Aria2CPPException.

◆ setDir()

bool Options::setDir ( std::string  value)

The directory to store the downloaded files.

Exceptions
Aria2CPPException.

◆ setDisableIpv6()

bool Options::setDisableIpv6 ( bool  value)

Disable IPv6. This is useful if you have to use broken DNS and want to avoid terribly slow AAAA record lookup.

Exceptions
Aria2CPPException.

◆ setDiskCache()

bool Options::setDiskCache ( int  value)

Enable disk cache. If SIZE is 0, the disk cache is disabled. This feature caches the downloaded data in memory, which grows to at most SIZE bytes. The cache storage is created for aria2 instance and shared by all downloads. The one advantage of the disk cache is reduce the disk I/O because the data are written in larger unit and it is reordered by the offset of the file. If hash checking is involved and the data are cached in memory, we don't need to read them from the disk.

Exceptions
Aria2CPPException.

◆ setDownloadResult()

bool Options::setDownloadResult ( DownloadResultFormat  value)

This option changes the way Download Results is formatted. If value is DownloadResultFormat::dfault, print GID, status, average download speed and path/URI. If multiple files are involved, path/URI of first requested file is printed and remaining ones are omitted. If value is DownloadResultFormat::full, print GID, status, average download speed, percentage of progress and path/URI. The percentage of progress and path/URI are printed for each requested file in each row.

Exceptions
Aria2CPPException.

◆ setDryRun()

bool Options::setDryRun ( bool  value)

If true is given, aria2 just checks whether the remote file is available and doesn't download data. This option has effect on HTTP/FTP download. BitTorrent downloads are canceled if true is specified.

Exceptions
Aria2CPPException.

◆ setDscp()

bool Options::setDscp ( int  value)

Set DSCP value in outgoing IP packets of BitTorrent traffic for QoS. This parameter sets only DSCP bits in TOS field of IP packets, not the whole field. If you take values from /usr/include/netinet/ip.h divide them by 4 (otherwise values would be incorrect, e.g. your CS1 class would turn into CS4). If you take commonly used values from RFC, network vendors' documentation, Wikipedia or any other source, use them as they are.

Exceptions
Aria2CPPException.

◆ setEnableColor()

bool Options::setEnableColor ( bool  value)

Enable color output for a terminal.

Exceptions
Aria2CPPException.

◆ setEnableDht()

bool Options::setEnableDht ( bool  value)

Enable IPv4 DHT functionality. It also enables UDP tracker support. If a private flag is set in a torrent, aria2 doesn't use DHT for that download even if true is given.

Exceptions
Aria2CPPException.

◆ setEnableDht6()

bool Options::setEnableDht6 ( bool  value)

Enable IPv6 DHT functionality. If a private flag is set in a torrent, aria2 doesn't use DHT for that download even if true is given. Use –dht-listen-port option to specify port number to listen on. See also –dht-listen-addr6 option.

Exceptions
Aria2CPPException.

◆ setEnableHttpKeepAlive()

bool Options::setEnableHttpKeepAlive ( bool  value)

Enable HTTP/1.1 persistent connection.

Exceptions
Aria2CPPException.

◆ setEnableHttpPipelining()

bool Options::setEnableHttpPipelining ( bool  value)

Enable HTTP/1.1 pipelining.

Exceptions
Aria2CPPException.

◆ setEnableMmap()

bool Options::setEnableMmap ( bool  value)

Map files into memory. This option may not work if the file space is not pre-allocated. See –file-allocation.

Exceptions
Aria2CPPException.

◆ setEnablePeerExchange()

bool Options::setEnablePeerExchange ( bool  value)

Enable Peer Exchange extension. If a private flag is set in a torrent, this feature is disabled for that download even if true is given.

Exceptions
Aria2CPPException.

◆ setEnableRpc()

bool Options::setEnableRpc ( bool  value)

Enable JSON-RPC/XML-RPC server. It is strongly recommended to set secret authorization token using –rpc-secret option.

Exceptions
Aria2CPPException.

◆ setEventPoll()

bool Options::setEventPoll ( EventPoll  value)

Specify the method for polling events. The possible values are EventPoll::epoll, EventPoll::kqueue, EventPoll::port, EventPoll::poll and EventPoll::select. For each EventPoll::epoll, EventPoll::kqueue, EventPoll::port and EventPoll::poll, it is available if system supports it. EventPoll::epoll is available on recent Linux. EventPoll::kqueue is available on various *BSD systems including Mac OS X. EventPoll::port is available on Open Solaris. The default value may vary depending on the system you use.

Exceptions
Aria2CPPException.

◆ setFileAllocation()

bool Options::setFileAllocation ( FileAllocation  value)

Specify file allocation method. FileAllocation::none doesn't pre-allocate file space. FileAllocation::prealloc pre-allocates file space before download begins. This may take some time depending on the size of the file. If you are using newer file systems such as ext4 (with extents support), btrfs, xfs or NTFS(MinGW build only), falloc is your best choice. It allocates large(few GiB) files almost instantly. Don't use FileAllocation::falloc with legacy file systems such as ext3 and FAT32 because it takes almost same time as FileAllocation::prealloc and it blocks aria2 entirely until allocation finishes. FileAllocation::falloc may not be available if your system doesn't have posix_fallocate(3) function. FileAllocation::trunc uses ftruncate(2) system call or platform-specific counterpart to truncate a file to a specified length.

Possible Values: FileAllocation::none, FileAllocation::prealloc, FileAllocation::trunc, FileAllocation::falloc.

Exceptions
Aria2CPPException.

◆ setFollowMetalink()

bool Options::setFollowMetalink ( bool  value)

If true is specified, when a file whose suffix is .meta4 or .metalink or content type of application/metalink4+xml or application/metalink+xml is downloaded, aria2 parses it as a metalink file and downloads files mentioned in it. If false is specified, the .metalink file is downloaded to the disk, but is not parsed as a metalink file and its contents are not downloaded.

Exceptions
Aria2CPPException.

◆ setFollowTorrent()

bool Options::setFollowTorrent ( bool  value)

If true is specified, when a file whose suffix is .torrent or content type is application/x-bittorrent is downloaded, aria2 parses it as a torrent file and downloads files mentioned in it. If false is specified, the .torrent file is downloaded to the disk, but is not parsed as a torrent and its contents are not downloaded.

Exceptions
Aria2CPPException.

◆ setForceSave()

bool Options::setForceSave ( bool  value)

Save download with –save-session option even if the download is completed or removed. This may be useful to save BitTorrent seeding which is recognized as completed state.

Exceptions
Aria2CPPException.

◆ setFtpPasswd()

bool Options::setFtpPasswd ( std::string  value)

Set FTP password. This affects all URIs. If user name is embedded but password is missing in URI, aria2 tries to resolve password using .netrc. If password is found in .netrc, then use it as password. If not, use the password specified in this option. Default: ARIA2USER@

Exceptions
Aria2CPPException.

◆ setFtpPasv()

bool Options::setFtpPasv ( bool  value)

Use the passive mode in FTP. If false is given, the active mode will be used.

Exceptions
Aria2CPPException.

◆ setFtpProxy()

bool Options::setFtpProxy ( std::string  value)

Use a proxy server for FTP. To override a previously defined proxy, use "". See also the –all-proxy option. This affects all ftp downloads. The format of PROXY is [http://][USER:PASSWORD@]HOST[:PORT]

Exceptions
Aria2CPPException.

◆ setFtpProxyPasswd()

bool Options::setFtpProxyPasswd ( std::string  value)

Set password for –ftp-proxy

Exceptions
Aria2CPPException.

◆ setFtpProxyUser()

bool Options::setFtpProxyUser ( std::string  value)

Set user for –ftp-proxy.

Exceptions
Aria2CPPException.

◆ setFtpReuseConnection()

bool Options::setFtpReuseConnection ( bool  value)

Reuse connection in FTP.

Exceptions
Aria2CPPException.

◆ setFtpType()

bool Options::setFtpType ( FTPType  value)

Set FTP transfer type. TYPE is either FTPType::binary or FTPType::ascii. Default: FTPType::binary

Exceptions
Aria2CPPException.

◆ setFtpUser()

bool Options::setFtpUser ( std::string  value)

Set FTP user. This affects all URIs.

Exceptions
Aria2CPPException.

◆ setHashCheckOnly()

bool Options::setHashCheckOnly ( bool  value)

If true is given, after hash check using –check-integrity option, abort download whether or not download is complete.

Exceptions
Aria2CPPException.

◆ setHelp()

bool Options::setHelp ( std::string  value)

The help messages are classified with tags. A tag starts with #. For example, type –help=http to get the usage for the options tagged with http. If non-tag word is given, print the usage for the options whose name includes that word. Available Values: #basic, #advanced, http, https, ftp, #metalink, #bittorrent, #cookie, #hook, #file, #rpc, #checksum, #experimental, #deprecated, #help, #all

Exceptions
Aria2CPPException.

◆ setHttpAcceptGzip()

bool Options::setHttpAcceptGzip ( bool  value)

Send Accept: deflate, gzip request header and inflate response if remote server responds with Content-Encoding: gzip or Content-Encoding: deflate.

Exceptions
Aria2CPPException.

◆ setHttpAuthChallenge()

bool Options::setHttpAuthChallenge ( bool  value)

Send HTTP authorization header only when it is requested by the server. If false is set, then authorization header is always sent to the server. There is an exception: if user name and password are embedded in URI, authorization header is always sent to the server regardless of this option.

Exceptions
Aria2CPPException.

◆ setHttpNoCache()

bool Options::setHttpNoCache ( bool  value)

Send Cache-Control: no-cache and Pragma: no-cache header to avoid cached content. If false is given, these headers are not sent and you can add Cache-Control header with a directive you like using –header option.

Exceptions
Aria2CPPException.

◆ setHttpPasswd()

bool Options::setHttpPasswd ( std::string  value)

Set HTTP password. This affects all URIs.

Exceptions
Aria2CPPException.

◆ setHttpProxy()

bool Options::setHttpProxy ( std::string  value)

Use a proxy server for HTTP. To override a previously defined proxy, use "". See also the –all-proxy option. This affects all http downloads. The format of PROXY is [http://][USER:PASS‐ WORD@]HOST[:PORT]

Exceptions
Aria2CPPException.

◆ setHttpProxyPasswd()

bool Options::setHttpProxyPasswd ( std::string  value)

Set password for –http-proxy

Exceptions
Aria2CPPException.

◆ setHttpProxyUser()

bool Options::setHttpProxyUser ( std::string  value)

Set user for –http-proxy.

Exceptions
Aria2CPPException.

◆ setHttpsProxy()

bool Options::setHttpsProxy ( std::string  value)

Use a proxy server for HTTPS. To override a previously defined proxy, use "". See also the –all-proxy option. This affects all https download. The format of PROXY is [http://][USER:PASS‐ WORD@]HOST[:PORT

Exceptions
Aria2CPPException.

◆ setHttpsProxyPasswd()

bool Options::setHttpsProxyPasswd ( std::string  value)

Set password for –https-proxy

Exceptions
Aria2CPPException.

◆ setHttpsProxyUser()

bool Options::setHttpsProxyUser ( std::string  value)

Set user for –https-proxy.

Exceptions
Aria2CPPException.

◆ setHttpUser()

bool Options::setHttpUser ( std::string  value)

Set HTTP user. This affects all URIs.

Exceptions
Aria2CPPException.

◆ setHumanReadable()

bool Options::setHumanReadable ( bool  value)

Print sizes and speed in human readable format ( e.g., 1.2Ki, 3.4Mi) in the console readout.

Exceptions
Aria2CPPException.

◆ setKeepUnfinishedDownloadResult()

bool Options::setKeepUnfinishedDownloadResult ( bool  value)

Keep unfinished download results even if doing so exceeds –max-download-result. This is useful if all unfinished downloads must be saved in session file (see –save-session option). Please keep in mind that there is no upper bound to the number of unfinished download result to keep. If that is undesirable, turn this option off.

Exceptions
Aria2CPPException.

◆ setListenPort()

bool Options::setListenPort ( int  value)

Set TCP port number for BitTorrent downloads.

Exceptions
Aria2CPPException.

◆ setLogLevel()

bool Options::setLogLevel ( LogLevel  value)

Set log level to output. LEVEL is either LogLevel::debug, LogLevel::info, LogLevel::notice, LogLevel::warn or LogLevel::error.

Exceptions
Aria2CPPException.

◆ setLowestSpeedLimit()

bool Options::setLowestSpeedLimit ( int  value)

Close connection if download speed is lower than or equal to this value(bytes per sec). 0 means aria2 does not have a lowest speed limit.

Exceptions
Aria2CPPException.

◆ setMaxConcurrentDownloads()

bool Options::setMaxConcurrentDownloads ( int  value)

Set the maximum number of parallel downloads for every queue item.

Exceptions
Aria2CPPException.

◆ setMaxConnectionPerServer()

bool Options::setMaxConnectionPerServer ( int  value)

The maximum number of connections to one server for each download.

Exceptions
Aria2CPPException.

◆ setMaxDownloadLimit()

bool Options::setMaxDownloadLimit ( int  value)

Set max download speed per each download in bytes/sec. 0 means unrestricted. You can append K or M (1K = 1024, 1M = 1024K). To limit the overall download speed, use –max-overall-download-limit option.

Exceptions
Aria2CPPException.

◆ setMaxDownloadResult()

bool Options::setMaxDownloadResult ( int  value)

Set maximum number of download result kept in memory. The download results are completed/error/removed downloads. The download results are stored in FIFO queue and it can store at most NUM download results. When queue is full and new download result is created, oldest download result is removed from the front of the queue and new one is pushed to the back. Setting big number in this option may result high memory consumption after thousands of downloads. Specifying 0 means no download result is kept. Note that unfinished downloads are kept in memory regardless of this option value. See –keep-unfinished-download-result option.

Exceptions
Aria2CPPException.

◆ setMaxFileNotFound()

bool Options::setMaxFileNotFound ( int  value)

If aria2 receives "file not found" status from the remote HTTP/FTP servers NUM times without getting a single byte, then force the download to fail. Specify 0 to disable this option. This options is effective only when using HTTP/FTP servers. The number of retry attempt is counted toward –max-tries, so it should be configured too.

Exceptions
Aria2CPPException.

◆ setMaxMmapLimit()

bool Options::setMaxMmapLimit ( int  value)

Set the maximum file size to enable mmap (see –enable-mmap option). The file size is determined by the sum of all files contained in one download. For example, if a download contains 5 files, then file size is the total size of those files. If file size is strictly greater than the size specified in this option, mmap will be disabled.

Exceptions
Aria2CPPException.

◆ setMaxOverallDownloadLimit()

bool Options::setMaxOverallDownloadLimit ( int  value)

Set max overall download speed in bytes/sec. 0 means unrestricted. To limit the download speed per download, use –max-download-limit option.

Exceptions
Aria2CPPException.

◆ setMaxOverallUploadLimit()

bool Options::setMaxOverallUploadLimit ( int  value)

Set max overall upload speed in bytes/sec. 0 means unrestricted.

Exceptions
Aria2CPPException.

◆ setMaxResumeFailureTries()

bool Options::setMaxResumeFailureTries ( int  value)

When used with –always-resume=false, aria2 downloads file from scratch when aria2 detects N number of URIs that does not support resume. If N is 0, aria2 downloads file from scratch when all given URIs do not support resume. See –always-resume option.

Exceptions
Aria2CPPException.

◆ setMaxTries()

bool Options::setMaxTries ( int  value)

Set number of tries. 0 means unlimited. See also –retry-wait.

Exceptions
Aria2CPPException.

◆ setMaxUploadLimit()

bool Options::setMaxUploadLimit ( int  value)

Set max upload speed per each torrent in bytes/sec. 0 means unrestricted. You can append K or M (1K = 1024, 1M = 1024K). To limit the overall upload speed, use –max-overall-upload-limit option.

Exceptions
Aria2CPPException.

◆ setMetalinkEnableUniqueProtocol()

bool Options::setMetalinkEnableUniqueProtocol ( bool  value)

If true is given and several protocols are available for a mirror in a metalink file, aria2 uses one of them. Use –metalink-preferred-protocol option to specify the preference of protocol.

Exceptions
Aria2CPPException.

◆ setMetalinkPreferredProtocol()

bool Options::setMetalinkPreferredProtocol ( MetalinkProtocol  value)

Specify preferred protocol. The possible values are MetalinkProtocol::http, MetalinkProtocol::https, MetalinkProtocol::ftp and MetalinkProtocol::none. Specify MetalinkProtocol::none to disable this feature.

Exceptions
Aria2CPPException.

◆ setMinSplitSize()

bool Options::setMinSplitSize ( int  value)

aria2 does not split less than 2*SIZE byte range. For example, let's consider downloading 20MiB file. If SIZE is 10M, aria2 can split file into 2 range [0-10MiB) and [10MiB-20MiB) and download it using 2 sources(if –split >= 2, of course). If SIZE is 15M, since 2*15M > 20MiB, aria2 does not split file and download it using 1 source.

Exceptions
Aria2CPPException.

◆ setMinTlsVersion()

bool Options::setMinTlsVersion ( std::string  value)

Specify minimum SSL/TLS version to enable. Possible Values: TLSv1.1, TLSv1.2, TLSv1.3

Exceptions
Aria2CPPException.

◆ setNetrcPath()

bool Options::setNetrcPath ( std::string  value)

Specify the path to the netrc file.

Exceptions
Aria2CPPException.

◆ setNoConf()

bool Options::setNoConf ( int  value)

Disable loading aria2.conf file. This will likely have no effect on Aria2CPP.

Exceptions
Aria2CPPException.

◆ setNoFileAllocationLimit()

bool Options::setNoFileAllocationLimit ( int  value)

No file allocation is made for files whose size is smaller than SIZE.

Exceptions
Aria2CPPException.

◆ setNoNetrc()

bool Options::setNoNetrc ( bool  value)

Disables netrc support.

Exceptions
Aria2CPPException.

◆ setOnDownloadComplete()

bool Options::setOnDownloadComplete ( std::string  value)

Set the command to be executed after download completed. See See Event Hook for more details about COMMAND. See also –on-download-stop option.

Exceptions
Aria2CPPException.

◆ setOptimizeConcurrentDownloads()

bool Options::setOptimizeConcurrentDownloads ( bool  value)

Optimizes the number of concurrent downloads according to the bandwidth available. aria2 uses the download speed observed in the previous downloads to adapt the number of downloads launched in parallel according to the rule N = A + B Log10(speed in Mbps). The coefficients A and B can be customized in the option arguments with A and B separated by a colon. The default values (A=5, B=25) lead to using typically 5 parallel downloads on 1Mbps networks and above 50 on 100Mbps networks. The number of parallel downloads remains constrained under the maximum defined by the –max-concurrent-downloads parameter.

Exceptions
Aria2CPPException.

◆ setParameterizedUri()

bool Options::setParameterizedUri ( bool  value)

Enable parameterized URI support. You can specify set of parts: http://{sv1,sv2,sv3}/foo.iso. Also you can specify numeric sequences with step counter: http://host/image[000-100:2].img. A step counter can be omitted

Exceptions
Aria2CPPException.

◆ setPauseMetadata()

bool Options::setPauseMetadata ( bool  value)

Pause downloads created as a result of metadata download. There are 3 types of metadata downloads in aria2: (1) downloading .torrent file. (2) downloading torrent metadata using magnet link. (3) downloading metalink file. These metadata downloads will generate downloads using their metadata. This option pauses these subsequent downloads. This option is effective only when –enable-rpc=true is given.

Exceptions
Aria2CPPException.

◆ setPeerAgent()

bool Options::setPeerAgent ( std::string  value)

Specify the string used during the bitorrent extended handshake for the peer's client version

Exceptions
Aria2CPPException.

◆ setPeerIdPrefix()

bool Options::setPeerIdPrefix ( std::string  value)

Specify the prefix of peer ID. The peer ID in BitTorrent is 20 byte length. If more than 20 bytes are specified, only first 20 bytes are used. If less than 20 bytes are specified, random byte data are added to make its length 20 bytes

Exceptions
Aria2CPPException.

◆ setPieceLength()

bool Options::setPieceLength ( int  value)

Set a piece length for HTTP/FTP downloads. This is the boundary when aria2 splits a file. All splits occur at multiple of this length. This option will be ignored in BitTorrent downloads. It will be also ignored if Metalink file contains piece hashes.

Exceptions
Aria2CPPException.

◆ setProxyMethod()

bool Options::setProxyMethod ( ProxyMethod  value)

Set the method to use in proxy request. METHOD is either ProxyMethod::get or ProxyMethod::tunnel. HTTPS downloads always use ProxyMethod::tunnel regardless of this option.

Exceptions
Aria2CPPException.

◆ setQuiet()

bool Options::setQuiet ( bool  value)

Make aria2 quiet (no console output).

Exceptions
Aria2CPPException.

◆ setRealtimeChunkChecksum()

bool Options::setRealtimeChunkChecksum ( bool  value)

Validate chunk of data by calculating checksum while downloading a file if chunk checksums are provided.

Exceptions
Aria2CPPException.

◆ setRemoteTime()

bool Options::setRemoteTime ( bool  value)

Retrieve timestamp of the remote file from the remote HTTP/FTP server and if it is available, apply it to the local file.

Exceptions
Aria2CPPException.

◆ setRemoveControlFile()

bool Options::setRemoveControlFile ( bool  value)

Remove control file before download. Using with –allow-overwrite=true, download always starts from scratch. This will be useful for users behind proxy server which disables resume.

Exceptions
Aria2CPPException.

◆ setRetryWait()

bool Options::setRetryWait ( int  value)

Set the seconds to wait between retries. With SEC > 0, aria2 will retry download when the HTTP server returns 503 response.

Exceptions
Aria2CPPException.

◆ setReuseUri()

bool Options::setReuseUri ( bool  value)

Reuse already used URIs if no unused URIs are left.

Exceptions
Aria2CPPException.

◆ setRlimitNofile()

bool Options::setRlimitNofile ( int  value)

Set the soft limit of open file descriptors. This open will only have effect when: a. The system supports it (posix) b. The limit does not exceed the hard limit. c. The specified limit is larger than the current soft limit. This is equivalent to setting nofile via ulimit, except that it will never decrease the limit. This option is only available on systems supporting the rlimit API.

Exceptions
Aria2CPPException.

◆ setRpcAllowOriginAll()

bool Options::setRpcAllowOriginAll ( bool  value)

Add Access-Control-Allow-Origin header field with value * to the RPC response.

Exceptions
Aria2CPPException.

◆ setRpcListenAll()

bool Options::setRpcListenAll ( bool  value)

Listen incoming JSON-RPC/XML-RPC requests on all network interfaces. If false is given, listen only on local loopback interface.

Exceptions
Aria2CPPException.

◆ setRpcListenPort()

bool Options::setRpcListenPort ( int  value)

Specify a port number for JSON-RPC/XML-RPC server to listen to. Possible Values: 1024 -65535. This shouldn't be changed on the fly.

Exceptions
Aria2CPPException.

◆ setRpcMaxRequestSize()

bool Options::setRpcMaxRequestSize ( int  value)

Set max size of JSON-RPC/XML-RPC request. If aria2 detects the request is more than SIZE bytes, it drops connection.

Exceptions
Aria2CPPException.

◆ setRpcSaveUploadMetadata()

bool Options::setRpcSaveUploadMetadata ( bool  value)

Save the uploaded torrent or metalink metadata in the directory specified by –dir option. The filename consists of SHA-1 hash hex string of metadata plus extension. For torrent, the extension is '.torrent'. For metalink, it is '.meta4'. If false is given to this option, the downloads added by aria2.addTorrent() or aria2.addMetalink() will not be saved by –save-session option.

Exceptions
Aria2CPPException.

◆ setRpcSecure()

bool Options::setRpcSecure ( bool  value)

RPC transport will be encrypted by SSL/TLS. The RPC clients must use https scheme to access the server. For WebSocket client, use wss scheme. Use –rpc-certificate and –rpc-private-key options to specify the server certificate and private key.

Exceptions
Aria2CPPException.

◆ setSaveNotFound()

bool Options::setSaveNotFound ( bool  value)

Save download with –save-session option even if the file was not found on the server. This option also saves control file in that situations.

Exceptions
Aria2CPPException.

◆ setSaveSession()

bool Options::setSaveSession ( std::string  value)

Save error/unfinished downloads to FILE on exit. You can pass this output file to aria2c with –input-file option on restart. If you like the output to be gzipped append a .gz extension to the file name. Please note that downloads added by aria2.addTorrent() and aria2.addMetalink() RPC method and whose meta data could not be saved as a file are not saved. Downloads removed using aria2.remove() and aria2.forceRemove() will not be saved.

Exceptions
Aria2CPPException.

◆ setSaveSessionInterval()

bool Options::setSaveSessionInterval ( int  value)

Save error/unfinished downloads to a file specified by –save-session option every SEC seconds. If 0 is given, file will be saved only when aria2 exits.

Exceptions
Aria2CPPException.

◆ setSeedRatio()

bool Options::setSeedRatio ( float  value)

Specify share ratio. Seed completed torrents until share ratio reaches RATIO. You are strongly encouraged to specify equals or more than 1.0 here. Specify 0.0 if you intend to do seeding regardless of share ratio. If –seed-time option is specified along with this option, seeding ends when at least one of the conditions is satisfied.

Exceptions
Aria2CPPException.

◆ setSeedTime()

bool Options::setSeedTime ( int  value)

Set seed time for Bit Torrent downloads.

Exceptions
Aria2CPPException.

◆ setServerStatTimeout()

bool Options::setServerStatTimeout ( int  value)

Specifies timeout in seconds to invalidate performance profile of the servers since the last contact to them.

Exceptions
Aria2CPPException.

◆ setShowConsoleReadout()

bool Options::setShowConsoleReadout ( bool  value)

Show console readout.

Exceptions
Aria2CPPException.

◆ setShowFiles()

bool Options::setShowFiles ( bool  value)

Print file listing of ".torrent", ".meta4" and ".metalink" file and exit. In case of ".torrent" file, additional information (infohash, piece length, etc) is also printed.

Exceptions
Aria2CPPException.

◆ setSocketRecvBufferSize()

bool Options::setSocketRecvBufferSize ( int  value)

Set the maximum socket receive buffer in bytes. Specifying 0 will disable this option. This value will be set to socket file descriptor using SO_RCVBUF socket option with setsockopt() call.

Exceptions
Aria2CPPException.

◆ setSplit()

bool Options::setSplit ( int  value)

Download a file using N connections. If more than N URIs are given, first N URIs are used and remaining URIs are used for backup. If less than N URIs are given, those URIs are used more than once so that N connections total are made simultaneously. The number of connections to the same host is restricted by –max-connection-per-server option. See also –min-split-size option.

Exceptions
Aria2CPPException.

◆ setStderr()

bool Options::setStderr ( bool  value)

Redirect all console output that would be otherwise printed in stdout to stderr.

Exceptions
Aria2CPPException.

◆ setStop()

bool Options::setStop ( int  value)

Stop application after SEC seconds has passed. If 0 is given, this feature is disabled.

Exceptions
Aria2CPPException.

◆ setStreamPieceSelector()

bool Options::setStreamPieceSelector ( PieceSelectionAlgorithm  value)

Specify piece selection algorithm used in HTTP/FTP download. Piece means fixed length segment which is downloaded in parallel in segmented download. If PieceSelectionAlgorithm::default is given, aria2 selects piece so that it reduces the number of establishing connection. This is reasonable default behaviour because establishing connection is an expensive operation. If PieceSelectionAlgorithm::inorder is given, aria2 selects piece which has minimum index. Index=0 means first of the file. This will be useful to view movie while downloading it. –enable-http-pipelining option may be useful to reduce reconnection overhead. Please note that aria2 honors –min-split-size option, so it will be necessary to specify a reasonable value to –min-split-size option. If PieceSelectionAlgorithm::geom is given, at the beginning aria2 selects piece which has minimum index like inorder, but it exponentially increasingly keeps space from previously selected piece. This will reduce the number of establishing connection and at the same time it will download the beginning part of the file first. This will be useful to view movie while downloading it.

Exceptions
Aria2CPPException.

◆ setSummaryInterval()

bool Options::setSummaryInterval ( int  value)

Set interval in seconds to output download progress summary. Setting 0 suppresses the output.

Exceptions
Aria2CPPException.

◆ setTimeout()

bool Options::setTimeout ( int  value)

Set timeout in seconds.

Exceptions
Aria2CPPException.

◆ setTruncateConsoleReadout()

bool Options::setTruncateConsoleReadout ( bool  value)

Truncate console readout to fit in a single line.

Exceptions
Aria2CPPException.

◆ setUriSelector()

bool Options::setUriSelector ( URISelector  value)

Specify URI selection algorithm. The possible values are URISelector::inorder, URISelector::feedback and URISelector::adaptive. If URISelector::inorder is given, URI is tried in the order appeared in the URI list. If URISelector::feedback is given, aria2 uses download speed observed in the previous downloads and choose fastest server in the URI list. This also effectively skips dead mirrors. The observed download speed is a part of performance profile of servers mentioned in –server-stat-of and –server-stat-if options. If URISelector::adaptive is given, selects one of the best mirrors for the first and reserved connections. For supplementary ones, it returns mirrors which has not been tested yet, and if each of them has already been tested, returns mirrors which has to be tested again. Otherwise, it doesn't select anymore mirrors. Like URISelector::feedback, it uses a performance profile of servers.

Exceptions
Aria2CPPException.

◆ setUseHead()

bool Options::setUseHead ( bool  value)

Use HEAD method for the first request to the HTTP server.

Exceptions
Aria2CPPException.

◆ setUserAgent()

bool Options::setUserAgent ( std::string  value)

Set user agent for HTTP(S) downloads.

Exceptions
Aria2CPPException.

The documentation for this class was generated from the following files: