Hi Oleg, > I have found no mentioning anywhere on the web whether that > means no NIO altogether or just no Selector related classes. Anyways, > NIO may become a problem if HttpClient 4.0 were to run on J2ME without > modifications.
I'm just skipping through some of the J2ME profiles. It's java.io if you're lucky, some stripped-down IO if not. No java.nio anywhere. java.net may be absent as well. cheers, Roland
