Package net.i2p.router.web.helpers
Class ConfigReseedHelper
- java.lang.Object
-
- net.i2p.router.web.HelperBase
-
- net.i2p.router.web.helpers.ConfigReseedHelper
-
public class ConfigReseedHelper extends HelperBase
- Since:
- 0.8.3
-
-
Field Summary
-
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out, CHECKED, PROP_ADVANCED, SELECTED
-
-
Constructor Summary
Constructors Constructor Description ConfigReseedHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuth()StringgetEnable()StringgetHost()StringgetNofilter_password()StringgetNofilter_spassword()StringgetPort()StringgetReseedURL()StringgetSauth()StringgetShost()StringgetSport()StringgetSusername()StringgetUsername()StringmodeChecked(int mode)StringpmodeChecked(int mode)booleanshouldShowHTTPProxy()booleanshouldShowHTTPSProxy()booleanshouldShowSelect()-
Methods inherited from class net.i2p.router.web.HelperBase
_t, _t, _t, _x, getChecked, isAdvanced, ngettext, setContextId, storeWriter
-
-
-
-
Method Detail
-
getPort
public String getPort()
-
getHost
public String getHost()
-
getUsername
public String getUsername()
- Since:
- 0.8.9
-
getNofilter_password
public String getNofilter_password()
- Since:
- 0.8.9
-
getSport
public String getSport()
- Since:
- 0.8.9
-
getShost
public String getShost()
- Since:
- 0.8.9
-
getSusername
public String getSusername()
- Since:
- 0.8.9
-
getNofilter_spassword
public String getNofilter_spassword()
- Since:
- 0.8.9
-
modeChecked
public String modeChecked(int mode)
-
pmodeChecked
public String pmodeChecked(int mode)
- Since:
- 0.9.33
-
getEnable
public String getEnable()
-
getAuth
public String getAuth()
- Since:
- 0.8.9
-
getSauth
public String getSauth()
- Since:
- 0.8.9
-
getReseedURL
public String getReseedURL()
-
shouldShowSelect
public boolean shouldShowSelect()
- Returns:
- true only if we have both http and https URLs
- Since:
- 0.9.33
-
shouldShowHTTPProxy
public boolean shouldShowHTTPProxy()
- Returns:
- true only if we have a http URL
- Since:
- 0.9.33
-
shouldShowHTTPSProxy
public boolean shouldShowHTTPSProxy()
- Returns:
- true only if we have a https URL
- Since:
- 0.9.33
-
-