Hi Oleg, > HTTPCORE-42: > > * Moved socket timeout methods to the HttpConnection interface
I was quite satisfied that our generic connection interfaces had nothing to do with sockets. As is it just in the method names and does not actually reference the Socket class I'm still OK with this change. Just wanted to put it on record. cheers, Roland > +++ > jakarta/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/HttpConnection.java > Wed Feb 21 09:52:36 2007 > @@ -77,6 +77,22 @@ > + void setSocketTimeout(int timeout); > + int getSocketTimeout(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
