public class WizardHelper extends HelperBase
| Modifier and Type | Field and Description |
|---|---|
static float |
BW_SCALE |
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, getCheckedDefaultTrue, isAdvanced, ngettext, storeWriterpublic static final float BW_SCALE
public static final String PROP_COMPLETE
boolean cancelNDT()
public void complete()
public String getCompletionStatus()
public String getDetailStatus()
public long getDownBandwidth()
public String getInboundBurstRate()
public String getInboundBurstRateBits()
public String getOutboundBurstRate()
public String getOutboundBurstRateBits()
public String getServerLocation()
public int getShareBandwidth()
public String getShareRateBits()
public String getTestStatus()
public long getUpBandwidth()
public boolean isNDTComplete()
public boolean isNDTRunning()
public boolean isNDTSuccessful()
public void setContextId(String contextId)
setContextId in class HelperBasecontextId - beginning few characters of the routerHash, or null to pick
the first one we come across.boolean startNDT()