Liking cljdoc? Tell your friends :D

trifl.net


get-local-hostclj

(get-local-host)

Get the java.net.InetAddress object for the local host.

Get the java.net.InetAddress object for the local host.
raw docstring

get-local-hostnameclj

(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`.
raw docstring

get-local-ipclj

(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`.
raw docstring

get-short-local-hostnameclj

(get-short-local-hostname)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close