data class DataReceivedEvent : NetworkEvent
<init> |
DataReceivedEvent(requestId: RequestId, timestamp: MonotonicTime, dataLength: Int, encodedDataLength: Int) |
dataLength |
Data chunk length. val dataLength: Int |
encodedDataLength |
Actual bytes received (might be less than dataLength for compressed encodings). val encodedDataLength: Int |
requestId |
Request identifier. val requestId: RequestId |
timestamp |
Timestamp. val timestamp: MonotonicTime |