From: Mrugank S. <mr...@gm...> - 2017-05-29 18:03:56
|
Hi, I am using SimpleServer and I need it to bind to a specific IP address on the system and not on the wildcard address (as it does now). I tried to see if this was easily achievable by extending some classes from the library. But looks like it is not really easy to do this because a lot of classes/methods are private/package-private and extending them is not possible. Any suggestions on how to achieve this ? Thanks, Mrugank |