Hello Tatu, > Also -- as to HttpClient 4.x, it looks as if baseline > JDK requirement for blocking part is kept as 1.3. > Since this improvement would seem like very useful > one (assuming toggling of channel status is a fast > operation), is there are any change this feature > could be included as dynamically loaded plug-in?
HttpCore-main defines interfaces and a default implementation for the connections. We can have other implementations. Stale connection check via SocketChannel sounds like a candidate for module-nio, which already prerequisites Java 1.4. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
