Class Peer
-
- All Implemented Interfaces:
public final class Peer extends WebrtcStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPeer.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BigIntegerbytesSentprivate final BigIntegerpacketsSentprivate final BigIntegerbytesReceivedprivate final BigIntegerpacketsReceivedprivate final DoubletotalRoundTripTimeprivate final DoublecurrentRoundTripTimeprivate final DoubleavailableOutgoingBitrateprivate final DoubleavailableIncomingBitrateprivate final DoubletimestampUspublic final static Peer.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description Peer(BigInteger bytesSent, BigInteger packetsSent, BigInteger bytesReceived, BigInteger packetsReceived, Double totalRoundTripTime, Double currentRoundTripTime, Double availableOutgoingBitrate, Double availableIncomingBitrate, Double timestampUs)
-
Method Summary
Modifier and Type Method Description final BigIntegergetBytesSent()final BigIntegergetPacketsSent()final BigIntegergetBytesReceived()final BigIntegergetPacketsReceived()final DoublegetTotalRoundTripTime()final DoublegetCurrentRoundTripTime()final DoublegetAvailableOutgoingBitrate()final DoublegetAvailableIncomingBitrate()final DoublegetTimestampUs()-
-
Constructor Detail
-
Peer
Peer(BigInteger bytesSent, BigInteger packetsSent, BigInteger bytesReceived, BigInteger packetsReceived, Double totalRoundTripTime, Double currentRoundTripTime, Double availableOutgoingBitrate, Double availableIncomingBitrate, Double timestampUs)
-
-
Method Detail
-
getBytesSent
final BigInteger getBytesSent()
-
getPacketsSent
final BigInteger getPacketsSent()
-
getBytesReceived
final BigInteger getBytesReceived()
-
getPacketsReceived
final BigInteger getPacketsReceived()
-
getTotalRoundTripTime
final Double getTotalRoundTripTime()
-
getCurrentRoundTripTime
final Double getCurrentRoundTripTime()
-
getAvailableOutgoingBitrate
final Double getAvailableOutgoingBitrate()
-
getAvailableIncomingBitrate
final Double getAvailableIncomingBitrate()
-
getTimestampUs
final Double getTimestampUs()
-
-
-
-