Class PingServerManager
- java.lang.Object
-
- pro.gravit.launchserver.manangers.PingServerManager
-
public class PingServerManager extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPingServerManager.ServerInfoEntry
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,PingServerManager.ServerInfoEntry>mapstatic longREPORT_EXPIRED_TIME
-
Constructor Summary
Constructors Constructor Description PingServerManager(LaunchServer server)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsyncServers()booleanupdateServer(java.lang.String name, pro.gravit.launcher.request.management.PingServerReportRequest.PingServerReport report)
-
-
-
Field Detail
-
REPORT_EXPIRED_TIME
public static final long REPORT_EXPIRED_TIME
- See Also:
- Constant Field Values
-
map
public final java.util.Map<java.lang.String,PingServerManager.ServerInfoEntry> map
-
-
Constructor Detail
-
PingServerManager
public PingServerManager(LaunchServer server)
-
-