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.protocol
/
BadFrameLengthException
Bad
Frame
Length
Exception
class
BadFrameLengthException
(
val
declaredLength
:
Long
)
:
RuntimeException
Thrown by
PeerMessage.tryReadMessage
when a peer announces an unaddressable frame length.
Members
Constructors
Bad
Frame
Length
Exception
Link copied to clipboard
constructor
(
declaredLength
:
Long
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
declared
Length
Link copied to clipboard
val
declaredLength
:
Long
message
Link copied to clipboard
expect
open
val
message
:
String
?