Hi Sam, HostConfiguration.setProxy() is where you want to start. You can set it per HttpClient instance via HttpClient.getHostConfiguration() or per request by using HttpClient.executeMethod(hostConfig, method, state).
Mike On 10/9/05, Sam Hwang <[EMAIL PROTECTED]> wrote: > Hi, > I am working behind a proxy, when I use HttpClient it always timeout at the > end. How can I configure it to adapt the proxy? Thx! > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
