Package com.biglybt.core.dht.speed.impl
Class DHTSpeedTesterImpl.potentialPing
- java.lang.Object
-
- com.biglybt.core.dht.speed.impl.DHTSpeedTesterImpl.potentialPing
-
- Enclosing class:
- DHTSpeedTesterImpl
protected static class DHTSpeedTesterImpl.potentialPing extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DHTTransportContact
contact
private int
rtt
-
Constructor Summary
Constructors Modifier Constructor Description protected
potentialPing(DHTTransportContact _contact, float _rtt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DHTTransportContact
getContact()
protected int
getRTT()
-
-
-
Field Detail
-
contact
private final DHTTransportContact contact
-
rtt
private final int rtt
-
-
Constructor Detail
-
potentialPing
protected potentialPing(DHTTransportContact _contact, float _rtt)
-
-
Method Detail
-
getContact
protected DHTTransportContact getContact()
-
getRTT
protected int getRTT()
-
-