Package-level declarations

Types

Link copied to clipboard

This class represents a reject reason that was triggered by internal mechanism.

Link copied to clipboard

This class represents a reject reason that was triggered by server/application.

Link copied to clipboard
abstract class RejectReason

Base class of InternalRejectReason, PredefinedRejectReason and UserDefinedRejectReason. Do not use it. Its purpose is to get an unique SrtSocket.rejectReason API.

Link copied to clipboard
data class UserDefinedRejectReason(val code: Int) : RejectReason

This class represents a reject reason that was triggered by user.