Package com.biglybt.ui.swt.views.stats
Class TransferStatsView.RouteInfoRecord
- java.lang.Object
-
- com.biglybt.ui.swt.views.stats.TransferStatsView.RouteInfoRecord
-
- Enclosing class:
- TransferStatsView
private static class TransferStatsView.RouteInfoRecord extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
down_rate
private int
peer_count
private int
up_rate
-
Constructor Summary
Constructors Modifier Constructor Description private
RouteInfoRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.lang.String
getString()
private void
update(PEPeer peer)
-
-
-
Method Detail
-
update
private void update(PEPeer peer)
-
getString
private java.lang.String getString()
-
-