Class PingServerManager.ServerInfoEntry

  • Enclosing class:
    PingServerManager

    public static class PingServerManager.ServerInfoEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      pro.gravit.launcher.request.management.PingServerReportRequest.PingServerReport lastReport  
      long lastReportTime  
      pro.gravit.launcher.profiles.ClientProfile profile  
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerInfoEntry​(pro.gravit.launcher.profiles.ClientProfile profile)  
      ServerInfoEntry​(pro.gravit.launcher.profiles.ClientProfile profile, pro.gravit.launcher.request.management.PingServerReportRequest.PingServerReport lastReport)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isExpired()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • lastReport

        public pro.gravit.launcher.request.management.PingServerReportRequest.PingServerReport lastReport
      • lastReportTime

        public long lastReportTime
      • profile

        public final pro.gravit.launcher.profiles.ClientProfile profile
    • Constructor Detail

      • ServerInfoEntry

        public ServerInfoEntry​(pro.gravit.launcher.profiles.ClientProfile profile,
                               pro.gravit.launcher.request.management.PingServerReportRequest.PingServerReport lastReport)
      • ServerInfoEntry

        public ServerInfoEntry​(pro.gravit.launcher.profiles.ClientProfile profile)
    • Method Detail

      • isExpired

        public boolean isExpired()