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.
sourceraw 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`.
sourceraw 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`.
sourceraw docstring

get-short-local-hostnameclj

(get-short-local-hostname)
source

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

× close