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