Hello Varun,

> I am trying to use HttpClient to send serialized objects to a servlet. Can
> somebody please point me to the exact methods I can use to do that ?

The mailing list archive is your friend. For example:
http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/200603.mbox/[EMAIL
 PROTECTED]
http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/200604.mbox/[EMAIL
 PROTECTED]
http://mail-archives.apache.org/mod_mbox/jakarta-httpclient-user/200606.mbox/[EMAIL
 PROTECTED]

> Also, I want to use the Timeout methods of httpclient (and this is why I am
> not using URLConnection to send serialized objects).

You mean these?
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/params/HttpConnectionParams.html#setConnectionTimeout(int)
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/params/HttpConnectionParams.html#setSoTimeout(int)

The parameterization framework is explained here:
http://jakarta.apache.org/commons/httpclient/preference-api.html

cheers,
  Roland


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to