UdpReceiverResponse

data class UdpReceiverResponse(val encoding: String? = null, val endpoint: String, val readQueueLength: Int? = null)

Receiver using UDP as transport protocol.

Constructors

Link copied to clipboard
constructor(encoding: String? = null, endpoint: String, readQueueLength: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encoding: String? = null

The encoding of the stream being received.

Link copied to clipboard

TCP endpoint definition. Example: 0.0.0.0:.

Link copied to clipboard
val readQueueLength: Int? = null

Max read queue length.