Class PingServerManager.ServerInfoEntry

java.lang.Object
pro.gravit.launchserver.manangers.PingServerManager.ServerInfoEntry
Enclosing class:
PingServerManager

public static class PingServerManager.ServerInfoEntry extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    pro.gravit.launcher.request.management.PingServerReportRequest.PingServerReport
     
    long
     
    final pro.gravit.launcher.profiles.ClientProfile
     
  • 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

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class java.lang.Object

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

    • profile

      public final pro.gravit.launcher.profiles.ClientProfile profile
    • lastReport

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

      public long lastReportTime
  • Constructor Details

    • 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 Details

    • isExpired

      public boolean isExpired()