Posted By:
Chris_Laux
Posted On:
Thursday, October 25, 2007 08:39 AM
Hi,
is it possible to use java.nio.channels.Selector for non-blocking/select-based I/O together with (the older) java.net.UrlConnection, esp. HttpUrlConnection? I've seen the wrappers that translate between Channels and Streams, but they don't seem to work with non-blocking I/O?
Thanks,
Chris Laux