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-session
/
io.github.yuroyami.kitetorrent.session.net
/
UdpPacket
Udp
Packet
class
UdpPacket
(
val
data
:
ByteArray
,
val
host
:
String
,
val
port
:
Int
)
A received datagram: payload
data
and the sender's
host
:
port
.
Members
Constructors
Udp
Packet
Link copied to clipboard
constructor
(
data
:
ByteArray
,
host
:
String
,
port
:
Int
)
Properties
data
Link copied to clipboard
val
data
:
ByteArray
host
Link copied to clipboard
val
host
:
String
port
Link copied to clipboard
val
port
:
Int