Data Received Event
data class DataReceivedEvent(requestId: RequestId, timestamp: MonotonicTime, dataLength: Int, encodedDataLength: Int) : Event
Content copied to clipboard
Fired when data chunk was received over the network.
Constructors
DataReceivedEvent
Link copied to clipboard
fun DataReceivedEvent(requestId: RequestId, timestamp: MonotonicTime, dataLength: Int, encodedDataLength: Int)
Content copied to clipboard
Functions
Properties
dataLength
Link copied to clipboard
encodedDataLength
Link copied to clipboard
timestamp
Link copied to clipboard
Sources
jvm source
Link copied to clipboard