On Tue, 2008-09-16 at 12:06 +0200, Torsten Foertsch wrote:
> 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.

You should probably explain what you are really trying to do, because if
you think you need the wheel ID to be predictable, you are doing
something wrong.

Reply via email to