public class RelayDashboard
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected RelayHandler |
handler
The relay handler.
|
protected static java.util.Map<java.lang.Class<?>,java.util.Set<java.lang.String>> |
JSON_EXCLUDES
The JSON excludes.
|
| Constructor and Description |
|---|
RelayDashboard(RelayHandler handler)
Create a dashboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeAllPlatforms(java.io.OutputStream out)
Write the currently connected platforms (including peer-connected platforms)
as JSON to the given output stream.
|
protected static final java.util.Map<java.lang.Class<?>,java.util.Set<java.lang.String>> JSON_EXCLUDES
protected RelayHandler handler
public RelayDashboard(RelayHandler handler)