(get-local-host)
Get the java.net.InetAddress object for the local host.
Get the java.net.InetAddress object for the local host.
(get-local-hostname)
Get the hostname for the machine that this JVM is running on.
Uses the java.net.InetAddress
method getHostName
.
Get the hostname for the machine that this JVM is running on. Uses the `java.net.InetAddress` method `getHostName`.
(get-local-ip)
Get the IP address for the machine that this JVM is running on.
Uses the java.net.InetAddress
method getHostAddress
.
Get the IP address for the machine that this JVM is running on. Uses the `java.net.InetAddress` method `getHostAddress`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close