On 08/02/07, maomaode <[EMAIL PROTECTED]> wrote:
I think the HttpClient essentially use the urlconnection, then i would ask why httpclient will faster than urlconnection?
As far as I know, HttpClient does not use URLConnection - it uses Sockets. This is what gives it the ability to manage connections more flexibly than URLConnection. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]