Hi there,
how can I determine the IP address of a socket connected to my ServerSocket object ?
Bye
Axel
Hi there,
how can I determine the IP address of a socket connected to my ServerSocket object ?
Bye
Axel
Socket client = serverSocket.accept();
System.out.println( client.getInetAddress().getHostAddress());