Hello Erwan, > I'm still wondering how to select the appropriate > Protocol once registered, but i'll find out :-)
Either you let the application use the alias, like http1://.. instead of http://..., or else you modify HttpClient to twist the protocol of the URLs it gets. Then you can create multiple HttpClients, and each one changes the protocol to a different value, thereby triggering selection of a different implementation. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
