public class WizardHelper extends HelperBase
Modifier and Type | Field and Description |
---|---|
static float |
BW_SCALE |
static int |
PAGE_BROWSER |
static int |
PAGE_CHECK |
static int |
PAGE_DONE |
static int |
PAGE_LANG |
static int |
PAGE_RESULTS |
static int |
PAGE_TEST |
static int |
PAGE_THEME |
static String |
PROP_COMPLETE |
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
Constructor and Description |
---|
WizardHelper() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
cancelNDT()
Cancel the test.
|
void |
complete() |
String |
getCompletionStatus() |
String |
getDetailStatus() |
long |
getDownBandwidth() |
String |
getInboundBurstRate()
To populate form with.
|
String |
getInboundBurstRateBits()
Copied from ConfigNetHelper.
|
String |
getOutboundBurstRate()
To populate form with.
|
String |
getOutboundBurstRateBits()
Copied from ConfigNetHelper.
|
String |
getServerLocation() |
int |
getShareBandwidth()
Adapted from ConfigNetHelper.
|
String |
getShareRateBits()
Copied from ConfigNetHelper.
|
String |
getTestStatus() |
long |
getUpBandwidth() |
boolean |
isNDTComplete() |
boolean |
isNDTRunning() |
boolean |
isNDTSuccessful() |
void |
setContextId(String contextId)
Overriden to only do this once.
|
(package private) boolean |
startNDT()
Start the test.
|
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, storeWriter
public static final String PROP_COMPLETE
public static final float BW_SCALE
public static final int PAGE_LANG
public static final int PAGE_THEME
public static final int PAGE_CHECK
public static final int PAGE_TEST
public static final int PAGE_RESULTS
public static final int PAGE_BROWSER
public static final int PAGE_DONE
public void setContextId(String contextId)
setContextId
in class HelperBase
contextId
- beginning few characters of the routerHash, or null to pick
the first one we come across.public void complete()
public boolean isNDTComplete()
public boolean isNDTRunning()
public boolean isNDTSuccessful()
public String getTestStatus()
public String getCompletionStatus()
public String getDetailStatus()
public long getUpBandwidth()
public long getDownBandwidth()
public String getServerLocation()
public String getInboundBurstRate()
public String getOutboundBurstRate()
public String getInboundBurstRateBits()
public String getOutboundBurstRateBits()
public String getShareRateBits()
public int getShareBandwidth()
boolean startNDT()
boolean cancelNDT()