|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openflow.gui.Options
public final class Options
This class defines global options to the program. Some of these options are final as they cannot be changed by running but may differ from one class to the next.
| Field Summary | |
|---|---|
static boolean |
AUTO_REQUEST_LINK_INFO_FOR_NEW_SWITCH
whether to automatically request link info for all new switches |
static boolean |
AUTO_TRACK_STATS_FOR_NEW_LINK
whether to automatically request that link stats be periodically sent for all new links |
static short |
DEFAULT_PORT
default port to connect to the server on |
static java.lang.String |
DEFAULT_SERVER_IP
default server IP, if any |
static int |
STATS_REFRESH_RATE_MSEC
how often to refresh basic port statistics |
static boolean |
USE_DIRECTED_LINKS
Whether links between nodes should be represented using one undirected or two directed links. |
static boolean |
USE_LIGHT_COLOR_SCHEME
whether to use a light or dark color scheme |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_SERVER_IP
public static final short DEFAULT_PORT
public static final boolean AUTO_REQUEST_LINK_INFO_FOR_NEW_SWITCH
public static final boolean AUTO_TRACK_STATS_FOR_NEW_LINK
public static final int STATS_REFRESH_RATE_MSEC
public static final boolean USE_DIRECTED_LINKS
public static final boolean USE_LIGHT_COLOR_SCHEME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||