org.gudy.azureus2.ui.swt.views.clientstats
Class ClientStatsDataSource

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.views.clientstats.ClientStatsDataSource
All Implemented Interfaces:
BEncodableObject

public class ClientStatsDataSource
extends Object
implements BEncodableObject


Field Summary
 long bytesDiscarded
           
 long bytesReceived
           
 long bytesSent
           
 String client
           
 int count
           
 int current
           
 ClientStatsOverall overall
           
 Map<String,Map<String,Object>> perNetworkStats
           
 
Constructor Summary
ClientStatsDataSource()
           
ClientStatsDataSource(Map loadMap)
           
 
Method Summary
 Object toBencodeObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

public String client

count

public int count

current

public int current

bytesReceived

public long bytesReceived

bytesDiscarded

public long bytesDiscarded

bytesSent

public long bytesSent

perNetworkStats

public Map<String,Map<String,Object>> perNetworkStats

overall

public ClientStatsOverall overall
Constructor Detail

ClientStatsDataSource

public ClientStatsDataSource()

ClientStatsDataSource

public ClientStatsDataSource(Map loadMap)
Method Detail

toBencodeObject

public Object toBencodeObject()
Specified by:
toBencodeObject in interface BEncodableObject
Returns:
Must return an object that is bencodable