New Open Source Project Alert! A New Asynchronous Http Client library!
Posted by jfarcand on March 4, 2010 at 12:46 PM PST
This blog has moved here
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- jfarcand's blog
- 3261 reads






Comments
AsyncCompletionHandler vs CompletionHandler
by cowwoc - 2010-03-05 09:34
Please replace AsyncCompletionHandler with JDK7 "CompletionHandler". They do the same thing. I suggest using the same name in a different package so once JDK7 is out you can transition users to the official version.Hum, CompletionHandler
by jfarcand - 2010-03-05 11:03
Hum, CompletionHandler doesn't use the same API (notice the second args) -> http://download.java.net/jdk7/docs/api/java/nio/channels/CompletionHandler.html ... But since I've worked on that spec, for sure I probably got influenced :-) If you want to discuss, let's have the discussion on http://groups.google.com/group/asynchttpclient with the other member of the team. THANKS for the feedback!