Hi,

is it possible to use one SocketFactory to connect to multiple remote 
addresses, one at a time?

I know I can use a SocketFactory object to connect to one server and 
then throw it away, create another one to connect to the next server 
and so on. But that would mean the wheel ID would change every time, 
right? I'd like if that ID could be constant. Hence the idea of reusing 
an existing SF wheel.

Thanks,
Torsten

Reply via email to