Package VASSAL.chat
Class CgiServerStatus
java.lang.Object
VASSAL.chat.CgiServerStatus
- All Implemented Interfaces:
ServerStatus
Queries a known URL to get historical status of the chat room server.
- Author:
- rkinney
-
Nested Class Summary
Nested classes/interfaces inherited from interface VASSAL.chat.ServerStatus
ServerStatus.ModuleSummary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHistory
(String timeRange) Return the current connections to the serverString[]
-
Field Details
-
LAST_DAY
- See Also:
-
LAST_WEEK
- See Also:
-
LAST_MONTH
- See Also:
-
-
Constructor Details
-
CgiServerStatus
public CgiServerStatus()
-
-
Method Details
-
getStatus
Description copied from interface:ServerStatus
Return the current connections to the server- Specified by:
getStatus
in interfaceServerStatus
-
getHistory
- Specified by:
getHistory
in interfaceServerStatus
- Returns:
- the connections to the server within
time
milliseconds of the current time
-
getSupportedTimeRanges
- Specified by:
getSupportedTimeRanges
in interfaceServerStatus
-