Package VASSAL.chat
Interface ServerStatus
- All Known Implementing Classes:
CgiServerStatus
public interface ServerStatus
Represents the history and current state of connections to the chat
room server
- Author:
- rkinney
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHistory
(String timeRange) Return the current connections to the serverString[]
-
Method Details
-
getStatus
ServerStatus.ModuleSummary[] getStatus()Return the current connections to the server -
getSupportedTimeRanges
String[] getSupportedTimeRanges() -
getHistory
- Returns:
- the connections to the server within
time
milliseconds of the current time
-