KiteTorrent
Toggle table of contents
0.0.1-SNAPSHOT
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteTorrent
kitetorrent
/
io.github.yuroyami.kitetorrent.torrent
/
MagnetLink
/
MagnetLink
Magnet
Link
constructor
(
infoHashV1
:
Sha1Hash
?
,
infoHashV2
:
Sha256Hash
?
,
displayName
:
String
?
,
trackers
:
List
<
String
>
,
trackerTiers
:
List
<
Int
>
,
webSeeds
:
List
<
String
>
,
peers
:
List
<
String
>
,
dhtNodes
:
List
<
Pair
<
String
,
Int
>
>
,
selectOnly
:
Set
<
Int
>
?
)