Class ConnectionInfo.PublishConnection
-
- All Implemented Interfaces:
public final class ConnectionInfo.PublishConnection extends ConnectionInfo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classConnectionInfo.PublishConnection.Companion
-
Field Summary
Fields Modifier and Type Field Description private BigIntegerbytesSentprivate DoubleavailableOutgoingBitrateprivate DoubletotalRoundTripTimeprivate DoublecurrentRoundTripTimeprivate BigIntegerpacketsSentpublic final static ConnectionInfo.PublishConnection.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description ConnectionInfo.PublishConnection(BigInteger bytesSent, Double availableOutgoingBitrate, Double totalRoundTripTime, Double currentRoundTripTime, BigInteger packetsSent)
-
Method Summary
Modifier and Type Method Description final BigIntegergetBytesSent()final UnitsetBytesSent(BigInteger bytesSent)final DoublegetAvailableOutgoingBitrate()final UnitsetAvailableOutgoingBitrate(Double availableOutgoingBitrate)final DoublegetTotalRoundTripTime()final UnitsetTotalRoundTripTime(Double totalRoundTripTime)final DoublegetCurrentRoundTripTime()final UnitsetCurrentRoundTripTime(Double currentRoundTripTime)final BigIntegergetPacketsSent()final UnitsetPacketsSent(BigInteger packetsSent)-
-
Constructor Detail
-
ConnectionInfo.PublishConnection
ConnectionInfo.PublishConnection(BigInteger bytesSent, Double availableOutgoingBitrate, Double totalRoundTripTime, Double currentRoundTripTime, BigInteger packetsSent)
-
-
Method Detail
-
getBytesSent
final BigInteger getBytesSent()
-
setBytesSent
final Unit setBytesSent(BigInteger bytesSent)
-
getAvailableOutgoingBitrate
final Double getAvailableOutgoingBitrate()
-
setAvailableOutgoingBitrate
final Unit setAvailableOutgoingBitrate(Double availableOutgoingBitrate)
-
getTotalRoundTripTime
final Double getTotalRoundTripTime()
-
setTotalRoundTripTime
final Unit setTotalRoundTripTime(Double totalRoundTripTime)
-
getCurrentRoundTripTime
final Double getCurrentRoundTripTime()
-
setCurrentRoundTripTime
final Unit setCurrentRoundTripTime(Double currentRoundTripTime)
-
getPacketsSent
final BigInteger getPacketsSent()
-
setPacketsSent
final Unit setPacketsSent(BigInteger packetsSent)
-
-
-
-