posted 16 years ago
Hey All -
What is the correct way to find a ServerSocket's IP address? I've tried:
1) getInetAddress() - returns 0.0.0.0/0.0.0.0
1) getLocalSocketAddress() - returns 0.0.0.0/0.0.0.0:4998
The socket is definitely bound, and working locally.
Thanks in advance.