UtpEofException

class UtpEofException(message: String) : Exception

Raised by UtpStream.readExactly when the peer closes the stream early.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?