Package net.i2p.util
Class PortMapper
java.lang.Object
net.i2p.util.PortMapper
Map services to internal or external application ports
for this context. Not intended for the router's NTCP or SSU ports.
- Since:
- 0.8.12
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final String
static final int
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
not necessary, already in config?static final String
static final String
To indicate presence, alternative to WebAppStarter.isWebappRunning().static final String
To indicate presence, alternative to WebAppStarter.isWebappRunning().static final String
To indicate presence, alternative to WebAppStarter.isWebappRunning().static final String
static final String
To indicate presence, alternative to WebAppStarter.isWebappRunning().static final String
static final String
static final String
static final String
static final String
static final String
static final String
To indicate presence, alternative to WebAppStarter.isWebappRunning().static final String
To indicate presence, alternative to WebAppStarter.isWebappRunning().static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActualHost
(String service, String def) Get the actual host for a service.If PROP_PREFER_HTTPS is true or unset, return https URL unless console is http only.getConsoleURL
(boolean preferHTTPS) If preferHTTPS is true, return https URL unless console is http only.Get the registered host for a service.int
Get the registered port for a serviceint
Get the registered port for a serviceboolean
isRegistered
(String service) Is the service registered?boolean
Add the serviceboolean
Add the service.void
renderStatusHTML
(Writer out) For debugging onlyvoid
unregister
(String service) Remove the servicevoid
unregister
(String service, int port) Remove the service, only if it is registered with the supplied port.
-
Field Details
-
PROP_PREFER_HTTPS
- See Also:
-
SVC_CONSOLE
- See Also:
-
SVC_HTTPS_CONSOLE
- See Also:
-
SVC_HTTP_PROXY
- See Also:
-
SVC_HTTPS_PROXY
- See Also:
-
SVC_EEPSITE
- See Also:
-
SVC_HTTPS_EEPSITE
- Since:
- 0.9.34
- See Also:
-
SVC_IRC
- See Also:
-
SVC_SOCKS
- See Also:
-
SVC_TAHOE
- See Also:
-
SVC_SMTP
- See Also:
-
SVC_POP
- See Also:
-
SVC_SAM
- See Also:
-
SVC_SAM_UDP
- Since:
- 0.9.24
- See Also:
-
SVC_SAM_SSL
- Since:
- 0.9.24
- See Also:
-
SVC_BOB
- See Also:
-
SVC_I2CP
not necessary, already in config?- See Also:
-
SVC_I2CP_SSL
- Since:
- 0.9.23
- See Also:
-
SVC_HTTP_I2PCONTROL
- Since:
- 0.9.34
- See Also:
-
SVC_HTTPS_I2PCONTROL
- Since:
- 0.9.34
- See Also:
-
SVC_I2PSNARK
To indicate presence, alternative to WebAppStarter.isWebappRunning(). For actual base URL, use getConsoleURL()- Since:
- 0.9.34
- See Also:
-
SVC_I2PTUNNEL
To indicate presence, alternative to WebAppStarter.isWebappRunning(). For actual base URL, use getConsoleURL()- Since:
- 0.9.34
- See Also:
-
SVC_IMAGEGEN
To indicate presence, alternative to WebAppStarter.isWebappRunning(). For actual base URL, use getConsoleURL()- Since:
- 0.9.34
- See Also:
-
SVC_SUSIDNS
To indicate presence, alternative to WebAppStarter.isWebappRunning(). For actual base URL, use getConsoleURL()- Since:
- 0.9.34
- See Also:
-
SVC_SUSIMAIL
To indicate presence, alternative to WebAppStarter.isWebappRunning(). For actual base URL, use getConsoleURL()- Since:
- 0.9.34
- See Also:
-
SVC_JSONRPC
To indicate presence, alternative to WebAppStarter.isWebappRunning(). For actual base URL, use getConsoleURL()- Since:
- 0.9.39
- See Also:
-
DEFAULT_CONSOLE_PORT
public static final int DEFAULT_CONSOLE_PORT- Since:
- 0.9.34
- See Also:
-
DEFAULT_HTTPS_CONSOLE_PORT
public static final int DEFAULT_HTTPS_CONSOLE_PORT- Since:
- 0.9.34
- See Also:
-
DEFAULT_HOST
- Since:
- 0.9.34
- See Also:
-
-
Constructor Details
-
PortMapper
- Parameters:
context
- unused for now
-
-
Method Details
-
register
Add the service- Parameters:
port
- > 0- Returns:
- success, false if already registered
-
register
Add the service. If service is SVC_EEPSITE or SVC_HTTPS_EEPSITE, the URL will be included in getEepsites()- Parameters:
port
- > 0- Returns:
- success, false if already registered
- Since:
- 0.9.21
-
isRegistered
Is the service registered?- Since:
- 0.9.34
-
unregister
Remove the service -
unregister
Remove the service, only if it is registered with the supplied port. If service is SVC_EEPSITE or SVC_HTTPS_EEPSITE, the URL will be removed from getEepsites()- Since:
- 0.9.34
-
getPort
Get the registered port for a service- Returns:
- -1 if not registered
-
getPort
Get the registered port for a service- Parameters:
def
- default- Returns:
- def if not registered
-
getHost
Get the registered host for a service. Will return "127.0.0.1" if the service was registered without a host.- Parameters:
def
- default- Returns:
- def if not registered
- Since:
- 0.9.21
-
getActualHost
Get the actual host for a service. Will return "127.0.0.1" if the service was registered without a host. If the service was registered with the host "0.0.0.0", "::", or "0:0:0:0:0:0:0:0", it will return a public IP if we have one, else a local IP if we have one, else def. If it was not registered with a wildcard address, it will return the registered host.- Parameters:
def
- default- Returns:
- def if not registered
- Since:
- 0.9.24
-
getConsoleURL
If PROP_PREFER_HTTPS is true or unset, return https URL unless console is http only. Default https://127.0.0.1:7667/ If PROP_PREFER_HTTPS is set to false, return http URL unless console is https only. Default http://127.0.0.1:7657/- Since:
- 0.9.33 consolidated from i2ptunnel and desktopgui
-
getConsoleURL
If preferHTTPS is true, return https URL unless console is http only. Default https://127.0.0.1:7667/ If preferHTTPS is false, return http URL unless console is https only. Default http://127.0.0.1:7657/- Since:
- 0.9.34
-
getEepsiteURLs
- Returns:
- unsorted, non-empty, or null if none
- Since:
- 0.9.50
-
renderStatusHTML
For debugging only- Throws:
IOException
- Since:
- 0.9.20
-