public class WizardHelper extends HelperBase
| Modifier and Type | Field and Description |
|---|---|
static float | BW_SCALEBW_SCALE. |
static String | PROP_COMPLETEPROP_COMPLETE. |
_context, _log, _out, CHECKED, PROP_ADVANCED, SELECTED| Constructor and Description |
|---|
WizardHelper() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean | cancelNDT()Cancel the test. |
void | complete()complete. |
String | getCompletionStatus()Return the NDT test completion status. |
String | getDetailStatus()Return detailed NDT test status information. |
long | getDownBandwidth()Return the measured download bandwidth. |
String | getInboundBurstRate()To populate form with. |
String | getInboundBurstRateBits()Copied from ConfigNetHelper. |
String | getOutboundBurstRate()To populate form with. |
String | getOutboundBurstRateBits()Copied from ConfigNetHelper. |
String | getServerLocation()Return the NDT test server location. |
int | getShareBandwidth()Adapted from ConfigNetHelper. |
String | getShareRateBits()Copied from ConfigNetHelper. |
String | getTestStatus()Return the current NDT bandwidth test status. |
long | getUpBandwidth()Return the measured upload bandwidth. |
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, 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()