net.i2p.router.web
Class ConfigReseedHelper

java.lang.Object
  extended by net.i2p.router.web.HelperBase
      extended by net.i2p.router.web.ConfigReseedHelper

public class ConfigReseedHelper
extends HelperBase

Since:
0.8.3

Field Summary
 
Fields inherited from class net.i2p.router.web.HelperBase
_context, _out
 
Constructor Summary
ConfigReseedHelper()
           
 
Method Summary
 String getAuth()
           
 String getEnable()
           
 String getHost()
           
 String getPassword()
           
 String getPort()
           
 String getReseedURL()
           
 String getSauth()
           
 String getSenable()
           
 String getShost()
           
 String getSpassword()
           
 String getSport()
           
 String getSusername()
           
 String getUsername()
           
 String modeChecked(int mode)
           
 
Methods inherited from class net.i2p.router.web.HelperBase
_, _, _, _x, ngettext, setContextId, storeWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigReseedHelper

public ConfigReseedHelper()
Method Detail

getPort

public String getPort()

getHost

public String getHost()

getUsername

public String getUsername()
Since:
0.8.9

getPassword

public String getPassword()
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

getSpassword

public String getSpassword()
Since:
0.8.9

modeChecked

public String modeChecked(int mode)

getEnable

public String getEnable()

getAuth

public String getAuth()
Since:
0.8.9

getSenable

public String getSenable()

getSauth

public String getSauth()
Since:
0.8.9

getReseedURL

public String getReseedURL()