On Mon, Jan 31, 2005 at 12:39:48AM -0800, Kedar Panse wrote: > How do i unset a proxy for a client object? Using > client.getHostConfiguration().setProxy(proxyhost, proxyport); > will setting it to blank work and a valid way? I want to skip to next > proxy if 1 doesnt work >
client.setHostConfiguration(new HttpConfiguration()) should do the trick Oleg > Thanks in advance > > Kedar > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
