Anybody have a clue how to do this? I need to get the ip address of the host that is bound to a ServerSocket so i can make a DNS check to resolve the client.
Code:ServerSocket ser = new ServerSocket(13); System.out.println(ser.getInetAddress().getHostName(???));




Reply With Quote