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.extensions
/
ExtensionHandshake
/
Parsed
Parsed
data
class
Parsed
(
val
utMetadataId
:
Int
?
,
val
utPexId
:
Int
?
,
val
metadataSize
:
Long
?
,
val
clientVersion
:
String
?
)
A peer's parsed handshake: the ids to use toward them + the metadata size they reported.
Members
Constructors
Parsed
Link copied to clipboard
constructor
(
utMetadataId
:
Int
?
,
utPexId
:
Int
?
,
metadataSize
:
Long
?
,
clientVersion
:
String
?
)
Properties
client
Version
Link copied to clipboard
val
clientVersion
:
String
?
metadata
Size
Link copied to clipboard
val
metadataSize
:
Long
?
supports
Metadata
Link copied to clipboard
val
supportsMetadata
:
Boolean
ut
Metadata
Id
Link copied to clipboard
val
utMetadataId
:
Int
?
ut
Pex
Id
Link copied to clipboard
val
utPexId
:
Int
?