|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.web.HelperBase
net.i2p.router.web.ConfigNetHelper
public class ConfigNetHelper
Used for both /config and /confignet
Field Summary | |
---|---|
static int |
DEFAULT_SHARE_KBPS
|
(package private) static String |
PROP_I2NP_NTCP_AUTO_IP
|
(package private) static String |
PROP_I2NP_NTCP_AUTO_PORT
|
(package private) static String |
PROP_I2NP_NTCP_HOSTNAME
copied from various private components |
(package private) static String |
PROP_I2NP_NTCP_PORT
|
Fields inherited from class net.i2p.router.web.HelperBase |
---|
_context, _out, PROP_ADVANCED |
Constructor Summary | |
---|---|
ConfigNetHelper()
|
Methods inherited from class net.i2p.router.web.HelperBase |
---|
_, _, _, _x, isAdvanced, ngettext, setContextId, storeWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final String PROP_I2NP_NTCP_HOSTNAME
static final String PROP_I2NP_NTCP_PORT
static final String PROP_I2NP_NTCP_AUTO_PORT
static final String PROP_I2NP_NTCP_AUTO_IP
public static final int DEFAULT_SHARE_KBPS
Constructor Detail |
---|
public ConfigNetHelper()
Method Detail |
---|
public String getUdphostname()
public String getNtcphostname()
public String getNtcpport()
public String getUdpIP()
public String getUdpPort()
public String getConfiguredUdpPort()
public String getChecked(String prop)
prop
- must default to falsepublic String getDynamicKeysChecked()
public String getLaptopChecked()
public String getIPv4FirewalledChecked()
public String getTcpAutoPortChecked(int mode)
public String getTcpAutoIPChecked(int mode)
public String getUdpAutoIPChecked(int mode)
public String getUpnpChecked()
public String getUdpDisabledChecked()
public String getRequireIntroductionsChecked()
public String getIPv6Checked(String mode)
public Set<String> getAddresses()
public String getAddressSelector()
public String getInboundRate()
public String getOutboundRate()
public String getInboundRateBits()
public String getOutboundRateBits()
public String getShareRateBits()
public String getInboundBurstRate()
public String getOutboundBurstRate()
public String getInboundBurstFactorBox()
public String getOutboundBurstFactorBox()
public String getEnableLoadTesting()
public String getSharePercentageBox()
public int getShareBandwidth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |