Types

Link copied to clipboard
class AbnormalEndException(message: String? = null) : StreamException

Stream closed abnormally by remote participant.

Link copied to clipboard

Unable to open a stream with the same ID as an existing open stream.

Link copied to clipboard

Incoming chunk data could not be decoded.

Link copied to clipboard

Unable to read information about the file to send.

Link copied to clipboard

Length is less than total length specified in stream header.

Link copied to clipboard

Length exceeded total length specified in stream header.

Link copied to clipboard

Given destination URL is not a directory.

Link copied to clipboard
class TerminatedException(message: String? = null) : StreamException

Stream terminated before completion.

Link copied to clipboard

Cannot perform operations on an unknown stream.

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard