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.dht
/
DhtStorage
/
PeersResult
Peers
Result
class
PeersResult
(
val
peers
:
List
<
DhtEndpoint
>
,
val
name
:
String
?
)
Result of
getPeers
: the selected peer endpoints plus the torrent name (if any).
Members
Constructors
Peers
Result
Link copied to clipboard
constructor
(
peers
:
List
<
DhtEndpoint
>
,
name
:
String
?
)
Properties
name
Link copied to clipboard
val
name
:
String
?
peers
Link copied to clipboard
val
peers
:
List
<
DhtEndpoint
>