SessionSetRequestArgsDefine mixin

Mixin applications

Properties

altSpeedDown num?
Max global download speed (KBps)
no setter
altSpeedEnabled bool?
Indicates whether alternative speeds are enabled
no setter
altSpeedTimeBegin num?
Time to begin alternative speeds (units: minutes after midnight)
no setter
altSpeedTimeDay num?
Day(s) to turn on alternative speeds (look at tr_sched_day)
no setter
altSpeedTimeEnabled bool?
Indicates whether alternative speeds time is enabled
no setter
altSpeedTimeEnd num?
Time to end alternative speeds (units: same)
no setter
altSpeedUp num?
Max global upload speed (KBps)
no setter
blocklistEnabled bool?
Indicates whether the blocklist is enabled
no setter
blocklistUrl String?
Location of the blocklist to use for blocklist-update
no setter
cacheSizeMb num?
Maximum size of the disk cache (MB)
no setter
defaultTrackers String?
Announce URLs, one per line, and a blank line between tiers
no setter
dhtEnabled bool?
Indicates whether DHT is enabled in public torrents
no setter
downloadDir String?
Default path to download torrents
no setter
downloadDirFreeSpace num?
DEPRECATED: Use freeSpace method instead.
no setter
downloadQueueEnabled bool?
Indicates if limiting how many torrents can be downloaded at once is enabled
no setter
downloadQueueSize num?
Max number of torrents to download at once (see downloadQueueEnabled)
no setter
encryption String?
Specifies the encryption method (required, preferred, tolerated)
no setter
hashCode int
The hash code for this object.
no setterinherited
idleSeedingLimit num?
Torrents we're seeding will be stopped if they're idle for this long
no setter
idleSeedingLimitEnabled bool?
Indicates if the seeding inactivity limit is honored by default
no setter
incompleteDir String?
Path for incomplete torrents, when enabled
no setter
incompleteDirEnabled bool?
Indicates whether incomplete directory is enabled
no setter
lpdEnabled bool?
Indicates whether Local Peer Discovery in public torrents is enabled
no setter
peerLimitGlobal num?
Maximum global number of peers
no setter
peerLimitPerTorrent num?
Maximum global number of peers per torrent
no setter
peerPort num?
Port number
no setter
peerPortRandomOnStart bool?
Indicates whether to pick a random peer port on launch
no setter
pexEnabled bool?
Indicates whether Peer Exchange (PEX) in public torrents is enabled
no setter
portForwardingEnabled bool?
Indicates whether UPnP or NAT-PMP is enabled to forward peer ports
no setter
queueStalledEnabled bool?
Indicates whether idle torrents are considered as stalled
no setter
queueStalledMinutes num?
Torrents that are idle for N minutes aren't counted toward seed-queue-size or download-queue-size
no setter
renamePartialFiles bool?
Indicates whether to append .part to incomplete files
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptTorrentAddedEnabled bool?
Indicates whether to call the added script
no setter
scriptTorrentAddedFilename String?
Filename of the script to run when a torrent is added
no setter
scriptTorrentDoneEnabled bool?
Indicates whether to call the done script
no setter
scriptTorrentDoneFilename String?
Filename of the script to run when a torrent is done
no setter
scriptTorrentDoneSeedingEnabled bool?
Indicates whether to call the seeding-done script
no setter
scriptTorrentDoneSeedingFilename String?
Filename of the script to run when seeding is done
no setter
seedQueueEnabled bool?
Indicates if limiting how many torrents can be uploaded at once is enabled
no setter
seedQueueSize num?
Max number of torrents to upload at once (see seedQueueEnabled)
no setter
seedRatioLimit num?
The default seed ratio for torrents to use
no setter
seedRatioLimited bool?
Indicates if seedRatioLimit is honored by default
no setter
speedLimitDown num?
Max global download speed (KBps)
no setter
speedLimitDownEnabled bool?
Indicates whether download speed limit is enabled
no setter
speedLimitUp num?
Max global upload speed (KBps)
no setter
speedLimitUpEnabled bool?
Indicates whether upload speed limit is enabled
no setter
startAddedTorrents bool?
Indicates whether added torrents will be started right away
no setter
trashOriginalTorrentFiles bool?
Indicates whether the .torrent file of added torrents will be deleted
no setter
utpEnabled bool?
Indicates whether UDP Transport Protocol (UTP) is enabled
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited