On Sun, 2002-05-05 at 17:52, [EMAIL PROTECTED] wrote: > Yes, to both questions. I've been a little short on time recently, but I'm > hoping to get back into things a little more next week.
excellent. well, i'm writing a validating web spider using httpclient, dom4j, and tidy (though i hope to switch to nekohtml), and i was curious about a few things with httpclient, namely... 1. i use the httpclient object. why is it necessary or desirable to manually open and close a session to each individual web server? 2. when i do close a session to a web server and then later open up a session to that server again (using the same httpclient), is my state preserved? 3. is there any way to set the User-Agent string for an httpclient? 4. is the httpclient object threadsafe? that is to say, can i have several threads calling executeMethod simultaneously? - donald -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
