How do you retrieve the InetAddress of the local host in Java?
InetAddress.getLocal()
InetAddress.getLoopbackAddress()
InetAddress.getLocalHost()
InetAddress.getLocalAddress()