On Tue, 2012-06-12 at 12:04 -0400, [email protected] wrote: > Hi, > > I know java only provides soTimeout which is a read time out. > Is there any existing implementation of soWriteTimout using the AsyncClient? > any reference in this direction would be gr8. > If not, is it anywhere in the road map of the AsyncCleint? > > Thanks, > > Rishi. > >
Rishi Socket timeout used by HttpAsyncClient and HttpCore NIO is effectively the maximum period of I/O inactivity for the given session. It applied both to read and write operations. Personally I have never encountered a convincing case for write timeouts. What situation could it be useful in? Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
