Thanks Mike,

Our integration partner had suggested to put a "send" timeout also.
Its a huge multi part request. I'm not sure about the background on
this.

Thanks
Vijay


On Mon, 4 Oct 2004 22:49:05 -0400, Michael Becke <[EMAIL PROTECTED]> wrote:
> Hi Vijay,
> 
> Send timeout is not something that Java Sockets support natively, and
> as such has not been added to HttpClient.  It would be possible to
> implement this kind of functionality but it would require a second
> thread to "poll" the executing thread.  The HttpMethod.abort() method
> in HttpClient 3.0 could be particularly useful for this.
> 
> Do you have a particular use in mind?
> 
> Mike
> 
> 
> 
> On Oct 4, 2004, at 1:24 PM, Vijay wrote:
> 
> > Sorry if this is a very basic question:
> >
> > I would like to set 3 timeouts (connect, send and receive). I found
> > the following in HttpClient package.
> >
> > HttpClient.setTimeout -- sets socket RECEIVE timeout
> > HttpClient.setConnectionTimeout -- sets socket CONNECT timeout
> >
> > Is there any method available for setting socket SEND timeout?
> >
> > Thanks
> > Vijay
> >
> > ---------------------------------------------------------------------
> > 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]
> 
>

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

Reply via email to