Folks I have just added a number of async request producers for all standard HTTP methods as well as convenience base classes for byte or char data stream consumers and zero copy file uploads / downloads.
Here are samples to get a feel of the new API http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/AsyncClientHttpExchangeStreaming.java http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/httpasyncclient/src/examples/org/apache/http/examples/nio/client/ZeroCopyHttpExchange.java I would greatly appreciate feedback on the new API, suggests for improvements, critique, and bug reports. The latest code snapshot of HttpAsyncClient can be found here: http://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk/ Cheers Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
