Hi Maciej, The ReceiveTimeout is simply passed onto HttpURLConnection.html.setReadTimeout() by the HTTPConduit. See:
http://java.sun.com/j2se/1.5.0/docs/api/java/net/URLConnection.html#setReadTimeout(int) /Eogham 2009/4/8 XyLus <[email protected]>: > > Hello All, > > I have following conduit configuration in my client > <http:conduit > name="{http://x.y.z/service}MyServicePort.http-conduit"> > > <http:client AutoRedirect="true" ConnectionTimeout="60000" > ReceiveTimeout="120000" AllowChunking="false" /> > </http:conduit> > > Could you please explain to me how ReceiveTimeout is implemented (I tried to > track it down by looking into HTTPConduit and MessageSenderInterceptor code > but I don't have certain answer to my question) > > I assume that in my particular scenario client starts waiting for response > for 120 sec since request transfer to server is completed. In addition to > it, my request has quite big attachment and that makes me curious when > receive timeout is triggered. > > Any useful information would be appreciated. > > Regards, > Maciej > -- > View this message in context: > http://www.nabble.com/HttpURLConnection-and-read-timeout-tp22948429p22948429.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
