Class TRTrackerServerTorrentImpl.lightweightSeed

  • Enclosing class:
    TRTrackerServerTorrentImpl

    protected static class TRTrackerServerTorrentImpl.lightweightSeed
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected lightweightSeed​(long _now, long _timeout, long _uploaded, byte _nat_status)  
    • Field Detail

      • timeout

        final long timeout
      • last_contact_time

        final long last_contact_time
      • uploaded

        final long uploaded
      • nat_status

        final byte nat_status
    • Constructor Detail

      • lightweightSeed

        protected 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()