Class ConnectionInfo.SubscribeConnection
-
- All Implemented Interfaces:
public final class ConnectionInfo.SubscribeConnection extends ConnectionInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectionInfo.SubscribeConnection.Companion
-
Field Summary
Fields Modifier and Type Field Description private BigIntegerbytesReceivedprivate DoubleavailableIncomingBitrateprivate DoubletotalRoundTripTimeprivate DoublecurrentRoundTripTimeprivate BigIntegerpacketsReceivedpublic final static ConnectionInfo.SubscribeConnection.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ConnectionInfo.SubscribeConnection(BigInteger bytesReceived, Double availableIncomingBitrate, Double totalRoundTripTime, Double currentRoundTripTime, BigInteger packetsReceived)
-
Method Summary
Modifier and Type Method Description final BigIntegergetBytesReceived()final UnitsetBytesReceived(BigInteger bytesReceived)final DoublegetAvailableIncomingBitrate()final UnitsetAvailableIncomingBitrate(Double availableIncomingBitrate)final DoublegetTotalRoundTripTime()final UnitsetTotalRoundTripTime(Double totalRoundTripTime)final DoublegetCurrentRoundTripTime()final UnitsetCurrentRoundTripTime(Double currentRoundTripTime)final BigIntegergetPacketsReceived()final UnitsetPacketsReceived(BigInteger packetsReceived)-
-
Constructor Detail
-
ConnectionInfo.SubscribeConnection
ConnectionInfo.SubscribeConnection(BigInteger bytesReceived, Double availableIncomingBitrate, Double totalRoundTripTime, Double currentRoundTripTime, BigInteger packetsReceived)
-
-
Method Detail
-
getBytesReceived
final BigInteger getBytesReceived()
-
setBytesReceived
final Unit setBytesReceived(BigInteger bytesReceived)
-
getAvailableIncomingBitrate
final Double getAvailableIncomingBitrate()
-
setAvailableIncomingBitrate
final Unit setAvailableIncomingBitrate(Double availableIncomingBitrate)
-
getTotalRoundTripTime
final Double getTotalRoundTripTime()
-
setTotalRoundTripTime
final Unit setTotalRoundTripTime(Double totalRoundTripTime)
-
getCurrentRoundTripTime
final Double getCurrentRoundTripTime()
-
setCurrentRoundTripTime
final Unit setCurrentRoundTripTime(Double currentRoundTripTime)
-
getPacketsReceived
final BigInteger getPacketsReceived()
-
setPacketsReceived
final Unit setPacketsReceived(BigInteger packetsReceived)
-
-
-
-