How do you retrieve the InetAddress of a Socket in Java?
socket.getLocalAddress()
socket.remoteAddress()
socket.address()
socket.getInetAddress()