Host.getHttpAddress()

Method

Declaration

java.lang.String getHttpAddress()

Purpose

Get the address where the host computer listens for HTTP (browser interface) connections.

Remarks

The address follows the template http://host:port

host is the hostname of the computer.
port is the port where the daemon accepts HTTP clients.

See Also

Host