Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-httpclient Wiki" for change notification.
The following page has been changed by OlegKalnichevski: http://wiki.apache.org/jakarta-httpclient/HttpCoreNioApi ------------------------------------------------------------------------------ IOProducer maintains a reference to java.nio.channel.ByteChannel + == Source code == + + HttpCore NIO source code can be found [http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio/ here ] + == Examples == + These are some code samples demonstrating the use of the API + + Non-blocking single-threaded echo server: + + http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/nio/examples/ElementalEchoServer.java + + Non-blocking echo server with asynchronous worker threads + + http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/nio/examples/AsyncEchoServer.java + + Asynchronous HTTP server: + + http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/nio/examples/AsyncHttpServerServer.java == HttpCore NIO vs MINA == --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
