org.gudy.azureus2.core3.tracker.server.impl
Class TRTrackerServerTorrentImpl.lightweightSeed

java.lang.Object
  extended by org.gudy.azureus2.core3.tracker.server.impl.TRTrackerServerTorrentImpl.lightweightSeed
Enclosing class:
TRTrackerServerTorrentImpl

protected static class TRTrackerServerTorrentImpl.lightweightSeed
extends Object


Constructor Summary
protected TRTrackerServerTorrentImpl.lightweightSeed(long _now, long _timeout, long _uploaded, byte _nat_status)
           
 
Method Summary
protected  long getLastContactTime()
           
protected  byte getNATStatus()
           
protected  long getTimeout()
           
protected  long getUploaded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TRTrackerServerTorrentImpl.lightweightSeed

protected TRTrackerServerTorrentImpl.lightweightSeed(long _now,
                                                     long _timeout,
                                                     long _uploaded,
                                                     byte _nat_status)
Method Detail

getTimeout

protected long getTimeout()

getLastContactTime

protected long getLastContactTime()

getUploaded

protected long getUploaded()

getNATStatus

protected byte getNATStatus()