HubServiceMode with
Hub insteadpublic abstract class HubMode extends Object
HubRunner.| Modifier and Type | Field and Description |
|---|---|
static HubMode |
CLIENT_GUI
Deprecated.
Hub mode with a GUI representation of connected clients.
|
static HubMode |
MESSAGE_GUI
Deprecated.
Hub mode with a GUI representation of clients and messages.
|
static HubMode |
NO_GUI
Deprecated.
Hub mode with no GUI representation of hub operations.
|
| Modifier and Type | Method and Description |
|---|---|
static HubMode[] |
getAvailableModes()
Deprecated.
Returns an array of the hub modes which can actually be used.
|
static HubMode |
getModeFromName(String name)
Deprecated.
Returns one of the known modes which has a name as given.
|
String |
toString()
Deprecated.
|
public static final HubMode NO_GUI
public static final HubMode CLIENT_GUI
public static HubMode MESSAGE_GUI
public static HubMode getModeFromName(String name)
name - mode name (case-insensitive)public static HubMode[] getAvailableModes()
Copyright © 2008–2024. All rights reserved.