Class IndexBean

  • Direct Known Subclasses:
    EditBean

    public class IndexBean
    extends Object
    Simple accessor for exposing tunnel info, but also an ugly form handler Warning - This class is not part of the i2ptunnel API, it has been moved from the jar to the war. Usage by classes outside of i2ptunnel.war is deprecated.
    • Constructor Detail

      • IndexBean

        public IndexBean()
    • Method Detail

      • isInitialized

        public boolean isInitialized()
        Since:
        0.9.4
      • getNextNonce

        public static String getNextNonce()
      • setNonce

        public void setNonce​(String nonce)
      • haveNonce

        public static boolean haveNonce​(String nonce)
        do we know this nonce?
        Since:
        0.8.1 public since 0.9.35
      • setAction

        public void setAction​(String action)
      • setTunnel

        public void setTunnel​(String tunnel)
      • setMsgid

        public void setMsgid​(String id)
        Since:
        0.9.33
      • getMessages

        public String getMessages()
        Executes any action requested (start/stop/etc) and dump out the messages. Only call this ONCE! Or you will get duplicate tunnels on save.
        Returns:
        HTML escaped or "" if empty
      • getLastMessageID

        public int getLastMessageID()
        The last stored message ID
        Since:
        0.9.33
      • getTheme

        public String getTheme()
      • allowCSS

        public boolean allowCSS()
      • allowJS

        public boolean allowJS()
      • getTunnelCount

        public int getTunnelCount()
      • isClient

        public boolean isClient​(int tunnelNum)
        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. Note that a streamr server is a UI and I2P server but a client on the localhost side.
      • isClient

        public static boolean isClient​(String type)
        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. Note that a streamr server is a UI and I2P server but a client on the localhost side.
      • getTunnelName

        public String getTunnelName​(int tunnel)
      • getClientPort

        public String getClientPort​(int tunnel)
        No validation
      • getClientPort2

        public String getClientPort2​(int tunnel)
        Returns error message if blank or invalid
        Since:
        0.9.3
      • getTunnelType

        public String getTunnelType​(int tunnel)
      • getTypeName

        public String getTypeName​(String internalType)
      • getInternalType

        public String getInternalType​(int tunnel)
      • getClientInterface

        public String getClientInterface​(int tunnel)
      • getTunnelStatus

        public int getTunnelStatus​(int tunnel)
      • getTunnelDescription

        public String getTunnelDescription​(int tunnel)
      • getSharedClient

        public String getSharedClient​(int tunnel)
      • getClientDestination

        public String getClientDestination​(int tunnel)
      • isServerTargetLinkValid

        public boolean isServerTargetLinkValid​(int tunnel)
        Call this to see if it is ok to linkify getServerTarget()
        Since:
        0.8.3
      • getServerTarget

        public String getServerTarget​(int tunnel)
        Returns:
        valid host:port only if isServerTargetLinkValid() is true
      • getDestination

        protected Destination getDestination​(int tunnel)
        Works even if tunnel is not running.
        Returns:
        Destination or null
        Since:
        0.9.17
      • getDestinationBase64

        public String getDestinationBase64​(int tunnel)
        Works even if tunnel is not running.
        Returns:
        Base64 or ""
      • getDestHashBase32

        public String getDestHashBase32​(int tunnel)
        Works even if tunnel is not running.
        Returns:
        "{52 chars}.b32.i2p" or ""
      • getAltDestination

        protected Destination getAltDestination​(int tunnel)
        Works even if tunnel is not running.
        Returns:
        Destination or null
        Since:
        0.9.30
      • getAltDestinationBase64

        public String getAltDestinationBase64​(int tunnel)
        Works even if tunnel is not running.
        Returns:
        Base64 or ""
        Since:
        0.9.30
      • getAltDestHashBase32

        public String getAltDestHashBase32​(int tunnel)
        Works even if tunnel is not running.
        Returns:
        "{52 chars}.b32.i2p" or ""
        Since:
        0.9.30
      • getIsUsingOutproxyPlugin

        public boolean getIsUsingOutproxyPlugin​(int tunnel)
        For index.jsp
        Returns:
        true if the plugin is enabled, installed, and running
        Since:
        0.9.11
      • getSpoofedHost

        public String getSpoofedHost​(int tunnel)
        Since:
        0.9.32 moved from EditBean
      • setType

        public void setType​(String type)
        What type of tunnel (httpclient, ircclient, client, or server). This is required when adding a new tunnel.
      • setName

        public void setName​(String name)
        Short name of the tunnel
      • setNofilter_description

        public void setNofilter_description​(String description)
        one line description
      • setClientHost

        public void setClientHost​(String host)
        I2CP host the router is on, ignored when in router context
      • setClientport

        public void setClientport​(String port)
        I2CP port the router is on, ignored when in router context
      • setTunnelDepth

        public void setTunnelDepth​(String tunnelDepth)
        how many hops to use for inbound tunnels In or both in/out
      • setTunnelQuantity

        public void setTunnelQuantity​(String tunnelQuantity)
        how many parallel inbound tunnels to use In or both in/out
      • setTunnelVariance

        public void setTunnelVariance​(String tunnelVariance)
        how much randomisation to apply to the depth of tunnels In or both in/out
      • setTunnelBackupQuantity

        public void setTunnelBackupQuantity​(String tunnelBackupQuantity)
        how many tunnels to hold in reserve to guard against failures In or both in/out
      • setTunnelDepthOut

        public void setTunnelDepthOut​(String tunnelDepth)
        how many hops to use for outbound tunnels
        Since:
        0.9.33
      • setTunnelQuantityOut

        public void setTunnelQuantityOut​(String tunnelQuantity)
        how many parallel outbound tunnels to use
        Since:
        0.9.33
      • setTunnelVarianceOut

        public void setTunnelVarianceOut​(String tunnelVariance)
        how much randomisation to apply to the depth of outbound tunnels
        Since:
        0.9.33
      • setTunnelBackupQuantityOut

        public void setTunnelBackupQuantityOut​(String tunnelBackupQuantity)
        how many outbound tunnels to hold in reserve to guard against failures
        Since:
        0.9.33
      • setNofilter_customOptions

        public void setNofilter_customOptions​(String customOptions)
        what I2P session overrides should be used
      • setProxyList

        public void setProxyList​(String proxyList)
        what HTTP outproxies should be used (httpclient specific)
      • setPort

        public void setPort​(String port)
        what port should this client/httpclient/ircclient listen on
      • setReachableBy

        public void setReachableBy​(String reachableBy)
        what interface should this client/httpclient/ircclient listen on
      • setTargetDestination

        public void setTargetDestination​(String dest)
        What peer does this client tunnel point at
      • setTargetHost

        public void setTargetHost​(String host)
        What host does this server tunnel point at
      • setTargetPort

        public void setTargetPort​(String port)
        What port does this server tunnel point at
      • setSpoofedHost

        public void setSpoofedHost​(String host)
        What host does this http server tunnel spoof
      • setPrivKeyFile

        public void setPrivKeyFile​(String file)
        What filename is this server tunnel's private keys stored in
      • setAltPrivKeyFile

        public void setAltPrivKeyFile​(String file)
        What filename is this server tunnel's alternate private keys stored in
        Since:
        0.9.30
      • setRemoveConfirm

        public void setRemoveConfirm​(String moo)
        If called with any value (and the form submitted with action=Remove), we really do want to stop and remove the tunnel.
      • setStartOnLoad

        public void setStartOnLoad​(String moo)
        If called with any value, we want this tunnel to start whenever it is loaded (aka right now and whenever the router is started up)
      • setShared

        public void setShared​(String moo)
      • setShared

        public void setShared​(boolean val)
      • setConnectDelay

        public void setConnectDelay​(String moo)
      • setProfile

        public void setProfile​(String profile)
      • setReduce

        public void setReduce​(String moo)
      • setClose

        public void setClose​(String moo)
      • setEncrypt

        public void setEncrypt​(String moo)
      • setDCC

        public void setDCC​(String moo)
        Since:
        0.8.9
      • setUseSSL

        public void setUseSSL​(String moo)
        Since:
        0.9.9
      • isSSLEnabled

        public boolean isSSLEnabled​(int tunnel)
        Since:
        0.9.9
      • setRejectInproxy

        public void setRejectInproxy​(String moo)
        Since:
        0.9.12
      • isRejectInproxy

        public boolean isRejectInproxy​(int tunnel)
        Since:
        0.9.12
      • setRejectReferer

        public void setRejectReferer​(String moo)
        Since:
        0.9.25
      • isRejectReferer

        public boolean isRejectReferer​(int tunnel)
        Since:
        0.9.25
      • setRejectUserAgents

        public void setRejectUserAgents​(String moo)
        Since:
        0.9.25
      • isRejectUserAgents

        public boolean isRejectUserAgents​(int tunnel)
        Since:
        0.9.25
      • setUserAgents

        public void setUserAgents​(String agents)
        Since:
        0.9.25
      • setUniqueLocal

        public void setUniqueLocal​(String moo)
        Since:
        0.9.13
      • setAccessMode

        public void setAccessMode​(String val)
      • setDelayOpen

        public void setDelayOpen​(String moo)
      • setNewDest

        public void setNewDest​(String val)
      • setReduceTime

        public void setReduceTime​(String val)
      • setReduceCount

        public void setReduceCount​(String val)
      • setEncryptKey

        public void setEncryptKey​(String val)
      • setAccessList

        public void setAccessList​(String val)
      • setJumpList

        public void setJumpList​(String val)
      • setCloseTime

        public void setCloseTime​(String val)
      • setAllowUserAgent

        public void setAllowUserAgent​(String moo)
        Since:
        0.9.14
      • setAllowReferer

        public void setAllowReferer​(String moo)
        Since:
        0.9.14
      • setAllowAccept

        public void setAllowAccept​(String moo)
        Since:
        0.9.14
      • setAllowInternalSSL

        public void setAllowInternalSSL​(String moo)
        Since:
        0.9.14
      • setMultihome

        public void setMultihome​(String moo)
        Since:
        0.9.18
      • setProxyAuth

        public void setProxyAuth​(String s)
        all proxy auth @since 0.8.2
      • setProxyUsername

        public void setProxyUsername​(String s)
      • setNofilter_proxyPassword

        public void setNofilter_proxyPassword​(String s)
      • setOutproxyAuth

        public void setOutproxyAuth​(String s)
      • setOutproxyUsername

        public void setOutproxyUsername​(String s)
      • setNofilter_outproxyPassword

        public void setNofilter_outproxyPassword​(String s)
      • setSslProxies

        public void setSslProxies​(String s)
        Since:
        0.9.11
      • setUseOutproxyPlugin

        public void setUseOutproxyPlugin​(String moo)
        Since:
        0.9.11
      • setLimitMinute

        public void setLimitMinute​(String s)
      • setLimitHour

        public void setLimitHour​(String s)
      • setLimitDay

        public void setLimitDay​(String s)
      • setTotalMinute

        public void setTotalMinute​(String s)
      • setTotalHour

        public void setTotalHour​(String s)
      • setTotalDay

        public void setTotalDay​(String s)
      • setMaxStreams

        public void setMaxStreams​(String s)
      • setPostMax

        public void setPostMax​(String s)
        POST limits
        Since:
        0.9.9
      • setPostTotalMax

        public void setPostTotalMax​(String s)
      • setPostCheckTime

        public void setPostCheckTime​(String s)
      • setPostBanTime

        public void setPostBanTime​(String s)
      • setPostTotalBanTime

        public void setPostTotalBanTime​(String s)
      • setEffort

        public void setEffort​(String val)
        params needed for hashcash and dest modification
      • setCert

        public void setCert​(String val)
      • setSigner

        public void setSigner​(String val)
      • setSigType

        public void setSigType​(String val)
        Since:
        0.9.12
      • setKey1

        public void setKey1​(String s)
        Random keys, hidden in forms
        Since:
        0.9.18
      • setKey2

        public void setKey2​(String s)
      • setKey3

        public void setKey3​(String s)
      • setKey4

        public void setKey4​(String s)
      • ngettext

        protected String ngettext​(String s,
                                  String p,
                                  int n)
        translate (ngettext)
        Since:
        0.9.7