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 java.lang.Object
implements BEncodableObject


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

Field Detail

client

public java.lang.String client

count

public int count

current

public int current

bytesReceived

public long bytesReceived

bytesDiscarded

public long bytesDiscarded

bytesSent

public long bytesSent

perNetworkStats

public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Object>> perNetworkStats

overall

public ClientStatsOverall overall
Constructor Detail

ClientStatsDataSource

public ClientStatsDataSource()

ClientStatsDataSource

public ClientStatsDataSource(java.util.Map loadMap)
Method Detail

toBencodeObject

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