ServerSocket host specification

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ServerSocket host specification

John Small
Currently it appears that the ServerSocket can only be bound to
a port and not a specific host.

In the case of multihomed IP's it's not clear which IP the ServerSocket
class will choose.

Please note even with only one IP there is a difference between the
static IP and '127.0.0.1' for example.

Thank you!

John