The basic framework for building non-blocking servers is complete. A
simple implementation of the ECHO protocol is available, and is used
for running JUnit tests.
There is a generic HTTP state machine ProtocolHandler. It still lacks most
of error handling, though.
Current work focuses on building a FileSystem HTTP adapter (for
demonstrating serving static files through the HTTP state machine) and a
Tomcat HTTP adapter (for a real-world example of using the NBServer
library).
Known issues
There are no known issues (beside the incompleteness of the HTTP
packages).