Methods Summary |
---|
public long | getBytesReceived()
return( 0 );
|
public long | getBytesSent()
return( 0 );
|
public long | getPacketsReceived()
return( 0 );
|
public long | getPacketsSent()
return( 0 );
|
public long | getRequestsTimedOut()
return( 0 );
|
public com.aelitis.azureus.core.dht.transport.DHTTransportStats | snapshot()
DHTTransportStatsImpl res = new DHTTransportLoopbackStatsImpl(getProtocolVersion());
snapshotSupport( res );
return( res );
|