| Package | Description |
|---|---|
| net.i2p.router.web.helpers | Helpers and handlers for the router console user interface, with these classes supporting the webapp in routerconsole.war. |
| Modifier and Type | Method and Description |
|---|---|
SidebarHelper.NetworkState | SidebarHelper.NetworkStateMessage.getState()Reachability state. |
static SidebarHelper.NetworkState | SidebarHelper.NetworkState.valueOf(String name)Returns the enum constant of this type with the specified name. |
static SidebarHelper.NetworkState[] | SidebarHelper.NetworkState.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
void | SidebarHelper.NetworkStateMessage.setMessage(SidebarHelper.NetworkState state,
String msg)Update the state and message |
| Constructor and Description |
|---|
NetworkStateMessage(SidebarHelper.NetworkState state,
String msg)Create a network state message |