public class EditBean extends IndexBean
_context, _group, _helper, _log, DEFAULT_THEME, NOT_RUNNING, PROP_CSS_DISABLED, PROP_JS_DISABLED, PROP_THEME_NAME, RUNNING, STANDBY, STARTING
Constructor and Description |
---|
EditBean() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessList(int tunnel) |
String |
getAccessMode(int tunnel) |
boolean |
getAllowAccept(int tunnel) |
boolean |
getAllowInternalSSL(int tunnel) |
boolean |
getAllowReferer(int tunnel) |
boolean |
getAllowUserAgent(int tunnel) |
int |
getCert(int tunnel) |
boolean |
getClose(int tunnel) |
int |
getCloseTime(int tunnel) |
String |
getCustomOptions(int tunnel) |
boolean |
getDCC(int tunnel) |
boolean |
getDelayOpen(int tunnel) |
int |
getEffort(int tunnel) |
boolean |
getEncrypt(int tunnel) |
String |
getEncryptKey(int tunnel) |
String |
getI2CPHost(int tunnel) |
String |
getI2CPPort(int tunnel) |
String |
getJumpList(int tunnel) |
String |
getKey1(int tunnel)
Random keys, hidden in forms
|
String |
getKey2(int tunnel) |
String |
getKey3(int tunnel) |
String |
getKey4(int tunnel) |
int |
getLimitDay(int tunnel) |
int |
getLimitHour(int tunnel) |
int |
getLimitMinute(int tunnel)
all of these are @since 0.8.3
|
int |
getMaxStreams(int tunnel) |
boolean |
getMultihome(int tunnel) |
boolean |
getNewDest(int tunnel) |
boolean |
getOutproxyAuth(int tunnel) |
String |
getOutproxyPassword(int tunnel) |
String |
getOutproxyUsername(int tunnel) |
boolean |
getPersistentClientKey(int tunnel) |
int |
getPostBanTime(int tunnel) |
int |
getPostCheckTime(int tunnel) |
int |
getPostMax(int tunnel)
POST limits
|
int |
getPostTotalBanTime(int tunnel) |
int |
getPostTotalMax(int tunnel) |
String |
getPrivateKeyFile(int tunnel) |
boolean |
getProxyAuth(int tunnel)
all proxy auth @since 0.8.2
|
String |
getQuantityOptions(int tunnel) |
boolean |
getReduce(int tunnel) |
int |
getReduceCount(int tunnel) |
int |
getReduceTime(int tunnel) |
String |
getSigner(int tunnel) |
SigningPrivateKey |
getSigningPrivateKey(int tunnel) |
int |
getSigType(int tunnel,
String newTunnelType) |
String |
getSpoofedHost(int tunnel) |
String |
getSslProxies(int tunnel) |
String |
getTargetHost(int tunnel) |
String |
getTargetPort(int tunnel) |
int |
getTotalDay(int tunnel) |
int |
getTotalHour(int tunnel) |
int |
getTotalMinute(int tunnel) |
int |
getTunnelBackupQuantity(int tunnel,
int defaultBackupQuantity) |
int |
getTunnelDepth(int tunnel,
int defaultLength) |
int |
getTunnelQuantity(int tunnel,
int defaultQuantity) |
int |
getTunnelVariance(int tunnel,
int defaultVariance) |
boolean |
getUniqueLocal(int tunnel) |
boolean |
getUseOutproxyPlugin(int tunnel)
Default true
|
String |
getUserAgents(int tunnel) |
Set<String> |
interfaceSet() |
boolean |
isAdvanced() |
boolean |
isInteractive(int tunnel) |
boolean |
isRouterContext() |
boolean |
isSharedClient(int tunnel) |
boolean |
isSigTypeAvailable(int code) |
boolean |
shouldDelay(int tunnel) |
boolean |
startAutomatically(int tunnel) |
static boolean |
staticIsClient(int tunnel)
Is it a client or server in the UI and I2P side?
Note that a streamr client is a UI and I2P client but a server on the localhost side.
|
_t, allowCSS, allowJS, getClientDestination, getClientInterface, getClientPort, getClientPort2, getController, getDestHashBase32, getDestination, getDestinationBase64, getInternalType, getIsUsingOutproxyPlugin, getMessages, getNextNonce, getServerTarget, getSharedClient, getTheme, getTunnelCount, getTunnelDescription, getTunnelName, getTunnelStatus, getTunnelType, getType, getTypeName, isClient, isClient, isInitialized, isRejectInproxy, isRejectReferer, isRejectUserAgents, isServerTargetLinkValid, isSSLEnabled, ngettext, setAccessList, setAccessMode, setAction, setAllowAccept, setAllowInternalSSL, setAllowReferer, setAllowUserAgent, setCert, setClientHost, setClientport, setClose, setCloseTime, setConnectDelay, setDCC, setDelayOpen, setEffort, setEncrypt, setEncryptKey, setJumpList, setKey1, setKey2, setKey3, setKey4, setLimitDay, setLimitHour, setLimitMinute, setMaxStreams, setMultihome, setName, setNewDest, setNofilter_customOptions, setNofilter_description, setNofilter_outproxyPassword, setNofilter_proxyPassword, setNonce, setOutproxyAuth, setOutproxyUsername, setPort, setPostBanTime, setPostCheckTime, setPostMax, setPostTotalBanTime, setPostTotalMax, setPrivKeyFile, setProfile, setProxyAuth, setProxyList, setProxyUsername, setReachableBy, setReduce, setReduceCount, setReduceTime, setRejectInproxy, setRejectReferer, setRejectUserAgents, setRemoveConfirm, setShared, setShared, setSigner, setSigType, setSpoofedHost, setSslProxies, setStartOnLoad, setTargetDestination, setTargetHost, setTargetPort, setTotalDay, setTotalHour, setTotalMinute, setTunnel, setTunnelBackupQuantity, setTunnelDepth, setTunnelQuantity, setTunnelVariance, setType, setUniqueLocal, setUseOutproxyPlugin, setUserAgents, setUseSSL
public static boolean staticIsClient(int tunnel)
public String getTargetHost(int tunnel)
public String getTargetPort(int tunnel)
public String getSpoofedHost(int tunnel)
public String getPrivateKeyFile(int tunnel)
public SigningPrivateKey getSigningPrivateKey(int tunnel)
public boolean startAutomatically(int tunnel)
public boolean isSharedClient(int tunnel)
public boolean shouldDelay(int tunnel)
public boolean isInteractive(int tunnel)
public int getTunnelDepth(int tunnel, int defaultLength)
public int getTunnelQuantity(int tunnel, int defaultQuantity)
public int getTunnelBackupQuantity(int tunnel, int defaultBackupQuantity)
public int getTunnelVariance(int tunnel, int defaultVariance)
public boolean getReduce(int tunnel)
public int getReduceCount(int tunnel)
public int getReduceTime(int tunnel)
public int getCert(int tunnel)
public int getEffort(int tunnel)
public String getSigner(int tunnel)
public boolean getEncrypt(int tunnel)
public int getSigType(int tunnel, String newTunnelType)
newTunnelType
- used if tunnel < 0public boolean isSigTypeAvailable(int code)
public String getKey1(int tunnel)
public String getKey2(int tunnel)
public String getKey3(int tunnel)
public String getKey4(int tunnel)
public boolean getDCC(int tunnel)
public String getEncryptKey(int tunnel)
public String getAccessMode(int tunnel)
public String getAccessList(int tunnel)
public String getJumpList(int tunnel)
public boolean getClose(int tunnel)
public int getCloseTime(int tunnel)
public boolean getNewDest(int tunnel)
public boolean getPersistentClientKey(int tunnel)
public boolean getDelayOpen(int tunnel)
public boolean getAllowUserAgent(int tunnel)
public boolean getAllowReferer(int tunnel)
public boolean getAllowAccept(int tunnel)
public boolean getAllowInternalSSL(int tunnel)
public boolean getMultihome(int tunnel)
public String getUserAgents(int tunnel)
public boolean getProxyAuth(int tunnel)
public boolean getOutproxyAuth(int tunnel)
public String getOutproxyUsername(int tunnel)
public String getOutproxyPassword(int tunnel)
public String getSslProxies(int tunnel)
public boolean getUseOutproxyPlugin(int tunnel)
public int getLimitMinute(int tunnel)
public int getLimitHour(int tunnel)
public int getLimitDay(int tunnel)
public int getTotalMinute(int tunnel)
public int getTotalHour(int tunnel)
public int getTotalDay(int tunnel)
public int getMaxStreams(int tunnel)
public int getPostMax(int tunnel)
public int getPostTotalMax(int tunnel)
public int getPostCheckTime(int tunnel)
public int getPostBanTime(int tunnel)
public int getPostTotalBanTime(int tunnel)
public boolean getUniqueLocal(int tunnel)
public boolean isRouterContext()
public boolean isAdvanced()
public String getI2CPHost(int tunnel)
public String getI2CPPort(int tunnel)
public String getCustomOptions(int tunnel)
public String getQuantityOptions(int tunnel)